79
79
import com .zsmartsystems .zigbee .zcl .clusters .ZclDiagnosticsCluster ;
80
80
import com .zsmartsystems .zigbee .zcl .clusters .ZclElectricalMeasurementCluster ;
81
81
import com .zsmartsystems .zigbee .zcl .clusters .ZclGroupsCluster ;
82
+ import com .zsmartsystems .zigbee .zcl .clusters .ZclIasAceCluster ;
82
83
import com .zsmartsystems .zigbee .zcl .clusters .ZclIasZoneCluster ;
83
84
import com .zsmartsystems .zigbee .zcl .clusters .ZclIdentifyCluster ;
84
85
import com .zsmartsystems .zigbee .zcl .clusters .ZclLevelControlCluster ;
@@ -125,6 +126,7 @@ public static void main(final String[] args) {
125
126
ZclPollControlCluster .CLUSTER_ID , ZclOnOffCluster .CLUSTER_ID , ZclLevelControlCluster .CLUSTER_ID ,
126
127
ZclColorControlCluster .CLUSTER_ID , ZclPressureMeasurementCluster .CLUSTER_ID ,
127
128
ZclTemperatureMeasurementCluster .CLUSTER_ID , ZclIasZoneCluster .CLUSTER_ID ,
129
+ ZclIasAceCluster .CLUSTER_ID ,
128
130
ZclThermostatCluster .CLUSTER_ID , ZclWindowCoveringCluster .CLUSTER_ID ,
129
131
ZclMeteringCluster .CLUSTER_ID , ZclElectricalMeasurementCluster .CLUSTER_ID ,
130
132
ZclDiagnosticsCluster .CLUSTER_ID , ZclPowerConfigurationCluster .CLUSTER_ID ,
@@ -138,7 +140,7 @@ public static void main(final String[] args) {
138
140
ZclScenesCluster .CLUSTER_ID , ZclPowerConfigurationCluster .CLUSTER_ID ,
139
141
ZclPollControlCluster .CLUSTER_ID , ZclOnOffCluster .CLUSTER_ID , ZclLevelControlCluster .CLUSTER_ID ,
140
142
ZclColorControlCluster .CLUSTER_ID , ZclPressureMeasurementCluster .CLUSTER_ID ,
141
- ZclOtaUpgradeCluster .CLUSTER_ID , ZclMeteringCluster .CLUSTER_ID ,
143
+ ZclOtaUpgradeCluster .CLUSTER_ID , ZclMeteringCluster .CLUSTER_ID , ZclIasAceCluster . CLUSTER_ID ,
142
144
ZclElectricalMeasurementCluster .CLUSTER_ID ,
143
145
ZclDiagnosticsCluster .CLUSTER_ID , ZclBallastConfigurationCluster .CLUSTER_ID ,
144
146
ZclTemperatureMeasurementCluster .CLUSTER_ID , ZclIasZoneCluster .CLUSTER_ID ,
0 commit comments