Skip to content

Commit 9083688

Browse files
committed
Enable uniqueID in the BasicInformation cluster
1 parent 514dc47 commit 9083688

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

examples/water-heater-management-app/water-heater-management-common/water-heater-management-app.zap

+23-7
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,22 @@
617617
"maxInterval": 65534,
618618
"reportableChange": 0
619619
},
620+
{
621+
"name": "UniqueID",
622+
"code": 18,
623+
"mfgCode": null,
624+
"side": "server",
625+
"type": "char_string",
626+
"included": 1,
627+
"storageOption": "External",
628+
"singleton": 1,
629+
"bounded": 0,
630+
"defaultValue": "",
631+
"reportable": 1,
632+
"minInterval": 1,
633+
"maxInterval": 65534,
634+
"reportableChange": 0
635+
},
620636
{
621637
"name": "CapabilityMinima",
622638
"code": 19,
@@ -5018,7 +5034,7 @@
50185034
"storageOption": "External",
50195035
"singleton": 0,
50205036
"bounded": 0,
5021-
"defaultValue": "",
5037+
"defaultValue": null,
50225038
"reportable": 1,
50235039
"minInterval": 1,
50245040
"maxInterval": 65534,
@@ -5034,7 +5050,7 @@
50345050
"storageOption": "External",
50355051
"singleton": 0,
50365052
"bounded": 0,
5037-
"defaultValue": "",
5053+
"defaultValue": null,
50385054
"reportable": 1,
50395055
"minInterval": 1,
50405056
"maxInterval": 65534,
@@ -5082,7 +5098,7 @@
50825098
"storageOption": "External",
50835099
"singleton": 0,
50845100
"bounded": 0,
5085-
"defaultValue": "",
5101+
"defaultValue": null,
50865102
"reportable": 1,
50875103
"minInterval": 1,
50885104
"maxInterval": 65534,
@@ -5098,7 +5114,7 @@
50985114
"storageOption": "External",
50995115
"singleton": 0,
51005116
"bounded": 0,
5101-
"defaultValue": "",
5117+
"defaultValue": null,
51025118
"reportable": 1,
51035119
"minInterval": 1,
51045120
"maxInterval": 65534,
@@ -5114,7 +5130,7 @@
51145130
"storageOption": "External",
51155131
"singleton": 0,
51165132
"bounded": 0,
5117-
"defaultValue": "",
5133+
"defaultValue": null,
51185134
"reportable": 1,
51195135
"minInterval": 1,
51205136
"maxInterval": 65534,
@@ -5130,7 +5146,7 @@
51305146
"storageOption": "External",
51315147
"singleton": 0,
51325148
"bounded": 0,
5133-
"defaultValue": "",
5149+
"defaultValue": null,
51345150
"reportable": 1,
51355151
"minInterval": 1,
51365152
"maxInterval": 65534,
@@ -5146,7 +5162,7 @@
51465162
"storageOption": "External",
51475163
"singleton": 0,
51485164
"bounded": 0,
5149-
"defaultValue": "",
5165+
"defaultValue": null,
51505166
"reportable": 1,
51515167
"minInterval": 1,
51525168
"maxInterval": 65534,

0 commit comments

Comments
 (0)