Skip to content

Commit

Permalink
StateOn hinzufügen #50
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbs96 committed Jan 2, 2022
1 parent 83584bd commit cd670d3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 patrickbs96 <[email protected]>
Copyright (c) 2022 patrickbs96 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ The following Settings are available:

In the table you can add all the Twinkly lights you want to control.

| Column | Description |
|--------------|------------------------------------|
| `Enabled` | Shall this connection be accessed |
| `Name` | Name of the connection in ioBroker |
| `IP Address` | IP-Address to the Twinkly Lights |
| Column | Description |
|--------------|----------------------------------------------------------------|
| `Enabled` | Shall this connection be accessed |
| `Name` | Name of the connection in ioBroker |
| `IP Address` | IP-Address to the Twinkly Lights |
| `State On` | Which `ledMode` should be activated when state `on` is enabled |

The following additionals States are created per device when checked:
* Device Info
Expand All @@ -46,7 +47,7 @@ The following States are available:
| `details` | :x: | Device Details |
| `firmware` | :x: | Firmware Version |
| `ledBri` | :heavy_check_mark: | Brightness (deactivate control with -1) |
| `ledColor` | :heavy_check_mark: | Color of LEDs, HSV/RGB(W)/HEX |
| `ledColor` | :heavy_check_mark: | Color of LEDs, HSV/RGB(W)/HEX (`Color`) |
| `ledConfig` | :heavy_check_mark: | Configuration of LEDs |
| `ledEffect` | :heavy_check_mark: | Effects (`Effect`) |
| `ledLayout` | :heavy_check_mark: | Layout of LEDs (disabled for further testing) |
Expand All @@ -72,6 +73,9 @@ The following States are available:

## Changelog

### 0.2.11 (2022-01-02)
* (patrickbs96) Add setting to select which ledMode should be activated

### 0.2.10 (2021-12-31)
* (patrickbs96) Add setting to enable automatically switching of Mode after State change (color, effect, movie, playlist)

Expand Down Expand Up @@ -135,7 +139,7 @@ The following States are available:
## License
MIT License

Copyright (c) 2021 patrickbs96 <[email protected]>
Copyright (c) 2022 patrickbs96 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified img/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "twinkly",
"version": "0.2.10",
"version": "0.2.11",
"news": {
"0.2.11": {
"en": "Add setting to select which ledMode should be activated",
"de": "Einstellung hinzufügen, um auszuwählen, welcher LEDMode aktiviert werden soll",
"ru": "Добавьте настройку, чтобы выбрать, какой ledMode должен быть активирован",
"pt": "Adicionar configuração para selecionar qual ledMode deve ser ativado",
"nl": "Instelling toevoegen om te selecteren welke ledMode moet worden geactiveerd",
"fr": "Ajouter un paramètre pour sélectionner quel ledMode doit être activé",
"it": "Aggiungi impostazione per selezionare quale ledMode deve essere attivato",
"es": "Agregar configuración para seleccionar qué ledMode debe activarse",
"pl": "Dodaj ustawienie, aby wybrać, który tryb led powinien być aktywowany",
"zh-cn": "添加设置以选择应激活哪个 ledMode"
},
"0.2.10": {
"en": "Add setting to enable automatic switching Mode after State change (color, effect, movie, playlist)",
"de": "Einstellung hinzufügen, um den automatischen Wechselmodus nach Statusänderung zu aktivieren (color, effect, movie, playlist)",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.twinkly",
"version": "0.2.10",
"version": "0.2.11",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit cd670d3

Please sign in to comment.