zigbee-herdsman-converters 23.61.0 → 23.62.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [23.62.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.61.0...v23.62.0) (2025-06-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** HS2FD-EF1-3.0 ([#9521](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9521)) ([8d88c89](https://github.com/Koenkk/zigbee-herdsman-converters/commit/8d88c89e8ec34a1d9ffe1754e0e2c144f9f4af33))
9
+ * **add:** VZM32-SN ([#9515](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9515)) ([f2ab2c8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f2ab2c8f6858c42547207ab49785085eb1b6d8d5))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * Efekta high_co2_gas: fix `INVALID_DATA_TYPE` ([#9519](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9519)) ([1199a50](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1199a50d8d5f02f8411c09a98e07d6f576f3aba1))
15
+
3
16
  ## [23.61.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.60.0...v23.61.0) (2025-06-18)
4
17
 
5
18
 
@@ -4462,7 +4462,7 @@ exports.definitions = [
4462
4462
  valueMin: 400,
4463
4463
  valueMax: 5000,
4464
4464
  cluster: "msCO2",
4465
- attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.BOOLEAN },
4465
+ attribute: { ID: 0x0221, type: zigbee_herdsman_1.Zcl.DataType.UINT16 },
4466
4466
  description: "Setting High CO2 Gas Border",
4467
4467
  access: "STATE_SET",
4468
4468
  }),