diff --git a/src/app/zap-templates/zcl/data-model/chip/boolean-state-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/boolean-state-cluster.xml index 292067d12aa456..7a1ff4eea65cf2 100644 --- a/src/app/zap-templates/zcl/data-model/chip/boolean-state-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/boolean-state-cluster.xml @@ -1,6 +1,6 @@ - + + - Boolean State General @@ -26,14 +31,12 @@ limitations under the License. true true - - - - - - This event SHALL be generated when the StateValue attribute changes. + StateValue + + If this event is supported, it SHALL be generated when the StateValue attribute changes. + diff --git a/src/app/zap_cluster_list.json b/src/app/zap_cluster_list.json index 23ecde30a04c19..2eb53f9c9758cc 100644 --- a/src/app/zap_cluster_list.json +++ b/src/app/zap_cluster_list.json @@ -145,7 +145,7 @@ "ServerDirectories": { "ACCESS_CONTROL_CLUSTER": ["access-control-server"], "ACCOUNT_LOGIN_CLUSTER": ["account-login-server"], - "ACTIONS_CLUSTER": [], + "ACTIONS_CLUSTER": ["actions-server"], "ACTIVATED_CARBON_FILTER_MONITORING_CLUSTER": [ "resource-monitoring-server" ], @@ -330,7 +330,6 @@ "WINDOW_COVERING_CLUSTER": ["window-covering-server"], "WATER_HEATER_MANAGEMENT_CLUSTER": ["water-heater-management-server"], "WATER_HEATER_MODE_CLUSTER": ["mode-base-server"], - "ZONE_MANAGEMENT_CLUSTER": [], - "ACTIONS_CLUSTER": ["actions-server"] + "ZONE_MANAGEMENT_CLUSTER": [] } }