zigbee-herdsman-converters 20.22.0 → 20.23.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":"philips.d.ts","sourceRoot":"","sources":["../src/devices/philips.ts"],"names":[],"mappings":"AAUA,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKlD,QAAA,MAAM,WAAW,EAAE,oBAAoB,EA6uHtC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"philips.d.ts","sourceRoot":"","sources":["../src/devices/philips.ts"],"names":[],"mappings":"AAUA,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAKlD,QAAA,MAAM,WAAW,EAAE,oBAAoB,EAywHtC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -2245,7 +2245,7 @@ const definitions = [
2245
2245
  description: 'Hue dimmer switch',
2246
2246
  fromZigbee: [
2247
2247
  fromZigbee_1.default.ignore_command_on,
2248
- fromZigbee_1.default.ignore_command_off,
2248
+ fromZigbee_1.default.ignore_command_off_with_effect,
2249
2249
  fromZigbee_1.default.ignore_command_step,
2250
2250
  fromZigbee_1.default.ignore_command_stop,
2251
2251
  legacy.fz.hue_dimmer_switch,
@@ -2296,7 +2296,7 @@ const definitions = [
2296
2296
  description: 'Hue dimmer switch',
2297
2297
  fromZigbee: [
2298
2298
  fromZigbee_1.default.ignore_command_on,
2299
- fromZigbee_1.default.ignore_command_off,
2299
+ fromZigbee_1.default.ignore_command_off_with_effect,
2300
2300
  fromZigbee_1.default.ignore_command_step,
2301
2301
  fromZigbee_1.default.ignore_command_stop,
2302
2302
  fromZigbee_1.default.hue_dimmer_switch,
@@ -3856,6 +3856,30 @@ const definitions = [
3856
3856
  description: 'Hue White and Color Ambiance Datura Ceiling light small',
3857
3857
  extend: [(0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: { modes: ['xy', 'hs'], enhancedHue: true } })],
3858
3858
  },
3859
+ {
3860
+ zigbeeModel: ['LGT001'],
3861
+ model: '929003711201',
3862
+ vendor: 'Philips',
3863
+ description: 'Hue Twilight sleep and wake-up light white',
3864
+ extend: [
3865
+ (0, modernExtend_1.deviceEndpoints)({ endpoints: { switch: 1, back: 11, front: 12 } }),
3866
+ (0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true, endpointNames: ['front'] }),
3867
+ (0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true, gradient: true, endpointNames: ['back'] }),
3868
+ (0, philips_1.philipsTwilightOnOff)(),
3869
+ ],
3870
+ },
3871
+ {
3872
+ zigbeeModel: ['LGT002'],
3873
+ model: '929003711301',
3874
+ vendor: 'Philips',
3875
+ description: 'Hue Twilight sleep and wake-up light black',
3876
+ extend: [
3877
+ (0, modernExtend_1.deviceEndpoints)({ endpoints: { switch: 1, back: 11, front: 12 } }),
3878
+ (0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true, endpointNames: ['front'] }),
3879
+ (0, philips_1.philipsLight)({ colorTemp: { range: [153, 500] }, color: true, gradient: true, endpointNames: ['back'] }),
3880
+ (0, philips_1.philipsTwilightOnOff)(),
3881
+ ],
3882
+ },
3859
3883
  ];
3860
3884
  exports.default = definitions;
3861
3885
  //# sourceMappingURL=philips.js.map