zigbee-herdsman-converters 20.8.1 → 20.8.2
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 +9 -0
- package/converters/toZigbee.js +1 -1
- package/converters/toZigbee.js.map +1 -1
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +12 -5
- package/devices/tuya.js.map +1 -1
- package/lib/ikea.d.ts.map +1 -1
- package/lib/ikea.js +3 -1
- package/lib/ikea.js.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.d.ts.map +1 -1
- package/lib/utils.d.ts +3 -1
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +12 -10
- package/lib/utils.js.map +1 -1
- package/package.json +8 -8
package/devices/tuya.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../src/devices/tuya.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAW,UAAU,EAAgE,MAAM,cAAc,CAAC;AAgwBjH,QAAA,MAAM,WAAW,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../src/devices/tuya.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAW,UAAU,EAAgE,MAAM,cAAc,CAAC;AAgwBjH,QAAA,MAAM,WAAW,EAAE,UAAU,EA85U5B,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/devices/tuya.js
CHANGED
|
@@ -6355,7 +6355,7 @@ const definitions = [
|
|
|
6355
6355
|
},
|
|
6356
6356
|
},
|
|
6357
6357
|
{
|
|
6358
|
-
fingerprint: tuya.fingerprint('TS0222', ['_TZ3000_kky16aay', '_TZE204_myd45weu'
|
|
6358
|
+
fingerprint: tuya.fingerprint('TS0222', ['_TZ3000_kky16aay', '_TZE204_myd45weu']),
|
|
6359
6359
|
model: 'TS0222_temperature_humidity',
|
|
6360
6360
|
vendor: 'Tuya',
|
|
6361
6361
|
description: 'Temperature & humidity sensor',
|
|
@@ -6363,10 +6363,17 @@ const definitions = [
|
|
|
6363
6363
|
toZigbee: [],
|
|
6364
6364
|
configure: tuya.configureMagicPacket,
|
|
6365
6365
|
exposes: [e.battery(), e.temperature(), e.humidity(), e.illuminance()],
|
|
6366
|
-
whiteLabel: [
|
|
6367
|
-
|
|
6368
|
-
|
|
6369
|
-
],
|
|
6366
|
+
whiteLabel: [tuya.whitelabel('Tuya', 'QT-07S', 'Soil sensor', ['_TZE204_myd45weu'])],
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
fingerprint: tuya.fingerprint('TS0222', ['_TZ3000_t9qqxn70']),
|
|
6370
|
+
model: 'THE01860A',
|
|
6371
|
+
vendor: 'Tuya',
|
|
6372
|
+
description: 'Temp & humidity flower sensor with illuminance',
|
|
6373
|
+
fromZigbee: [fromZigbee_1.default.humidity, fromZigbee_1.default.battery, fromZigbee_1.default.temperature, fromZigbee_1.default.illuminance],
|
|
6374
|
+
toZigbee: [],
|
|
6375
|
+
configure: tuya.configureMagicPacket,
|
|
6376
|
+
exposes: [e.battery(), e.temperature(), e.humidity(), e.illuminance_lux()],
|
|
6370
6377
|
},
|
|
6371
6378
|
{
|
|
6372
6379
|
fingerprint: [
|