zigbee-herdsman-converters 14.0.300 → 14.0.301
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/tuya.js +2 -2
- package/npm-shrinkwrap.json +1 -1
- package/package.json +1 -1
package/devices/tuya.js
CHANGED
|
@@ -825,8 +825,8 @@ module.exports = [
|
|
|
825
825
|
},
|
|
826
826
|
{
|
|
827
827
|
fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_a4bpgplm'}],
|
|
828
|
-
model: '
|
|
829
|
-
vendor: '
|
|
828
|
+
model: 'TS0601_thermostat_1',
|
|
829
|
+
vendor: 'TuYa',
|
|
830
830
|
description: 'Thermostatic radiator valve',
|
|
831
831
|
onEvent: tuya.onEventSetLocalTime,
|
|
832
832
|
fromZigbee: [fz.ignore_basic_report, fz.ignore_tuya_set_time, fz.haozee_thermostat],
|
package/npm-shrinkwrap.json
CHANGED