Skip to content

Commit

Permalink
[Linux] Make WiFi and Thread cluster instance run time configurable (#…
Browse files Browse the repository at this point in the history
…15067)

* [Linux] Make WiFi and Thread cluster instance run time configurable

* Update

* Move network commissioning cluster to endpoint 0xFFFE

* Run Codegen

* Update

* Run Codegen

* Fix

* Fix

* Rerun codegen

* Add null network commissioning driver

* Fix typo
  • Loading branch information
erjiaqing authored Feb 16, 2022
1 parent 76430b3 commit aaef642
Show file tree
Hide file tree
Showing 8 changed files with 775 additions and 347 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,6 @@ endpoint 1 {
server cluster MediaInput;
server cluster MediaPlayback;
server cluster ModeSelect;
server cluster NetworkCommissioning;
server cluster OccupancySensing;
server cluster OnOff;
server cluster OnOffSwitchConfiguration;
Expand All @@ -3603,3 +3602,7 @@ endpoint 2 {
server cluster OnOff;
}

endpoint 65534 {
server cluster NetworkCommissioning;
}

Loading

0 comments on commit aaef642

Please sign in to comment.