You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing with all-clusters-app, AddWifiNetwork/AddThreadNetwork/EnableNetwork returns a status code instead of the expected AddWifiNetworkResponse/etc. This causes the client to interpret the command as a DefaultResponse.
Proposed Solution
Change server side to properly return AddWifiNetworkResponse/etc.
The text was updated successfully, but these errors were encountered:
Problem
Testing with all-clusters-app,
AddWifiNetwork/AddThreadNetwork/EnableNetwork
returns a status code instead of the expectedAddWifiNetworkResponse
/etc. This causes the client to interpret the command as a DefaultResponse.Proposed Solution
Change server side to properly return
AddWifiNetworkResponse
/etc.The text was updated successfully, but these errors were encountered: