Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5539539

Browse files
committedSep 20, 2024
Update all-clusters-app.matter
`DishWasher Mode` Cluster `StartUpMode` and `OnMode` attributes attributes are provisional in spec
1 parent 95443a1 commit 5539539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -3450,8 +3450,8 @@ cluster DishwasherMode = 89 {
34503450

34513451
readonly attribute ModeOptionStruct supportedModes[] = 0;
34523452
readonly attribute int8u currentMode = 1;
3453-
attribute optional nullable int8u startUpMode = 2;
3454-
attribute optional nullable int8u onMode = 3;
3453+
provisional optional nullable int8u startUpMode = 2;
3454+
provisional optional nullable int8u onMode = 3;
34553455
readonly attribute command_id generatedCommandList[] = 65528;
34563456
readonly attribute command_id acceptedCommandList[] = 65529;
34573457
readonly attribute event_id eventList[] = 65530;

0 commit comments

Comments
 (0)
Please sign in to comment.