zigbee-herdsman-converters 15.0.34 → 15.0.35
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/devices/ikea.js +2 -1
- package/devices/moes.js +1 -1
- package/devices/tuya.js +1 -0
- package/package.json +1 -1
package/devices/ikea.js
CHANGED
|
@@ -630,7 +630,8 @@ module.exports = [
|
|
|
630
630
|
'brightness_up_click', 'brightness_up_hold', 'brightness_up_release', 'toggle'])],
|
|
631
631
|
toZigbee: [],
|
|
632
632
|
ota: ota.tradfri,
|
|
633
|
-
|
|
633
|
+
// dontDividePercentage: true not needed with latest firmware
|
|
634
|
+
// https://github.com/Koenkk/zigbee2mqtt/issues/16412
|
|
634
635
|
configure: configureRemote,
|
|
635
636
|
},
|
|
636
637
|
{
|
package/devices/moes.js
CHANGED
|
@@ -401,7 +401,7 @@ module.exports = [
|
|
|
401
401
|
model: 'ZS-EUB_1gang',
|
|
402
402
|
vendor: 'Moes',
|
|
403
403
|
description: 'Wall light switch (1 gang)',
|
|
404
|
-
extend: tuya.extend.switch({
|
|
404
|
+
extend: tuya.extend.switch({backlightModeOffNormalInverted: true}),
|
|
405
405
|
configure: async (device, coordinatorEndpoint, logger) => {
|
|
406
406
|
await reporting.bind(device.getEndpoint(1), coordinatorEndpoint, ['genOnOff']);
|
|
407
407
|
device.powerSource = 'Mains (single phase)';
|
package/devices/tuya.js
CHANGED
|
@@ -1237,6 +1237,7 @@ module.exports = [
|
|
|
1237
1237
|
fingerprint: [
|
|
1238
1238
|
{modelID: 'TS0601', manufacturerName: '_TZE200_whpb9yts'},
|
|
1239
1239
|
{modelID: 'TS0601', manufacturerName: '_TZE200_ebwgzdqq'},
|
|
1240
|
+
{modelID: 'TS0601', manufacturerName: '_TZE200_ctq0k47x'},
|
|
1240
1241
|
{modelID: 'TS0601', manufacturerName: '_TZE200_9i9dt8is'},
|
|
1241
1242
|
{modelID: 'TS0601', manufacturerName: '_TZE200_dfxkcots'},
|
|
1242
1243
|
{modelID: 'TS0601', manufacturerName: '_TZE200_w4cryh2i'},
|