File tree 2 files changed +8
-6
lines changed
examples/all-clusters-app/all-clusters-common
src/controller/data_model
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 13420
13420
"define": "WATER_HEATER_MANAGEMENT_CLUSTER",
13421
13421
"side": "server",
13422
13422
"enabled": 1,
13423
+ "apiMaturity": "provisional",
13423
13424
"commands": [
13424
13425
{
13425
13426
"name": "Boost",
13497
13498
"storageOption": "External",
13498
13499
"singleton": 0,
13499
13500
"bounded": 0,
13500
- "defaultValue": "" ,
13501
+ "defaultValue": null ,
13501
13502
"reportable": 1,
13502
13503
"minInterval": 1,
13503
13504
"maxInterval": 65534,
13513
13514
"storageOption": "External",
13514
13515
"singleton": 0,
13515
13516
"bounded": 0,
13516
- "defaultValue": "" ,
13517
+ "defaultValue": null ,
13517
13518
"reportable": 1,
13518
13519
"minInterval": 1,
13519
13520
"maxInterval": 65534,
13529
13530
"storageOption": "External",
13530
13531
"singleton": 0,
13531
13532
"bounded": 0,
13532
- "defaultValue": "" ,
13533
+ "defaultValue": null ,
13533
13534
"reportable": 1,
13534
13535
"minInterval": 1,
13535
13536
"maxInterval": 65534,
13545
13546
"storageOption": "External",
13546
13547
"singleton": 0,
13547
13548
"bounded": 0,
13548
- "defaultValue": "" ,
13549
+ "defaultValue": null ,
13549
13550
"reportable": 1,
13550
13551
"minInterval": 1,
13551
13552
"maxInterval": 65534,
13561
13562
"storageOption": "External",
13562
13563
"singleton": 0,
13563
13564
"bounded": 0,
13564
- "defaultValue": "" ,
13565
+ "defaultValue": null ,
13565
13566
"reportable": 1,
13566
13567
"minInterval": 1,
13567
13568
"maxInterval": 65534,
Original file line number Diff line number Diff line change 3196
3196
" define" : " WATER_HEATER_MANAGEMENT_CLUSTER" ,
3197
3197
" side" : " client" ,
3198
3198
" enabled" : 1 ,
3199
+ " apiMaturity" : " provisional" ,
3199
3200
" commands" : [
3200
3201
{
3201
3202
" name" : " Boost" ,
3225
3226
" storageOption" : " External" ,
3226
3227
" singleton" : 0 ,
3227
3228
" bounded" : 0 ,
3228
- " defaultValue" : " " ,
3229
+ " defaultValue" : null ,
3229
3230
" reportable" : 1 ,
3230
3231
" minInterval" : 1 ,
3231
3232
" maxInterval" : 65534 ,
You can’t perform that action at this time.
0 commit comments