zigbee-herdsman-converters 16.15.0 → 16.15.1
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/CHANGELOG.md +11 -0
- package/devices/tuya.js +1 -1
- package/devices/tuya.js.map +1 -1
- package/devices/zemismart.d.ts.map +1 -1
- package/devices/zemismart.js +2 -1
- package/devices/zemismart.js.map +1 -1
- package/lib/philips.d.ts.map +1 -1
- package/lib/philips.js +0 -3
- package/lib/philips.js.map +1 -1
- package/lib/tuya.d.ts +2 -1
- package/lib/tuya.d.ts.map +1 -1
- package/lib/tuya.js +5 -5
- package/lib/tuya.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [16.15.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v16.15.0...v16.15.1) (2023-12-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **detect:** Detect `_TZ3000_ljhbw1c9` as TuYa TS0012_switch_module https://github.com/Koenkk/zigbee2mqtt/issues/20162 ([e92a9ef](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e92a9ef4ba241d572651c462793df4a18c15f2bf))
|
|
9
|
+
* Fix mcuVersionRequest log for Zemismart ZM25RX-08/30 ([#6748](https://github.com/Koenkk/zigbee-herdsman-converters/issues/6748)) ([095ef2b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/095ef2bd1428327a9b3508360d90cf9716704234))
|
|
10
|
+
* **ignore:** fix 7a2898b5aa37a740a62cb0189d4ebc0d8a76a6e9 ([dc6db4b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/dc6db4b3f991d3d8754d8dd2e0f41ebe593d3f02))
|
|
11
|
+
* **ignore:** fix 7a2898b5aa37a740a62cb0189d4ebc0d8a76a6e9 ([fa36136](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fa36136ef04831aa8c529493925cb49816665775))
|
|
12
|
+
* **ignore:** Hue lights don't support hue/saturation https://github.com/Koenkk/zigbee2mqtt/issues/20306 ([7a2898b](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7a2898b5aa37a740a62cb0189d4ebc0d8a76a6e9))
|
|
13
|
+
|
|
3
14
|
## [16.15.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v16.14.1...v16.15.0) (2023-12-20)
|
|
4
15
|
|
|
5
16
|
|
package/devices/tuya.js
CHANGED
|
@@ -3881,7 +3881,7 @@ const definitions = [
|
|
|
3881
3881
|
description: '2 gang switch module - (without neutral)',
|
|
3882
3882
|
whiteLabel: [
|
|
3883
3883
|
{ vendor: 'AVATTO', model: '2gang N-ZLWSM01' },
|
|
3884
|
-
tuya.whitelabel('AVATTO', 'LZWSM16-2', '2 gang switch module - (without neutral)', ['_TZ3000_kpatq5pq']),
|
|
3884
|
+
tuya.whitelabel('AVATTO', 'LZWSM16-2', '2 gang switch module - (without neutral)', ['_TZ3000_kpatq5pq', '_TZ3000_ljhbw1c9']),
|
|
3885
3885
|
],
|
|
3886
3886
|
extend: tuya.extend.switch({ switchType: true, endpoints: ['left', 'right'] }),
|
|
3887
3887
|
endpoint: (device) => {
|