Skip to content

Commit

Permalink
Update controller-clusters.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 7bbcfba commit 59a0f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3234,8 +3234,8 @@ cluster OvenMode = 73 {

readonly attribute ModeOptionStruct supportedModes[] = 0;
readonly attribute int8u currentMode = 1;
attribute optional nullable int8u startUpMode = 2;
attribute optional nullable int8u onMode = 3;
provisional attribute optional nullable int8u startUpMode = 2;
provisional attribute 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 59a0f6c

Please sign in to comment.