We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95443a1 commit 5539539Copy full SHA for 5539539
examples/all-clusters-app/all-clusters-common/all-clusters-app.matter
@@ -3450,8 +3450,8 @@ cluster DishwasherMode = 89 {
3450
3451
readonly attribute ModeOptionStruct supportedModes[] = 0;
3452
readonly attribute int8u currentMode = 1;
3453
- attribute optional nullable int8u startUpMode = 2;
3454
- attribute optional nullable int8u onMode = 3;
+ provisional optional nullable int8u startUpMode = 2;
+ provisional optional nullable int8u onMode = 3;
3455
readonly attribute command_id generatedCommandList[] = 65528;
3456
readonly attribute command_id acceptedCommandList[] = 65529;
3457
readonly attribute event_id eventList[] = 65530;
0 commit comments