Skip to content

Commit

Permalink
[NetworkCommissioning] WiFiScanResults and ThreadScanResults should b…
Browse files Browse the repository at this point in the history
…e optional fields (#13267)
  • Loading branch information
erjiaqing authored and pull[bot] committed Jul 18, 2023
1 parent 75edc27 commit 3824195
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 60 deletions.
4 changes: 2 additions & 2 deletions src/app/zap-templates/zcl/data-model/chip/commissioning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ limitations under the License.
<description>TODO</description>
<arg name="NetworkingStatus" type="NetworkCommissioningStatus"/>
<arg name="DebugText" type="CHAR_STRING"/>
<arg name="WiFiScanResults" type="WiFiInterfaceScanResult" array="true"/>
<arg name="ThreadScanResults" type="ThreadInterfaceScanResult" array="true"/>
<arg name="WiFiScanResults" type="WiFiInterfaceScanResult" array="true" optional="true"/>
<arg name="ThreadScanResults" type="ThreadInterfaceScanResult" array="true" optional="true"/>
</command>
<command source="client" code="0x02" name="AddOrUpdateWiFiNetwork" optional="true" response="NetworkConfigResponse" cli="chip network_commissioning addorupdatewifinetwork">
<description>TODO</description>
Expand Down
20 changes: 18 additions & 2 deletions src/controller/java/zap-generated/CHIPInvokeCallbacks.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 52 additions & 44 deletions src/darwin/Framework/CHIP/zap-generated/CHIPCallbackBridge.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3824195

Please sign in to comment.