zigbee-herdsman-converters 23.11.0 → 23.12.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 +16 -0
- package/dist/devices/gledopto.js +1 -1
- package/dist/devices/gledopto.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +7 -0
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +3 -1
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/yandex.d.ts.map +1 -1
- package/dist/devices/yandex.js +2 -0
- package/dist/devices/yandex.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -29
- package/dist/index.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAC,oBAAoB,EAA0E,MAAM,cAAc,CAAC;AAw1BhI,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAC,oBAAoB,EAA0E,MAAM,cAAc,CAAC;AAw1BhI,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAuve7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -9900,7 +9900,9 @@ exports.definitions = [
|
|
|
9900
9900
|
exposes: [
|
|
9901
9901
|
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l1"),
|
|
9902
9902
|
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l2"),
|
|
9903
|
-
e.power_on_behavior().
|
|
9903
|
+
e.power_on_behavior().withEndpoint("l1"),
|
|
9904
|
+
e.power_on_behavior().withEndpoint("l2"),
|
|
9905
|
+
tuya.exposes.lightType().withAccess(ea.ALL),
|
|
9904
9906
|
tuya.exposes.switchType().withEndpoint("l1"),
|
|
9905
9907
|
tuya.exposes.switchType().withEndpoint("l2"),
|
|
9906
9908
|
],
|