Skip to content

Commit

Permalink
Update all-clusters-app.zap
Browse files Browse the repository at this point in the history
`DishWasher Mode` Cluster `StartUpMode` and `OnMode` attributes attributes are provisional in spec. So it should be removed from the Sample app(All-cluster-app).
  • Loading branch information
lboue authored Sep 9, 2024
1 parent 59a0f6c commit 9a83b8b
Showing 1 changed file with 1 addition and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8856,38 +8856,6 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "StartUpMode",
"code": 4,
"mfgCode": null,
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "OnMode",
"code": 5,
"mfgCode": null,
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
"bounded": 0,
"defaultValue": "255",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "GeneratedCommandList",
"code": 65528,
Expand Down Expand Up @@ -26890,4 +26858,4 @@
"parentEndpointIdentifier": null
}
]
}
}

0 comments on commit 9a83b8b

Please sign in to comment.