zigbee-herdsman-converters 23.24.0 → 23.25.0
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 +15 -0
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +104 -16
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/philips.js +2 -2
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.js +2 -2
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zen.d.ts.map +1 -1
- package/dist/devices/zen.js +1 -0
- package/dist/devices/zen.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/dist/devices/tuya.js
CHANGED
|
@@ -1326,12 +1326,12 @@ exports.definitions = [
|
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
1328
|
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_7bztmfm1", "_TZE204_7bztmfm1"]),
|
|
1329
|
-
model: "
|
|
1329
|
+
model: "DCR-CO",
|
|
1330
1330
|
vendor: "Tuya",
|
|
1331
1331
|
description: "Smart air box (carbon monoxide)",
|
|
1332
1332
|
fromZigbee: [legacy.fromZigbee.tuya_CO],
|
|
1333
1333
|
toZigbee: [],
|
|
1334
|
-
exposes: [e.carbon_monoxide(), e.co()],
|
|
1334
|
+
exposes: [e.binary("carbon_monoxide", ea.STATE, "ON", "OFF").withDescription("Indicates if CO (carbon monoxide) is detected"), e.co()],
|
|
1335
1335
|
},
|
|
1336
1336
|
{
|
|
1337
1337
|
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_ggev5fsl", "_TZE200_u319yc66", "_TZE200_kvpwq8z7"]),
|