zigbee-herdsman-converters 24.6.0 → 24.8.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/devices/candeo.d.ts.map +1 -1
  3. package/dist/devices/candeo.js +16 -2
  4. package/dist/devices/candeo.js.map +1 -1
  5. package/dist/devices/engo.d.ts.map +1 -1
  6. package/dist/devices/engo.js +105 -0
  7. package/dist/devices/engo.js.map +1 -1
  8. package/dist/devices/frient.d.ts.map +1 -1
  9. package/dist/devices/frient.js +2 -0
  10. package/dist/devices/frient.js.map +1 -1
  11. package/dist/devices/lightsolutions.d.ts.map +1 -1
  12. package/dist/devices/lightsolutions.js +7 -0
  13. package/dist/devices/lightsolutions.js.map +1 -1
  14. package/dist/devices/lincukoo.d.ts.map +1 -1
  15. package/dist/devices/lincukoo.js +61 -1
  16. package/dist/devices/lincukoo.js.map +1 -1
  17. package/dist/devices/lixee.js +1 -1
  18. package/dist/devices/philips.d.ts.map +1 -1
  19. package/dist/devices/philips.js +18 -8
  20. package/dist/devices/philips.js.map +1 -1
  21. package/dist/devices/the_light_group.d.ts.map +1 -1
  22. package/dist/devices/the_light_group.js +12 -0
  23. package/dist/devices/the_light_group.js.map +1 -1
  24. package/dist/devices/tuya.d.ts.map +1 -1
  25. package/dist/devices/tuya.js +15 -2
  26. package/dist/devices/tuya.js.map +1 -1
  27. package/dist/devices/ubisys.d.ts.map +1 -1
  28. package/dist/devices/ubisys.js +5 -0
  29. package/dist/devices/ubisys.js.map +1 -1
  30. package/dist/index.js +1 -1
  31. package/dist/index.js.map +1 -1
  32. package/dist/lib/philips.d.ts +2 -7
  33. package/dist/lib/philips.d.ts.map +1 -1
  34. package/dist/lib/philips.js +109 -14
  35. package/dist/lib/philips.js.map +1 -1
  36. package/dist/models-index.json +1 -1
  37. package/package.json +3 -2
@@ -1 +1 @@
1
- {"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA4gI7C,CAAC"}
1
+ {"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../../src/devices/philips.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKvD,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAshI7C,CAAC"}
@@ -84,15 +84,18 @@ exports.definitions = [
84
84
  model: "9290035639",
85
85
  vendor: "Philips",
86
86
  description: "Hue Secure contact sensor",
87
- fromZigbee: [fz.battery, philips.fz.philips_contact],
87
+ fromZigbee: [],
88
88
  toZigbee: [],
89
- exposes: [e.battery(), e.contact()],
90
- configure: async (device, coordinatorEndpoint) => {
91
- const endpoint = device.getEndpoint(2);
92
- await reporting.bind(endpoint, coordinatorEndpoint, ["genPowerCfg"]);
93
- await reporting.bind(endpoint, coordinatorEndpoint, ["genOnOff"]);
94
- await reporting.batteryPercentageRemaining(endpoint);
95
- },
89
+ extend: [
90
+ philips.m.addCustomClusterManuSpecificPhilipsContact(),
91
+ philips.m.contact(),
92
+ m.battery({
93
+ percentage: true,
94
+ lowStatus: false,
95
+ voltageReporting: false,
96
+ percentageReporting: true,
97
+ }),
98
+ ],
96
99
  },
97
100
  {
98
101
  zigbeeModel: ["LLM010", "LLM012"],
@@ -4149,5 +4152,12 @@ exports.definitions = [
4149
4152
  description: "Hue Lightguide E26/E27 Triangle 500lm",
4150
4153
  extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4151
4154
  },
4155
+ {
4156
+ zigbeeModel: ["929004297401"],
4157
+ model: "929004297401",
4158
+ vendor: "Philips",
4159
+ description: "Hue Devote Slim ceiling light",
4160
+ extend: [philips.m.light({ colorTemp: { range: [153, 500] }, color: { modes: ["xy", "hs"], enhancedHue: true } })],
4161
+ },
4152
4162
  ];
4153
4163
  //# sourceMappingURL=philips.js.map