Skip to content

Commit

Permalink
Add new clusters to zap_cluster_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and Dimitri Mizenko committed May 20, 2021
1 parent 1aa419a commit 99492f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/zap_cluster_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@

# List of directories in src/app/clusters to build for server clusters.
SERVER_CLUSTERS: typing.Dict[str, typing.List[str]] = {
'AIR_PRESSURE_MEASUREMENT_CLUSTER': ['air-pressure-measurement-server'],
'ALARM_CLUSTER': [],
'APPLICATION_BASIC_CLUSTER': [],
'ACCOUNT_LOGIN_CLUSTER': [],
'APPLICATION_LAUNCHER_CLUSTER': ['application-launcher-server'],
'AUDIO_OUTPUT_CLUSTER': [],
'BARRIER_CONTROL_CLUSTER': ['barrier-control-server'],
'BASIC_CLUSTER': ['basic'],
'BINARY_INPUT_BASIC_CLUSTER': ['binary-input-server'],
'BINDING_CLUSTER': ['bindings'],
'COLOR_CONTROL_CLUSTER': ['color-control-server'],
'COMMISSIONING_CLUSTER': [],
Expand Down Expand Up @@ -44,6 +46,7 @@
'OTA_CLIENT_CLUSTER': [],
'POWER_CONFIG_CLUSTER': [],
'PUMP_CONFIG_CONTROL_CLUSTER': [],
'RELATIVE_HUMIDITY_MEASUREMENT_CLUSTER': ['relative-humidity-measurement-server'],
'SCENES_CLUSTER': ['scenes'],
'SWITCH_CLUSTER': [],
'TARGET_NAVIGATOR_CLUSTER': ['target-navigator-server'],
Expand All @@ -61,13 +64,15 @@

# List of directories in src/app/clusters to build for client clusters.
CLIENT_CLUSTERS: typing.Dict[str, typing.List[str]] = {
'AIR_PRESSURE_MEASUREMENT_CLUSTER': [],
'ALARM_CLUSTER': [],
'ACCOUNT_LOGIN_CLUSTER': [],
'APPLICATION_LAUNCHER_CLUSTER': [],
'AUDIO_OUTPUT_CLUSTER': [],
'APPLICATION_BASIC_CLUSTER': [],
'BARRIER_CONTROL_CLUSTER': [],
'BASIC_CLUSTER': [],
'BINARY_INPUT_BASIC_CLUSTER': [],
'BINDING_CLUSTER': [],
'COLOR_CONTROL_CLUSTER': [],
'COMMISSIONING_CLUSTER': [],
Expand Down Expand Up @@ -96,6 +101,7 @@
'OTA_CLIENT_CLUSTER': [],
'POWER_CONFIG_CLUSTER': [],
'PUMP_CONFIG_CONTROL_CLUSTER': [],
'RELATIVE_HUMIDITY_MEASUREMENT_CLUSTER': [],
'SCENES_CLUSTER': [],
'SWITCH_CLUSTER': [],
'TARGET_NAVIGATOR_CLUSTER': [],
Expand Down

0 comments on commit 99492f2

Please sign in to comment.