Skip to content

Commit

Permalink
Add global fix `` ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ticaki committed Dec 30, 2023
1 parent 9ac9412 commit 54b9270
Show file tree
Hide file tree
Showing 16 changed files with 221 additions and 84 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ For help use issue or if u understand german https://forum.iobroker.net/topic/71
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (ticaki) fixed: no names.
* (ticaki) Added: global esp32 configuration (retained)

### 0.3.0 (2023-12-23)
* (ticaki) Breaking Change: move datadir from node_modules/iobroker.espresense/mydp to iobroker-data/espresense.0 (instance). move the files there and use iobroker fix after it.

Expand Down
7 changes: 5 additions & 2 deletions admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"selectedDevices": "All known devices",
"room.button_1": "Button 1",
"room.restart": "Restart",
"genericStateObjects.deviceDB": "Device overview for admin"

"genericStateObjects.deviceDB": "Device overview for admin",
"retainGlobalTip": "You can use global to update all ESPresense base stations at the same time. If you activate this option even NEW nodes will upon startup get the configuration. Attention only changed states will be saved as retained.",
"retainGlobal": "retained",
"settings.global": "Global settings",
"name": "Name"
}
11 changes: 11 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@
"md": 6,
"lg": 6
},
"retainGlobal": {
"type": "checkbox",
"default": false,
"label": "retainGlobal",
"tooltip": "retainGlobalTip",
"newLine": true,

"sm": 12,
"md": 6,
"lg": 6
},
"devices": {
"newLine": true,
"type": "header",
Expand Down
8 changes: 8 additions & 0 deletions build/lib/definition.js

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

4 changes: 2 additions & 2 deletions build/lib/definition.js.map

Large diffs are not rendered by default.

34 changes: 20 additions & 14 deletions build/lib/library.js

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

4 changes: 2 additions & 2 deletions build/lib/library.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/lib/mqtt.js

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

4 changes: 2 additions & 2 deletions build/lib/mqtt.js.map

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

Loading

0 comments on commit 54b9270

Please sign in to comment.