iobroker.zigbee 3.1.4 → 3.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/admin/admin.js +879 -680
- package/admin/img/philips_hue_lom001.png +0 -0
- package/admin/index_m.html +40 -150
- package/admin/tab_m.html +137 -238
- package/docs/tutorial/groups-1.png +0 -0
- package/docs/tutorial/groups-2.png +0 -0
- package/docs/tutorial/tab-dev-1.png +0 -0
- package/io-package.json +28 -28
- package/lib/DeviceDebug.js +0 -1
- package/lib/commands.js +117 -64
- package/lib/developer.js +0 -0
- package/lib/exposes.js +3 -2
- package/lib/localConfig.js +8 -0
- package/lib/ota.js +0 -0
- package/lib/statescontroller.js +1 -1
- package/lib/zbDeviceConfigure.js +0 -0
- package/lib/zbDeviceEvent.js +0 -1
- package/lib/zigbeecontroller.js +15 -7
- package/main.js +14 -21
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -152,6 +152,15 @@ You can thank the authors by these links:
|
|
|
152
152
|
|
|
153
153
|
-----------------------------------------------------------------------------------------------------
|
|
154
154
|
## Changelog
|
|
155
|
+
### 3.1.6 (2025-10-21)
|
|
156
|
+
* (asgothian) Bugfixes
|
|
157
|
+
*
|
|
158
|
+
|
|
159
|
+
### 3.1.5 (2025-10-04)
|
|
160
|
+
* (asgothian) Bugfixes
|
|
161
|
+
* (asgothian) ZHC25.36.0
|
|
162
|
+
* (asgothian) reduced stopTimeout to 5s
|
|
163
|
+
|
|
155
164
|
### 3.1.4 (2025-09-26)
|
|
156
165
|
* (asgothian) Remove extra logging
|
|
157
166
|
* (asgothian) Add extra configurations
|