Skip to content

Commit

Permalink
Update all-clusters-app.matter
Browse files Browse the repository at this point in the history
`DishWasher Mode` Cluster `StartUpMode` and `OnMode` attributes attributes are provisional in spec
  • Loading branch information
lboue authored Sep 9, 2024
1 parent 9a83b8b commit 57511dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3425,8 +3425,8 @@ cluster DishwasherMode = 89 {

readonly attribute ModeOptionStruct supportedModes[] = 0;
readonly attribute int8u currentMode = 1;
attribute optional nullable int8u startUpMode = 2;
attribute optional nullable int8u onMode = 3;
provisional optional nullable int8u startUpMode = 2;
provisional optional nullable int8u onMode = 3;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down

0 comments on commit 57511dd

Please sign in to comment.