|
29 | 29 | import com.zsmartsystems.zigbee.zcl.clusters.ZclElectricalMeasurementCluster;
|
30 | 30 | import com.zsmartsystems.zigbee.zcl.clusters.ZclFanControlCluster;
|
31 | 31 | import com.zsmartsystems.zigbee.zcl.clusters.ZclFlowMeasurementCluster;
|
| 32 | +import com.zsmartsystems.zigbee.zcl.clusters.ZclFormaldehydeMeasurementCluster; |
32 | 33 | import com.zsmartsystems.zigbee.zcl.clusters.ZclGreenPowerCluster;
|
33 | 34 | import com.zsmartsystems.zigbee.zcl.clusters.ZclGroupsCluster;
|
34 | 35 | import com.zsmartsystems.zigbee.zcl.clusters.ZclIasAceCluster;
|
|
74 | 75 | *
|
75 | 76 | * @author Chris Jackson
|
76 | 77 | */
|
77 |
| -@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2024-07-16T20:26:44Z") |
| 78 | +@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2024-07-16T22:58:38Z") |
78 | 79 | public enum ZclClusterType {
|
79 | 80 | BASIC(0x0000, ZclBasicCluster.class, "Basic"),
|
80 | 81 | POWER_CONFIGURATION(0x0001, ZclPowerConfigurationCluster.class, "Power Configuration"),
|
@@ -116,6 +117,7 @@ public enum ZclClusterType {
|
116 | 117 | CARBON_MONOXIDE_MEASUREMENT(0x040C, ZclCarbonMonoxideMeasurementCluster.class, "Carbon Monoxide Measurement"),
|
117 | 118 | CARBON_DIOXIDE_MEASUREMENT(0x040D, ZclCarbonDioxideMeasurementCluster.class, "Carbon Dioxide Measurement"),
|
118 | 119 | PM2_5_MEASUREMENT(0x042A, ZclPm25MeasurementCluster.class, "PM2.5 Measurement"),
|
| 120 | + FORMALDEHYDE_MEASUREMENT(0x042B, ZclFormaldehydeMeasurementCluster.class, "Formaldehyde Measurement"), |
119 | 121 | IAS_ZONE(0x0500, ZclIasZoneCluster.class, "IAS Zone"),
|
120 | 122 | IAS_ACE(0x0501, ZclIasAceCluster.class, "IAS ACE"),
|
121 | 123 | IAS_WD(0x0502, ZclIasWdCluster.class, "IAS WD"),
|
|
0 commit comments