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.
@@ -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,EAqve7C,CAAC"}
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"}
@@ -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().withAccess(ea.ALL),
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
  ],