Skip to content

Commit

Permalink
Added missing attribute to read supported wifi bands.
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Nov 29, 2024
1 parent 29ada74 commit 1a0cf6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/lock-app/silabs/data_model/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,22 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "SupportedWiFiBands",
"code": 8,
"mfgCode": null,
"side": "server",
"type": "array",
"included": 1,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "GeneratedCommandList",
"code": 65528,
Expand Down

0 comments on commit 1a0cf6e

Please sign in to comment.