Skip to content

Commit

Permalink
update cluster list and build.gn
Browse files Browse the repository at this point in the history
This reverts commit feabe0b.

run zap and update build, clusters list

zap_regen_all & build chip-tool

regen zap

updated zap and regen

updated zap and regen

zap_regen_all & build chip-tool

Revert "regen zap"

This reverts commit f259abf.
  • Loading branch information
eahove committed Nov 17, 2023
1 parent 75b34d0 commit de9eb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/zap_cluster_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"VALVE_CONFIGURATION_AND_CONTROL_CLUSTER": [],
"WAKE_ON_LAN_CLUSTER": [],
"LAUNDRY_WASHER_CONTROLS_CLUSTER": [],
"LAUNDRY_DRYER_CONTROLS_CLUSTER": [],
"WIFI_NETWORK_DIAGNOSTICS_CLUSTER": [],
"WINDOW_COVERING_CLUSTER": [],
"ZLL_COMMISSIONING_CLUSTER": []
Expand Down
2 changes: 2 additions & 0 deletions src/controller/data_model/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ if (current_os == "android" || matter_enable_java_compilation) {
"jni/WakeOnLanClient-ReadImpl.cpp",
"jni/LaundryWasherControlsClient-InvokeSubscribeImpl.cpp",
"jni/LaundryWasherControlsClient-ReadImpl.cpp",
"jni/LaundryDryerControlsClient-InvokeSubscribeImpl.cpp",
"jni/LaundryDryerControlsClient-ReadImpl.cpp",
"jni/WiFiNetworkDiagnosticsClient-InvokeSubscribeImpl.cpp",
"jni/WiFiNetworkDiagnosticsClient-ReadImpl.cpp",
"jni/WindowCoveringClient-InvokeSubscribeImpl.cpp",
Expand Down

0 comments on commit de9eb3d

Please sign in to comment.