Skip to content

Commit df7ad2b

Browse files
committed
Updated .zap files after adding provisional flag.
1 parent 61668a3 commit df7ad2b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.zap

+6-5
Original file line numberDiff line numberDiff line change
@@ -13420,6 +13420,7 @@
1342013420
"define": "WATER_HEATER_MANAGEMENT_CLUSTER",
1342113421
"side": "server",
1342213422
"enabled": 1,
13423+
"apiMaturity": "provisional",
1342313424
"commands": [
1342413425
{
1342513426
"name": "Boost",
@@ -13497,7 +13498,7 @@
1349713498
"storageOption": "External",
1349813499
"singleton": 0,
1349913500
"bounded": 0,
13500-
"defaultValue": "",
13501+
"defaultValue": null,
1350113502
"reportable": 1,
1350213503
"minInterval": 1,
1350313504
"maxInterval": 65534,
@@ -13513,7 +13514,7 @@
1351313514
"storageOption": "External",
1351413515
"singleton": 0,
1351513516
"bounded": 0,
13516-
"defaultValue": "",
13517+
"defaultValue": null,
1351713518
"reportable": 1,
1351813519
"minInterval": 1,
1351913520
"maxInterval": 65534,
@@ -13529,7 +13530,7 @@
1352913530
"storageOption": "External",
1353013531
"singleton": 0,
1353113532
"bounded": 0,
13532-
"defaultValue": "",
13533+
"defaultValue": null,
1353313534
"reportable": 1,
1353413535
"minInterval": 1,
1353513536
"maxInterval": 65534,
@@ -13545,7 +13546,7 @@
1354513546
"storageOption": "External",
1354613547
"singleton": 0,
1354713548
"bounded": 0,
13548-
"defaultValue": "",
13549+
"defaultValue": null,
1354913550
"reportable": 1,
1355013551
"minInterval": 1,
1355113552
"maxInterval": 65534,
@@ -13561,7 +13562,7 @@
1356113562
"storageOption": "External",
1356213563
"singleton": 0,
1356313564
"bounded": 0,
13564-
"defaultValue": "",
13565+
"defaultValue": null,
1356513566
"reportable": 1,
1356613567
"minInterval": 1,
1356713568
"maxInterval": 65534,

src/controller/data_model/controller-clusters.zap

+2-1
Original file line numberDiff line numberDiff line change
@@ -3196,6 +3196,7 @@
31963196
"define": "WATER_HEATER_MANAGEMENT_CLUSTER",
31973197
"side": "client",
31983198
"enabled": 1,
3199+
"apiMaturity": "provisional",
31993200
"commands": [
32003201
{
32013202
"name": "Boost",
@@ -3225,7 +3226,7 @@
32253226
"storageOption": "External",
32263227
"singleton": 0,
32273228
"bounded": 0,
3228-
"defaultValue": "",
3229+
"defaultValue": null,
32293230
"reportable": 1,
32303231
"minInterval": 1,
32313232
"maxInterval": 65534,

0 commit comments

Comments
 (0)