Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e98bb09

Browse files
committedAug 3, 2024·
Add IAS ACE cluster to console
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
1 parent 0afec00 commit e98bb09

File tree

1 file changed

+3
-1
lines changed
  • com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main

1 file changed

+3
-1
lines changed
 

‎com.zsmartsystems.zigbee.console.main/src/main/java/com/zsmartsystems/zigbee/console/main/ZigBeeConsoleMain.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
import com.zsmartsystems.zigbee.zcl.clusters.ZclDiagnosticsCluster;
8080
import com.zsmartsystems.zigbee.zcl.clusters.ZclElectricalMeasurementCluster;
8181
import com.zsmartsystems.zigbee.zcl.clusters.ZclGroupsCluster;
82+
import com.zsmartsystems.zigbee.zcl.clusters.ZclIasAceCluster;
8283
import com.zsmartsystems.zigbee.zcl.clusters.ZclIasZoneCluster;
8384
import com.zsmartsystems.zigbee.zcl.clusters.ZclIdentifyCluster;
8485
import com.zsmartsystems.zigbee.zcl.clusters.ZclLevelControlCluster;
@@ -125,6 +126,7 @@ public static void main(final String[] args) {
125126
ZclPollControlCluster.CLUSTER_ID, ZclOnOffCluster.CLUSTER_ID, ZclLevelControlCluster.CLUSTER_ID,
126127
ZclColorControlCluster.CLUSTER_ID, ZclPressureMeasurementCluster.CLUSTER_ID,
127128
ZclTemperatureMeasurementCluster.CLUSTER_ID, ZclIasZoneCluster.CLUSTER_ID,
129+
ZclIasAceCluster.CLUSTER_ID,
128130
ZclThermostatCluster.CLUSTER_ID, ZclWindowCoveringCluster.CLUSTER_ID,
129131
ZclMeteringCluster.CLUSTER_ID, ZclElectricalMeasurementCluster.CLUSTER_ID,
130132
ZclDiagnosticsCluster.CLUSTER_ID, ZclPowerConfigurationCluster.CLUSTER_ID,
@@ -138,7 +140,7 @@ public static void main(final String[] args) {
138140
ZclScenesCluster.CLUSTER_ID, ZclPowerConfigurationCluster.CLUSTER_ID,
139141
ZclPollControlCluster.CLUSTER_ID, ZclOnOffCluster.CLUSTER_ID, ZclLevelControlCluster.CLUSTER_ID,
140142
ZclColorControlCluster.CLUSTER_ID, ZclPressureMeasurementCluster.CLUSTER_ID,
141-
ZclOtaUpgradeCluster.CLUSTER_ID, ZclMeteringCluster.CLUSTER_ID,
143+
ZclOtaUpgradeCluster.CLUSTER_ID, ZclMeteringCluster.CLUSTER_ID, ZclIasAceCluster.CLUSTER_ID,
142144
ZclElectricalMeasurementCluster.CLUSTER_ID,
143145
ZclDiagnosticsCluster.CLUSTER_ID, ZclBallastConfigurationCluster.CLUSTER_ID,
144146
ZclTemperatureMeasurementCluster.CLUSTER_ID, ZclIasZoneCluster.CLUSTER_ID,

0 commit comments

Comments
 (0)
Please sign in to comment.