zigbee-herdsman-converters 19.47.0 → 19.47.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 +8 -0
- package/devices/tuya.js +2 -2
- package/devices/tuya.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [19.47.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.47.0...v19.47.1) (2024-06-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **ignore:** Fix TS0001_switch_1_gang whitelabels ([0f3b6f2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0f3b6f2cb5d0e6e147c6f9ab0591267d8838d881))
|
|
9
|
+
* **ignore:** Update zh to 0.49.2 ([29ed735](https://github.com/Koenkk/zigbee-herdsman-converters/commit/29ed735a39b4b01606aa1b918a8646e68d631684))
|
|
10
|
+
|
|
3
11
|
## [19.47.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.46.0...v19.47.0) (2024-05-31)
|
|
4
12
|
|
|
5
13
|
|
package/devices/tuya.js
CHANGED
|
@@ -6742,8 +6742,8 @@ const definitions = [
|
|
|
6742
6742
|
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);
|
|
6743
6743
|
},
|
|
6744
6744
|
whiteLabel: [
|
|
6745
|
-
tuya.whitelabel('Homeetec', '
|
|
6746
|
-
tuya.whitelabel('RoomsAI', '
|
|
6745
|
+
tuya.whitelabel('Homeetec', 'Homeetec_37022454', '1 Gang switch with backlight', ['_TZ3000_bmqxalil']),
|
|
6746
|
+
tuya.whitelabel('RoomsAI', 'RoomsAI_37022454', '1 Gang switch with backlight', ['_TZ3000_w1tcofu8']),
|
|
6747
6747
|
],
|
|
6748
6748
|
},
|
|
6749
6749
|
{
|