zigbee-herdsman-converters 23.32.0 → 23.33.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.
@@ -4560,7 +4560,7 @@ exports.definitions = [
4560
4560
  name: "auto_brightness",
4561
4561
  valueOn: ["ON", 1],
4562
4562
  valueOff: ["OFF", 0],
4563
- cluster: "msCO2",
4563
+ cluster: "msIlluminanceMeasurement",
4564
4564
  attribute: { ID: 0x0203, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
4565
4565
  description: "Enable or Disable Auto Brightness of the Display",
4566
4566
  access: "STATE_SET",
@@ -4569,7 +4569,7 @@ exports.definitions = [
4569
4569
  name: "night_onoff_backlight",
4570
4570
  valueOn: ["ON", 1],
4571
4571
  valueOff: ["OFF", 0],
4572
- cluster: "msCO2",
4572
+ cluster: "msIlluminanceMeasurement",
4573
4573
  attribute: { ID: 0x0401, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
4574
4574
  description: "Complete shutdown of the backlight at night mode",
4575
4575
  access: "STATE_SET",
@@ -4579,7 +4579,7 @@ exports.definitions = [
4579
4579
  unit: "Hr",
4580
4580
  valueMin: 0,
4581
4581
  valueMax: 23,
4582
- cluster: "msCO2",
4582
+ cluster: "msIlluminanceMeasurement",
4583
4583
  attribute: { ID: 0x0405, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
4584
4584
  description: "Night mode activation time",
4585
4585
  access: "STATE_SET",
@@ -4589,7 +4589,7 @@ exports.definitions = [
4589
4589
  unit: "Hr",
4590
4590
  valueMin: 0,
4591
4591
  valueMax: 23,
4592
- cluster: "msCO2",
4592
+ cluster: "msIlluminanceMeasurement",
4593
4593
  attribute: { ID: 0x0406, type: zigbee_herdsman_1.Zcl.DataType.UINT8 },
4594
4594
  description: "Night mode deactivation time",
4595
4595
  access: "STATE_SET",