@matter-server/dashboard 0.6.7 → 0.7.0-alpha.0-20260512-b404bea
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/client/models/descriptions.d.ts.map +1 -1
- package/dist/esm/client/models/descriptions.js +2485 -415
- package/dist/esm/client/models/descriptions.js.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-dialog.d.ts +2 -0
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-dialog.d.ts.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-dialog.js +11 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-dialog.js.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-thread.d.ts +7 -0
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-thread.d.ts.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-thread.js +43 -2
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-thread.js.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-wifi.d.ts +7 -0
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-wifi.d.ts.map +1 -1
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-wifi.js +43 -2
- package/dist/esm/components/dialogs/commission-node-dialog/commission-node-wifi.js.map +1 -1
- package/dist/esm/components/dialogs/settings/settings-dialog.d.ts +19 -0
- package/dist/esm/components/dialogs/settings/settings-dialog.d.ts.map +1 -1
- package/dist/esm/components/dialogs/settings/settings-dialog.js +287 -2
- package/dist/esm/components/dialogs/settings/settings-dialog.js.map +1 -1
- package/dist/esm/components/dialogs/settings/show-settings-dialog.d.ts +1 -1
- package/dist/esm/components/dialogs/settings/show-settings-dialog.d.ts.map +1 -1
- package/dist/esm/components/dialogs/settings/show-settings-dialog.js +2 -1
- package/dist/esm/components/dialogs/settings/show-settings-dialog.js.map +1 -1
- package/dist/web/js/{attribute-write-dialog-DvCdBC5h.js → attribute-write-dialog-DzMWN_T3.js} +1 -1
- package/dist/web/js/{command-invoke-dialog-wg-tTS3n.js → command-invoke-dialog-BhAOXzjX.js} +1 -1
- package/dist/web/js/{commission-node-dialog-DrlOw53q.js → commission-node-dialog-DF87YIqR.js} +17 -5
- package/dist/web/js/{commission-node-existing-BujgZH95.js → commission-node-existing-DLcWvJTL.js} +2 -2
- package/dist/web/js/{commission-node-thread-C8FyqV6l.js → commission-node-thread-m2fqED-2.js} +43 -4
- package/dist/web/js/{commission-node-wifi-DiaG9EmR.js → commission-node-wifi-PCsot-CX.js} +43 -4
- package/dist/web/js/{dialog-box-QK2bjCAa.js → dialog-box-DiqYXM8c.js} +1 -1
- package/dist/web/js/{fire_event-CfuDUSb7.js → fire_event-BnpND_gK.js} +1 -1
- package/dist/web/js/main.js +7 -1
- package/dist/web/js/{matter-dashboard-app-Dh-6FL-7.js → matter-dashboard-app-BZOhBELR.js} +2345 -335
- package/dist/web/js/{node-binding-dialog-DbsGaTS6.js → node-binding-dialog-B3lVN-FU.js} +1 -1
- package/dist/web/js/{settings-dialog-BZwpJ82T.js → settings-dialog-D75IAPKe.js} +289 -1
- package/package.json +4 -4
- package/src/client/models/descriptions.ts +2485 -415
- package/src/components/dialogs/commission-node-dialog/commission-node-dialog.ts +13 -1
- package/src/components/dialogs/commission-node-dialog/commission-node-thread.ts +49 -2
- package/src/components/dialogs/commission-node-dialog/commission-node-wifi.ts +49 -2
- package/src/components/dialogs/settings/settings-dialog.ts +294 -2
- package/src/components/dialogs/settings/show-settings-dialog.ts +2 -1
|
@@ -91,6 +91,10 @@ const device_types = {
|
|
|
91
91
|
"id": 45,
|
|
92
92
|
"label": "Air Purifier"
|
|
93
93
|
},
|
|
94
|
+
"64": {
|
|
95
|
+
"id": 64,
|
|
96
|
+
"label": "Irrigation System"
|
|
97
|
+
},
|
|
94
98
|
"65": {
|
|
95
99
|
"id": 65,
|
|
96
100
|
"label": "Water Freeze Detector"
|
|
@@ -107,6 +111,10 @@ const device_types = {
|
|
|
107
111
|
"id": 68,
|
|
108
112
|
"label": "Rain Sensor"
|
|
109
113
|
},
|
|
114
|
+
"69": {
|
|
115
|
+
"id": 69,
|
|
116
|
+
"label": "Soil Sensor"
|
|
117
|
+
},
|
|
110
118
|
"112": {
|
|
111
119
|
"id": 112,
|
|
112
120
|
"label": "Refrigerator"
|
|
@@ -163,6 +171,10 @@ const device_types = {
|
|
|
163
171
|
"id": 144,
|
|
164
172
|
"label": "Network Infrastructure Manager"
|
|
165
173
|
},
|
|
174
|
+
"145": {
|
|
175
|
+
"id": 145,
|
|
176
|
+
"label": "Thread Border Router"
|
|
177
|
+
},
|
|
166
178
|
"256": {
|
|
167
179
|
"id": 256,
|
|
168
180
|
"label": "On Off Light"
|
|
@@ -219,6 +231,42 @@ const device_types = {
|
|
|
219
231
|
"id": 304,
|
|
220
232
|
"label": "Joint Fabric Administrator"
|
|
221
233
|
},
|
|
234
|
+
"320": {
|
|
235
|
+
"id": 320,
|
|
236
|
+
"label": "Intercom"
|
|
237
|
+
},
|
|
238
|
+
"321": {
|
|
239
|
+
"id": 321,
|
|
240
|
+
"label": "Audio Doorbell"
|
|
241
|
+
},
|
|
242
|
+
"322": {
|
|
243
|
+
"id": 322,
|
|
244
|
+
"label": "Camera"
|
|
245
|
+
},
|
|
246
|
+
"323": {
|
|
247
|
+
"id": 323,
|
|
248
|
+
"label": "Video Doorbell"
|
|
249
|
+
},
|
|
250
|
+
"324": {
|
|
251
|
+
"id": 324,
|
|
252
|
+
"label": "Floodlight Camera"
|
|
253
|
+
},
|
|
254
|
+
"325": {
|
|
255
|
+
"id": 325,
|
|
256
|
+
"label": "Snapshot Camera"
|
|
257
|
+
},
|
|
258
|
+
"326": {
|
|
259
|
+
"id": 326,
|
|
260
|
+
"label": "Chime"
|
|
261
|
+
},
|
|
262
|
+
"327": {
|
|
263
|
+
"id": 327,
|
|
264
|
+
"label": "Camera Controller"
|
|
265
|
+
},
|
|
266
|
+
"328": {
|
|
267
|
+
"id": 328,
|
|
268
|
+
"label": "Doorbell"
|
|
269
|
+
},
|
|
222
270
|
"514": {
|
|
223
271
|
"id": 514,
|
|
224
272
|
"label": "Window Covering"
|
|
@@ -227,6 +275,18 @@ const device_types = {
|
|
|
227
275
|
"id": 515,
|
|
228
276
|
"label": "Window Covering Controller"
|
|
229
277
|
},
|
|
278
|
+
"560": {
|
|
279
|
+
"id": 560,
|
|
280
|
+
"label": "Closure"
|
|
281
|
+
},
|
|
282
|
+
"561": {
|
|
283
|
+
"id": 561,
|
|
284
|
+
"label": "Closure Panel"
|
|
285
|
+
},
|
|
286
|
+
"574": {
|
|
287
|
+
"id": 574,
|
|
288
|
+
"label": "Closure Controller"
|
|
289
|
+
},
|
|
230
290
|
"769": {
|
|
231
291
|
"id": 769,
|
|
232
292
|
"label": "Thermostat"
|
|
@@ -279,6 +339,22 @@ const device_types = {
|
|
|
279
339
|
"id": 1296,
|
|
280
340
|
"label": "Electrical Sensor"
|
|
281
341
|
},
|
|
342
|
+
"1297": {
|
|
343
|
+
"id": 1297,
|
|
344
|
+
"label": "Electrical Utility Meter"
|
|
345
|
+
},
|
|
346
|
+
"1298": {
|
|
347
|
+
"id": 1298,
|
|
348
|
+
"label": "Meter Reference Point"
|
|
349
|
+
},
|
|
350
|
+
"1299": {
|
|
351
|
+
"id": 1299,
|
|
352
|
+
"label": "Electrical Energy Tariff"
|
|
353
|
+
},
|
|
354
|
+
"1300": {
|
|
355
|
+
"id": 1300,
|
|
356
|
+
"label": "Electrical Meter"
|
|
357
|
+
},
|
|
282
358
|
"2112": {
|
|
283
359
|
"id": 2112,
|
|
284
360
|
"label": "Control Bridge"
|
|
@@ -1310,7 +1386,7 @@ const clusters = {
|
|
|
1310
1386
|
"id": 18,
|
|
1311
1387
|
"cluster_id": 40,
|
|
1312
1388
|
"label": "UniqueId",
|
|
1313
|
-
"type": "string",
|
|
1389
|
+
"type": "Optional[string]",
|
|
1314
1390
|
"writable": false
|
|
1315
1391
|
},
|
|
1316
1392
|
"19": {
|
|
@@ -1331,14 +1407,14 @@ const clusters = {
|
|
|
1331
1407
|
"id": 21,
|
|
1332
1408
|
"cluster_id": 40,
|
|
1333
1409
|
"label": "SpecificationVersion",
|
|
1334
|
-
"type": "uint32",
|
|
1410
|
+
"type": "Optional[uint32]",
|
|
1335
1411
|
"writable": false
|
|
1336
1412
|
},
|
|
1337
1413
|
"22": {
|
|
1338
1414
|
"id": 22,
|
|
1339
1415
|
"cluster_id": 40,
|
|
1340
1416
|
"label": "MaxPathsPerInvoke",
|
|
1341
|
-
"type": "uint16",
|
|
1417
|
+
"type": "Optional[uint16]",
|
|
1342
1418
|
"writable": false
|
|
1343
1419
|
},
|
|
1344
1420
|
"24": {
|
|
@@ -2144,6 +2220,27 @@ const clusters = {
|
|
|
2144
2220
|
"type": "Optional[Nullable[uint32]]",
|
|
2145
2221
|
"writable": false
|
|
2146
2222
|
},
|
|
2223
|
+
"10": {
|
|
2224
|
+
"id": 10,
|
|
2225
|
+
"cluster_id": 48,
|
|
2226
|
+
"label": "RecoveryIdentifier",
|
|
2227
|
+
"type": "Optional[bytes]",
|
|
2228
|
+
"writable": false
|
|
2229
|
+
},
|
|
2230
|
+
"11": {
|
|
2231
|
+
"id": 11,
|
|
2232
|
+
"cluster_id": 48,
|
|
2233
|
+
"label": "NetworkRecoveryReason",
|
|
2234
|
+
"type": "Optional[Nullable[NetworkRecoveryReasonEnum]]",
|
|
2235
|
+
"writable": false
|
|
2236
|
+
},
|
|
2237
|
+
"12": {
|
|
2238
|
+
"id": 12,
|
|
2239
|
+
"cluster_id": 48,
|
|
2240
|
+
"label": "IsCommissioningWithoutPower",
|
|
2241
|
+
"type": "Optional[bool]",
|
|
2242
|
+
"writable": false
|
|
2243
|
+
},
|
|
2147
2244
|
"65528": {
|
|
2148
2245
|
"id": 65528,
|
|
2149
2246
|
"cluster_id": 48,
|
|
@@ -3737,7 +3834,7 @@ const clusters = {
|
|
|
3737
3834
|
"id": 18,
|
|
3738
3835
|
"cluster_id": 57,
|
|
3739
3836
|
"label": "UniqueId",
|
|
3740
|
-
"type": "string",
|
|
3837
|
+
"type": "Optional[string]",
|
|
3741
3838
|
"writable": false
|
|
3742
3839
|
},
|
|
3743
3840
|
"19": {
|
|
@@ -7379,6 +7476,96 @@ const clusters = {
|
|
|
7379
7476
|
}
|
|
7380
7477
|
}
|
|
7381
7478
|
},
|
|
7479
|
+
"149": {
|
|
7480
|
+
"id": 149,
|
|
7481
|
+
"label": "CommodityPrice",
|
|
7482
|
+
"attributes": {
|
|
7483
|
+
"0": {
|
|
7484
|
+
"id": 0,
|
|
7485
|
+
"cluster_id": 149,
|
|
7486
|
+
"label": "TariffUnit",
|
|
7487
|
+
"type": "TariffUnitEnum",
|
|
7488
|
+
"writable": false
|
|
7489
|
+
},
|
|
7490
|
+
"1": {
|
|
7491
|
+
"id": 1,
|
|
7492
|
+
"cluster_id": 149,
|
|
7493
|
+
"label": "Currency",
|
|
7494
|
+
"type": "Nullable[currency]",
|
|
7495
|
+
"writable": false
|
|
7496
|
+
},
|
|
7497
|
+
"2": {
|
|
7498
|
+
"id": 2,
|
|
7499
|
+
"cluster_id": 149,
|
|
7500
|
+
"label": "CurrentPrice",
|
|
7501
|
+
"type": "Nullable[CommodityPriceStruct]",
|
|
7502
|
+
"writable": false
|
|
7503
|
+
},
|
|
7504
|
+
"3": {
|
|
7505
|
+
"id": 3,
|
|
7506
|
+
"cluster_id": 149,
|
|
7507
|
+
"label": "PriceForecast",
|
|
7508
|
+
"type": "List[CommodityPriceStruct]",
|
|
7509
|
+
"writable": false
|
|
7510
|
+
},
|
|
7511
|
+
"65528": {
|
|
7512
|
+
"id": 65528,
|
|
7513
|
+
"cluster_id": 149,
|
|
7514
|
+
"label": "GeneratedCommandList",
|
|
7515
|
+
"type": "List[command-id]",
|
|
7516
|
+
"writable": false
|
|
7517
|
+
},
|
|
7518
|
+
"65529": {
|
|
7519
|
+
"id": 65529,
|
|
7520
|
+
"cluster_id": 149,
|
|
7521
|
+
"label": "AcceptedCommandList",
|
|
7522
|
+
"type": "List[command-id]",
|
|
7523
|
+
"writable": false
|
|
7524
|
+
},
|
|
7525
|
+
"65530": {
|
|
7526
|
+
"id": 65530,
|
|
7527
|
+
"cluster_id": 149,
|
|
7528
|
+
"label": "EventList",
|
|
7529
|
+
"type": "Optional[unknown]",
|
|
7530
|
+
"writable": true
|
|
7531
|
+
},
|
|
7532
|
+
"65531": {
|
|
7533
|
+
"id": 65531,
|
|
7534
|
+
"cluster_id": 149,
|
|
7535
|
+
"label": "AttributeList",
|
|
7536
|
+
"type": "List[attrib-id]",
|
|
7537
|
+
"writable": false
|
|
7538
|
+
},
|
|
7539
|
+
"65532": {
|
|
7540
|
+
"id": 65532,
|
|
7541
|
+
"cluster_id": 149,
|
|
7542
|
+
"label": "FeatureMap",
|
|
7543
|
+
"type": "FeatureMap",
|
|
7544
|
+
"writable": false
|
|
7545
|
+
},
|
|
7546
|
+
"65533": {
|
|
7547
|
+
"id": 65533,
|
|
7548
|
+
"cluster_id": 149,
|
|
7549
|
+
"label": "ClusterRevision",
|
|
7550
|
+
"type": "ClusterRevision",
|
|
7551
|
+
"writable": false
|
|
7552
|
+
}
|
|
7553
|
+
},
|
|
7554
|
+
"commands": {
|
|
7555
|
+
"0": {
|
|
7556
|
+
"id": 0,
|
|
7557
|
+
"cluster_id": 149,
|
|
7558
|
+
"name": "GetDetailedPriceRequest",
|
|
7559
|
+
"label": "Get Detailed Price Request"
|
|
7560
|
+
},
|
|
7561
|
+
"2": {
|
|
7562
|
+
"id": 2,
|
|
7563
|
+
"cluster_id": 149,
|
|
7564
|
+
"name": "GetDetailedForecastRequest",
|
|
7565
|
+
"label": "Get Detailed Forecast Request"
|
|
7566
|
+
}
|
|
7567
|
+
}
|
|
7568
|
+
},
|
|
7382
7569
|
"151": {
|
|
7383
7570
|
"id": 151,
|
|
7384
7571
|
"label": "Messages",
|
|
@@ -8261,6 +8448,76 @@ const clusters = {
|
|
|
8261
8448
|
}
|
|
8262
8449
|
}
|
|
8263
8450
|
},
|
|
8451
|
+
"160": {
|
|
8452
|
+
"id": 160,
|
|
8453
|
+
"label": "ElectricalGridConditions",
|
|
8454
|
+
"attributes": {
|
|
8455
|
+
"0": {
|
|
8456
|
+
"id": 0,
|
|
8457
|
+
"cluster_id": 160,
|
|
8458
|
+
"label": "LocalGenerationAvailable",
|
|
8459
|
+
"type": "Nullable[bool]",
|
|
8460
|
+
"writable": true
|
|
8461
|
+
},
|
|
8462
|
+
"1": {
|
|
8463
|
+
"id": 1,
|
|
8464
|
+
"cluster_id": 160,
|
|
8465
|
+
"label": "CurrentConditions",
|
|
8466
|
+
"type": "Nullable[ElectricalGridConditionsStruct]",
|
|
8467
|
+
"writable": false
|
|
8468
|
+
},
|
|
8469
|
+
"2": {
|
|
8470
|
+
"id": 2,
|
|
8471
|
+
"cluster_id": 160,
|
|
8472
|
+
"label": "ForecastConditions",
|
|
8473
|
+
"type": "List[ElectricalGridConditionsStruct]",
|
|
8474
|
+
"writable": false
|
|
8475
|
+
},
|
|
8476
|
+
"65528": {
|
|
8477
|
+
"id": 65528,
|
|
8478
|
+
"cluster_id": 160,
|
|
8479
|
+
"label": "GeneratedCommandList",
|
|
8480
|
+
"type": "List[command-id]",
|
|
8481
|
+
"writable": false
|
|
8482
|
+
},
|
|
8483
|
+
"65529": {
|
|
8484
|
+
"id": 65529,
|
|
8485
|
+
"cluster_id": 160,
|
|
8486
|
+
"label": "AcceptedCommandList",
|
|
8487
|
+
"type": "List[command-id]",
|
|
8488
|
+
"writable": false
|
|
8489
|
+
},
|
|
8490
|
+
"65530": {
|
|
8491
|
+
"id": 65530,
|
|
8492
|
+
"cluster_id": 160,
|
|
8493
|
+
"label": "EventList",
|
|
8494
|
+
"type": "Optional[unknown]",
|
|
8495
|
+
"writable": true
|
|
8496
|
+
},
|
|
8497
|
+
"65531": {
|
|
8498
|
+
"id": 65531,
|
|
8499
|
+
"cluster_id": 160,
|
|
8500
|
+
"label": "AttributeList",
|
|
8501
|
+
"type": "List[attrib-id]",
|
|
8502
|
+
"writable": false
|
|
8503
|
+
},
|
|
8504
|
+
"65532": {
|
|
8505
|
+
"id": 65532,
|
|
8506
|
+
"cluster_id": 160,
|
|
8507
|
+
"label": "FeatureMap",
|
|
8508
|
+
"type": "FeatureMap",
|
|
8509
|
+
"writable": false
|
|
8510
|
+
},
|
|
8511
|
+
"65533": {
|
|
8512
|
+
"id": 65533,
|
|
8513
|
+
"cluster_id": 160,
|
|
8514
|
+
"label": "ClusterRevision",
|
|
8515
|
+
"type": "ClusterRevision",
|
|
8516
|
+
"writable": false
|
|
8517
|
+
}
|
|
8518
|
+
},
|
|
8519
|
+
"commands": {}
|
|
8520
|
+
},
|
|
8264
8521
|
"257": {
|
|
8265
8522
|
"id": 257,
|
|
8266
8523
|
"label": "DoorLock",
|
|
@@ -8655,42 +8912,6 @@ const clusters = {
|
|
|
8655
8912
|
"name": "UnlockWithTimeout",
|
|
8656
8913
|
"label": "Unlock With Timeout"
|
|
8657
8914
|
},
|
|
8658
|
-
"5": {
|
|
8659
|
-
"id": 5,
|
|
8660
|
-
"cluster_id": 257,
|
|
8661
|
-
"name": "SetPinCode",
|
|
8662
|
-
"label": "Set Pin Code"
|
|
8663
|
-
},
|
|
8664
|
-
"6": {
|
|
8665
|
-
"id": 6,
|
|
8666
|
-
"cluster_id": 257,
|
|
8667
|
-
"name": "GetPinCode",
|
|
8668
|
-
"label": "Get Pin Code"
|
|
8669
|
-
},
|
|
8670
|
-
"7": {
|
|
8671
|
-
"id": 7,
|
|
8672
|
-
"cluster_id": 257,
|
|
8673
|
-
"name": "ClearPinCode",
|
|
8674
|
-
"label": "Clear Pin Code"
|
|
8675
|
-
},
|
|
8676
|
-
"8": {
|
|
8677
|
-
"id": 8,
|
|
8678
|
-
"cluster_id": 257,
|
|
8679
|
-
"name": "ClearAllPinCodes",
|
|
8680
|
-
"label": "Clear All Pin Codes"
|
|
8681
|
-
},
|
|
8682
|
-
"9": {
|
|
8683
|
-
"id": 9,
|
|
8684
|
-
"cluster_id": 257,
|
|
8685
|
-
"name": "SetUserStatus",
|
|
8686
|
-
"label": "Set User Status"
|
|
8687
|
-
},
|
|
8688
|
-
"10": {
|
|
8689
|
-
"id": 10,
|
|
8690
|
-
"cluster_id": 257,
|
|
8691
|
-
"name": "GetUserStatus",
|
|
8692
|
-
"label": "Get User Status"
|
|
8693
|
-
},
|
|
8694
8915
|
"11": {
|
|
8695
8916
|
"id": 11,
|
|
8696
8917
|
"cluster_id": 257,
|
|
@@ -8745,42 +8966,6 @@ const clusters = {
|
|
|
8745
8966
|
"name": "ClearHolidaySchedule",
|
|
8746
8967
|
"label": "Clear Holiday Schedule"
|
|
8747
8968
|
},
|
|
8748
|
-
"20": {
|
|
8749
|
-
"id": 20,
|
|
8750
|
-
"cluster_id": 257,
|
|
8751
|
-
"name": "SetUserType",
|
|
8752
|
-
"label": "Set User Type"
|
|
8753
|
-
},
|
|
8754
|
-
"21": {
|
|
8755
|
-
"id": 21,
|
|
8756
|
-
"cluster_id": 257,
|
|
8757
|
-
"name": "GetUserType",
|
|
8758
|
-
"label": "Get User Type"
|
|
8759
|
-
},
|
|
8760
|
-
"22": {
|
|
8761
|
-
"id": 22,
|
|
8762
|
-
"cluster_id": 257,
|
|
8763
|
-
"name": "SetRfidCode",
|
|
8764
|
-
"label": "Set Rfid Code"
|
|
8765
|
-
},
|
|
8766
|
-
"23": {
|
|
8767
|
-
"id": 23,
|
|
8768
|
-
"cluster_id": 257,
|
|
8769
|
-
"name": "GetRfidCode",
|
|
8770
|
-
"label": "Get Rfid Code"
|
|
8771
|
-
},
|
|
8772
|
-
"24": {
|
|
8773
|
-
"id": 24,
|
|
8774
|
-
"cluster_id": 257,
|
|
8775
|
-
"name": "ClearRfidCode",
|
|
8776
|
-
"label": "Clear Rfid Code"
|
|
8777
|
-
},
|
|
8778
|
-
"25": {
|
|
8779
|
-
"id": 25,
|
|
8780
|
-
"cluster_id": 257,
|
|
8781
|
-
"name": "ClearAllRfidCodes",
|
|
8782
|
-
"label": "Clear All Rfid Codes"
|
|
8783
|
-
},
|
|
8784
8969
|
"26": {
|
|
8785
8970
|
"id": 26,
|
|
8786
8971
|
"cluster_id": 257,
|
|
@@ -8848,34 +9033,6 @@ const clusters = {
|
|
|
8848
9033
|
"type": "TypeEnum",
|
|
8849
9034
|
"writable": false
|
|
8850
9035
|
},
|
|
8851
|
-
"1": {
|
|
8852
|
-
"id": 1,
|
|
8853
|
-
"cluster_id": 258,
|
|
8854
|
-
"label": "PhysicalClosedLimitLift",
|
|
8855
|
-
"type": "Optional[uint16]",
|
|
8856
|
-
"writable": false
|
|
8857
|
-
},
|
|
8858
|
-
"2": {
|
|
8859
|
-
"id": 2,
|
|
8860
|
-
"cluster_id": 258,
|
|
8861
|
-
"label": "PhysicalClosedLimitTilt",
|
|
8862
|
-
"type": "Optional[uint16]",
|
|
8863
|
-
"writable": false
|
|
8864
|
-
},
|
|
8865
|
-
"3": {
|
|
8866
|
-
"id": 3,
|
|
8867
|
-
"cluster_id": 258,
|
|
8868
|
-
"label": "CurrentPositionLift",
|
|
8869
|
-
"type": "Optional[Nullable[uint16]]",
|
|
8870
|
-
"writable": false
|
|
8871
|
-
},
|
|
8872
|
-
"4": {
|
|
8873
|
-
"id": 4,
|
|
8874
|
-
"cluster_id": 258,
|
|
8875
|
-
"label": "CurrentPositionTilt",
|
|
8876
|
-
"type": "Optional[Nullable[uint16]]",
|
|
8877
|
-
"writable": false
|
|
8878
|
-
},
|
|
8879
9036
|
"5": {
|
|
8880
9037
|
"id": 5,
|
|
8881
9038
|
"cluster_id": 258,
|
|
@@ -8953,121 +9110,180 @@ const clusters = {
|
|
|
8953
9110
|
"type": "Optional[Nullable[percent100ths]]",
|
|
8954
9111
|
"writable": false
|
|
8955
9112
|
},
|
|
8956
|
-
"
|
|
8957
|
-
"id":
|
|
9113
|
+
"23": {
|
|
9114
|
+
"id": 23,
|
|
8958
9115
|
"cluster_id": 258,
|
|
8959
|
-
"label": "
|
|
8960
|
-
"type": "
|
|
8961
|
-
"writable":
|
|
9116
|
+
"label": "Mode",
|
|
9117
|
+
"type": "ModeBitmap",
|
|
9118
|
+
"writable": true
|
|
8962
9119
|
},
|
|
8963
|
-
"
|
|
8964
|
-
"id":
|
|
9120
|
+
"26": {
|
|
9121
|
+
"id": 26,
|
|
8965
9122
|
"cluster_id": 258,
|
|
8966
|
-
"label": "
|
|
8967
|
-
"type": "Optional[
|
|
9123
|
+
"label": "SafetyStatus",
|
|
9124
|
+
"type": "Optional[SafetyStatusBitmap]",
|
|
8968
9125
|
"writable": false
|
|
8969
9126
|
},
|
|
8970
|
-
"
|
|
8971
|
-
"id":
|
|
8972
|
-
"cluster_id": 258,
|
|
8973
|
-
"label": "
|
|
8974
|
-
"type": "
|
|
9127
|
+
"65528": {
|
|
9128
|
+
"id": 65528,
|
|
9129
|
+
"cluster_id": 258,
|
|
9130
|
+
"label": "GeneratedCommandList",
|
|
9131
|
+
"type": "List[command-id]",
|
|
8975
9132
|
"writable": false
|
|
8976
9133
|
},
|
|
8977
|
-
"
|
|
8978
|
-
"id":
|
|
9134
|
+
"65529": {
|
|
9135
|
+
"id": 65529,
|
|
8979
9136
|
"cluster_id": 258,
|
|
8980
|
-
"label": "
|
|
8981
|
-
"type": "
|
|
9137
|
+
"label": "AcceptedCommandList",
|
|
9138
|
+
"type": "List[command-id]",
|
|
8982
9139
|
"writable": false
|
|
8983
9140
|
},
|
|
8984
|
-
"
|
|
8985
|
-
"id":
|
|
9141
|
+
"65530": {
|
|
9142
|
+
"id": 65530,
|
|
8986
9143
|
"cluster_id": 258,
|
|
8987
|
-
"label": "
|
|
9144
|
+
"label": "EventList",
|
|
8988
9145
|
"type": "Optional[unknown]",
|
|
8989
9146
|
"writable": true
|
|
8990
9147
|
},
|
|
8991
|
-
"
|
|
8992
|
-
"id":
|
|
9148
|
+
"65531": {
|
|
9149
|
+
"id": 65531,
|
|
8993
9150
|
"cluster_id": 258,
|
|
8994
|
-
"label": "
|
|
8995
|
-
"type": "
|
|
8996
|
-
"writable":
|
|
9151
|
+
"label": "AttributeList",
|
|
9152
|
+
"type": "List[attrib-id]",
|
|
9153
|
+
"writable": false
|
|
8997
9154
|
},
|
|
8998
|
-
"
|
|
8999
|
-
"id":
|
|
9155
|
+
"65532": {
|
|
9156
|
+
"id": 65532,
|
|
9000
9157
|
"cluster_id": 258,
|
|
9001
|
-
"label": "
|
|
9002
|
-
"type": "
|
|
9003
|
-
"writable":
|
|
9158
|
+
"label": "FeatureMap",
|
|
9159
|
+
"type": "FeatureMap",
|
|
9160
|
+
"writable": false
|
|
9004
9161
|
},
|
|
9005
|
-
"
|
|
9006
|
-
"id":
|
|
9162
|
+
"65533": {
|
|
9163
|
+
"id": 65533,
|
|
9007
9164
|
"cluster_id": 258,
|
|
9008
|
-
"label": "
|
|
9009
|
-
"type": "
|
|
9010
|
-
"writable":
|
|
9165
|
+
"label": "ClusterRevision",
|
|
9166
|
+
"type": "ClusterRevision",
|
|
9167
|
+
"writable": false
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
"commands": {
|
|
9171
|
+
"0": {
|
|
9172
|
+
"id": 0,
|
|
9173
|
+
"cluster_id": 258,
|
|
9174
|
+
"name": "UpOrOpen",
|
|
9175
|
+
"label": "Up Or Open"
|
|
9011
9176
|
},
|
|
9012
|
-
"
|
|
9013
|
-
"id":
|
|
9177
|
+
"1": {
|
|
9178
|
+
"id": 1,
|
|
9014
9179
|
"cluster_id": 258,
|
|
9015
|
-
"
|
|
9016
|
-
"
|
|
9017
|
-
"writable": true
|
|
9180
|
+
"name": "DownOrClose",
|
|
9181
|
+
"label": "Down Or Close"
|
|
9018
9182
|
},
|
|
9019
|
-
"
|
|
9020
|
-
"id":
|
|
9183
|
+
"2": {
|
|
9184
|
+
"id": 2,
|
|
9021
9185
|
"cluster_id": 258,
|
|
9022
|
-
"
|
|
9023
|
-
"
|
|
9024
|
-
"writable": true
|
|
9186
|
+
"name": "StopMotion",
|
|
9187
|
+
"label": "Stop Motion"
|
|
9025
9188
|
},
|
|
9026
|
-
"
|
|
9027
|
-
"id":
|
|
9189
|
+
"5": {
|
|
9190
|
+
"id": 5,
|
|
9028
9191
|
"cluster_id": 258,
|
|
9029
|
-
"
|
|
9030
|
-
"
|
|
9192
|
+
"name": "GoToLiftPercentage",
|
|
9193
|
+
"label": "Go To Lift Percentage"
|
|
9194
|
+
},
|
|
9195
|
+
"8": {
|
|
9196
|
+
"id": 8,
|
|
9197
|
+
"cluster_id": 258,
|
|
9198
|
+
"name": "GoToTiltPercentage",
|
|
9199
|
+
"label": "Go To Tilt Percentage"
|
|
9200
|
+
}
|
|
9201
|
+
}
|
|
9202
|
+
},
|
|
9203
|
+
"260": {
|
|
9204
|
+
"id": 260,
|
|
9205
|
+
"label": "ClosureControl",
|
|
9206
|
+
"attributes": {
|
|
9207
|
+
"0": {
|
|
9208
|
+
"id": 0,
|
|
9209
|
+
"cluster_id": 260,
|
|
9210
|
+
"label": "CountdownTime",
|
|
9211
|
+
"type": "Optional[Nullable[elapsed-s]]",
|
|
9212
|
+
"writable": false
|
|
9213
|
+
},
|
|
9214
|
+
"1": {
|
|
9215
|
+
"id": 1,
|
|
9216
|
+
"cluster_id": 260,
|
|
9217
|
+
"label": "MainState",
|
|
9218
|
+
"type": "MainStateEnum",
|
|
9219
|
+
"writable": false
|
|
9220
|
+
},
|
|
9221
|
+
"2": {
|
|
9222
|
+
"id": 2,
|
|
9223
|
+
"cluster_id": 260,
|
|
9224
|
+
"label": "CurrentErrorList",
|
|
9225
|
+
"type": "List[ClosureErrorEnum]",
|
|
9226
|
+
"writable": false
|
|
9227
|
+
},
|
|
9228
|
+
"3": {
|
|
9229
|
+
"id": 3,
|
|
9230
|
+
"cluster_id": 260,
|
|
9231
|
+
"label": "OverallCurrentState",
|
|
9232
|
+
"type": "Nullable[OverallCurrentStateStruct]",
|
|
9233
|
+
"writable": false
|
|
9234
|
+
},
|
|
9235
|
+
"4": {
|
|
9236
|
+
"id": 4,
|
|
9237
|
+
"cluster_id": 260,
|
|
9238
|
+
"label": "OverallTargetState",
|
|
9239
|
+
"type": "Nullable[OverallTargetStateStruct]",
|
|
9240
|
+
"writable": false
|
|
9241
|
+
},
|
|
9242
|
+
"5": {
|
|
9243
|
+
"id": 5,
|
|
9244
|
+
"cluster_id": 260,
|
|
9245
|
+
"label": "LatchControlModes",
|
|
9246
|
+
"type": "Optional[LatchControlModesBitmap]",
|
|
9031
9247
|
"writable": false
|
|
9032
9248
|
},
|
|
9033
9249
|
"65528": {
|
|
9034
9250
|
"id": 65528,
|
|
9035
|
-
"cluster_id":
|
|
9251
|
+
"cluster_id": 260,
|
|
9036
9252
|
"label": "GeneratedCommandList",
|
|
9037
9253
|
"type": "List[command-id]",
|
|
9038
9254
|
"writable": false
|
|
9039
9255
|
},
|
|
9040
9256
|
"65529": {
|
|
9041
9257
|
"id": 65529,
|
|
9042
|
-
"cluster_id":
|
|
9258
|
+
"cluster_id": 260,
|
|
9043
9259
|
"label": "AcceptedCommandList",
|
|
9044
9260
|
"type": "List[command-id]",
|
|
9045
9261
|
"writable": false
|
|
9046
9262
|
},
|
|
9047
9263
|
"65530": {
|
|
9048
9264
|
"id": 65530,
|
|
9049
|
-
"cluster_id":
|
|
9265
|
+
"cluster_id": 260,
|
|
9050
9266
|
"label": "EventList",
|
|
9051
9267
|
"type": "Optional[unknown]",
|
|
9052
9268
|
"writable": true
|
|
9053
9269
|
},
|
|
9054
9270
|
"65531": {
|
|
9055
9271
|
"id": 65531,
|
|
9056
|
-
"cluster_id":
|
|
9272
|
+
"cluster_id": 260,
|
|
9057
9273
|
"label": "AttributeList",
|
|
9058
9274
|
"type": "List[attrib-id]",
|
|
9059
9275
|
"writable": false
|
|
9060
9276
|
},
|
|
9061
9277
|
"65532": {
|
|
9062
9278
|
"id": 65532,
|
|
9063
|
-
"cluster_id":
|
|
9279
|
+
"cluster_id": 260,
|
|
9064
9280
|
"label": "FeatureMap",
|
|
9065
9281
|
"type": "FeatureMap",
|
|
9066
9282
|
"writable": false
|
|
9067
9283
|
},
|
|
9068
9284
|
"65533": {
|
|
9069
9285
|
"id": 65533,
|
|
9070
|
-
"cluster_id":
|
|
9286
|
+
"cluster_id": 260,
|
|
9071
9287
|
"label": "ClusterRevision",
|
|
9072
9288
|
"type": "ClusterRevision",
|
|
9073
9289
|
"writable": false
|
|
@@ -9076,45 +9292,167 @@ const clusters = {
|
|
|
9076
9292
|
"commands": {
|
|
9077
9293
|
"0": {
|
|
9078
9294
|
"id": 0,
|
|
9079
|
-
"cluster_id":
|
|
9080
|
-
"name": "
|
|
9081
|
-
"label": "
|
|
9295
|
+
"cluster_id": 260,
|
|
9296
|
+
"name": "Stop",
|
|
9297
|
+
"label": "Stop"
|
|
9082
9298
|
},
|
|
9083
9299
|
"1": {
|
|
9084
9300
|
"id": 1,
|
|
9085
|
-
"cluster_id":
|
|
9086
|
-
"name": "
|
|
9087
|
-
"label": "
|
|
9301
|
+
"cluster_id": 260,
|
|
9302
|
+
"name": "MoveTo",
|
|
9303
|
+
"label": "Move To"
|
|
9088
9304
|
},
|
|
9089
9305
|
"2": {
|
|
9090
9306
|
"id": 2,
|
|
9091
|
-
"cluster_id":
|
|
9092
|
-
"name": "
|
|
9093
|
-
"label": "
|
|
9307
|
+
"cluster_id": 260,
|
|
9308
|
+
"name": "Calibrate",
|
|
9309
|
+
"label": "Calibrate"
|
|
9310
|
+
}
|
|
9311
|
+
}
|
|
9312
|
+
},
|
|
9313
|
+
"261": {
|
|
9314
|
+
"id": 261,
|
|
9315
|
+
"label": "ClosureDimension",
|
|
9316
|
+
"attributes": {
|
|
9317
|
+
"0": {
|
|
9318
|
+
"id": 0,
|
|
9319
|
+
"cluster_id": 261,
|
|
9320
|
+
"label": "CurrentState",
|
|
9321
|
+
"type": "Nullable[DimensionStateStruct]",
|
|
9322
|
+
"writable": false
|
|
9323
|
+
},
|
|
9324
|
+
"1": {
|
|
9325
|
+
"id": 1,
|
|
9326
|
+
"cluster_id": 261,
|
|
9327
|
+
"label": "TargetState",
|
|
9328
|
+
"type": "Nullable[DimensionStateStruct]",
|
|
9329
|
+
"writable": false
|
|
9330
|
+
},
|
|
9331
|
+
"2": {
|
|
9332
|
+
"id": 2,
|
|
9333
|
+
"cluster_id": 261,
|
|
9334
|
+
"label": "Resolution",
|
|
9335
|
+
"type": "Optional[percent100ths]",
|
|
9336
|
+
"writable": false
|
|
9337
|
+
},
|
|
9338
|
+
"3": {
|
|
9339
|
+
"id": 3,
|
|
9340
|
+
"cluster_id": 261,
|
|
9341
|
+
"label": "StepValue",
|
|
9342
|
+
"type": "Optional[percent100ths]",
|
|
9343
|
+
"writable": false
|
|
9094
9344
|
},
|
|
9095
9345
|
"4": {
|
|
9096
9346
|
"id": 4,
|
|
9097
|
-
"cluster_id":
|
|
9098
|
-
"
|
|
9099
|
-
"
|
|
9347
|
+
"cluster_id": 261,
|
|
9348
|
+
"label": "Unit",
|
|
9349
|
+
"type": "Optional[ClosureUnitEnum]",
|
|
9350
|
+
"writable": false
|
|
9100
9351
|
},
|
|
9101
9352
|
"5": {
|
|
9102
9353
|
"id": 5,
|
|
9103
|
-
"cluster_id":
|
|
9104
|
-
"
|
|
9105
|
-
"
|
|
9354
|
+
"cluster_id": 261,
|
|
9355
|
+
"label": "UnitRange",
|
|
9356
|
+
"type": "Optional[Nullable[UnitRangeStruct]]",
|
|
9357
|
+
"writable": false
|
|
9358
|
+
},
|
|
9359
|
+
"6": {
|
|
9360
|
+
"id": 6,
|
|
9361
|
+
"cluster_id": 261,
|
|
9362
|
+
"label": "LimitRange",
|
|
9363
|
+
"type": "Optional[RangePercent100thsStruct]",
|
|
9364
|
+
"writable": false
|
|
9106
9365
|
},
|
|
9107
9366
|
"7": {
|
|
9108
9367
|
"id": 7,
|
|
9109
|
-
"cluster_id":
|
|
9110
|
-
"
|
|
9111
|
-
"
|
|
9368
|
+
"cluster_id": 261,
|
|
9369
|
+
"label": "TranslationDirection",
|
|
9370
|
+
"type": "Optional[TranslationDirectionEnum]",
|
|
9371
|
+
"writable": false
|
|
9112
9372
|
},
|
|
9113
9373
|
"8": {
|
|
9114
9374
|
"id": 8,
|
|
9115
|
-
"cluster_id":
|
|
9116
|
-
"
|
|
9117
|
-
"
|
|
9375
|
+
"cluster_id": 261,
|
|
9376
|
+
"label": "RotationAxis",
|
|
9377
|
+
"type": "Optional[RotationAxisEnum]",
|
|
9378
|
+
"writable": false
|
|
9379
|
+
},
|
|
9380
|
+
"9": {
|
|
9381
|
+
"id": 9,
|
|
9382
|
+
"cluster_id": 261,
|
|
9383
|
+
"label": "Overflow",
|
|
9384
|
+
"type": "Optional[OverflowEnum]",
|
|
9385
|
+
"writable": false
|
|
9386
|
+
},
|
|
9387
|
+
"10": {
|
|
9388
|
+
"id": 10,
|
|
9389
|
+
"cluster_id": 261,
|
|
9390
|
+
"label": "ModulationType",
|
|
9391
|
+
"type": "Optional[ModulationTypeEnum]",
|
|
9392
|
+
"writable": false
|
|
9393
|
+
},
|
|
9394
|
+
"11": {
|
|
9395
|
+
"id": 11,
|
|
9396
|
+
"cluster_id": 261,
|
|
9397
|
+
"label": "LatchControlModes",
|
|
9398
|
+
"type": "Optional[LatchControlModesBitmap]",
|
|
9399
|
+
"writable": false
|
|
9400
|
+
},
|
|
9401
|
+
"65528": {
|
|
9402
|
+
"id": 65528,
|
|
9403
|
+
"cluster_id": 261,
|
|
9404
|
+
"label": "GeneratedCommandList",
|
|
9405
|
+
"type": "List[command-id]",
|
|
9406
|
+
"writable": false
|
|
9407
|
+
},
|
|
9408
|
+
"65529": {
|
|
9409
|
+
"id": 65529,
|
|
9410
|
+
"cluster_id": 261,
|
|
9411
|
+
"label": "AcceptedCommandList",
|
|
9412
|
+
"type": "List[command-id]",
|
|
9413
|
+
"writable": false
|
|
9414
|
+
},
|
|
9415
|
+
"65530": {
|
|
9416
|
+
"id": 65530,
|
|
9417
|
+
"cluster_id": 261,
|
|
9418
|
+
"label": "EventList",
|
|
9419
|
+
"type": "Optional[unknown]",
|
|
9420
|
+
"writable": true
|
|
9421
|
+
},
|
|
9422
|
+
"65531": {
|
|
9423
|
+
"id": 65531,
|
|
9424
|
+
"cluster_id": 261,
|
|
9425
|
+
"label": "AttributeList",
|
|
9426
|
+
"type": "List[attrib-id]",
|
|
9427
|
+
"writable": false
|
|
9428
|
+
},
|
|
9429
|
+
"65532": {
|
|
9430
|
+
"id": 65532,
|
|
9431
|
+
"cluster_id": 261,
|
|
9432
|
+
"label": "FeatureMap",
|
|
9433
|
+
"type": "FeatureMap",
|
|
9434
|
+
"writable": false
|
|
9435
|
+
},
|
|
9436
|
+
"65533": {
|
|
9437
|
+
"id": 65533,
|
|
9438
|
+
"cluster_id": 261,
|
|
9439
|
+
"label": "ClusterRevision",
|
|
9440
|
+
"type": "ClusterRevision",
|
|
9441
|
+
"writable": false
|
|
9442
|
+
}
|
|
9443
|
+
},
|
|
9444
|
+
"commands": {
|
|
9445
|
+
"0": {
|
|
9446
|
+
"id": 0,
|
|
9447
|
+
"cluster_id": 261,
|
|
9448
|
+
"name": "SetTarget",
|
|
9449
|
+
"label": "Set Target"
|
|
9450
|
+
},
|
|
9451
|
+
"1": {
|
|
9452
|
+
"id": 1,
|
|
9453
|
+
"cluster_id": 261,
|
|
9454
|
+
"name": "Step",
|
|
9455
|
+
"label": "Step"
|
|
9118
9456
|
}
|
|
9119
9457
|
}
|
|
9120
9458
|
},
|
|
@@ -9496,21 +9834,21 @@ const clusters = {
|
|
|
9496
9834
|
"id": 7,
|
|
9497
9835
|
"cluster_id": 513,
|
|
9498
9836
|
"label": "PiCoolingDemand",
|
|
9499
|
-
"type": "Optional[
|
|
9500
|
-
"writable":
|
|
9837
|
+
"type": "Optional[unknown]",
|
|
9838
|
+
"writable": true
|
|
9501
9839
|
},
|
|
9502
9840
|
"8": {
|
|
9503
9841
|
"id": 8,
|
|
9504
9842
|
"cluster_id": 513,
|
|
9505
9843
|
"label": "PiHeatingDemand",
|
|
9506
|
-
"type": "Optional[
|
|
9507
|
-
"writable":
|
|
9844
|
+
"type": "Optional[unknown]",
|
|
9845
|
+
"writable": true
|
|
9508
9846
|
},
|
|
9509
9847
|
"9": {
|
|
9510
9848
|
"id": 9,
|
|
9511
9849
|
"cluster_id": 513,
|
|
9512
9850
|
"label": "HvacSystemTypeConfiguration",
|
|
9513
|
-
"type": "Optional[
|
|
9851
|
+
"type": "Optional[unknown]",
|
|
9514
9852
|
"writable": true
|
|
9515
9853
|
},
|
|
9516
9854
|
"16": {
|
|
@@ -9611,27 +9949,6 @@ const clusters = {
|
|
|
9611
9949
|
"type": "Optional[ThermostatRunningModeEnum]",
|
|
9612
9950
|
"writable": false
|
|
9613
9951
|
},
|
|
9614
|
-
"32": {
|
|
9615
|
-
"id": 32,
|
|
9616
|
-
"cluster_id": 513,
|
|
9617
|
-
"label": "StartOfWeek",
|
|
9618
|
-
"type": "Optional[StartOfWeekEnum]",
|
|
9619
|
-
"writable": false
|
|
9620
|
-
},
|
|
9621
|
-
"33": {
|
|
9622
|
-
"id": 33,
|
|
9623
|
-
"cluster_id": 513,
|
|
9624
|
-
"label": "NumberOfWeeklyTransitions",
|
|
9625
|
-
"type": "Optional[uint8]",
|
|
9626
|
-
"writable": false
|
|
9627
|
-
},
|
|
9628
|
-
"34": {
|
|
9629
|
-
"id": 34,
|
|
9630
|
-
"cluster_id": 513,
|
|
9631
|
-
"label": "NumberOfDailyTransitions",
|
|
9632
|
-
"type": "Optional[uint8]",
|
|
9633
|
-
"writable": false
|
|
9634
|
-
},
|
|
9635
9952
|
"35": {
|
|
9636
9953
|
"id": 35,
|
|
9637
9954
|
"cluster_id": 513,
|
|
@@ -9650,7 +9967,7 @@ const clusters = {
|
|
|
9650
9967
|
"id": 37,
|
|
9651
9968
|
"cluster_id": 513,
|
|
9652
9969
|
"label": "ThermostatProgrammingOperationMode",
|
|
9653
|
-
"type": "Optional[
|
|
9970
|
+
"type": "Optional[unknown]",
|
|
9654
9971
|
"writable": true
|
|
9655
9972
|
},
|
|
9656
9973
|
"41": {
|
|
@@ -9685,43 +10002,43 @@ const clusters = {
|
|
|
9685
10002
|
"id": 52,
|
|
9686
10003
|
"cluster_id": 513,
|
|
9687
10004
|
"label": "OccupiedSetback",
|
|
9688
|
-
"type": "Optional[
|
|
10005
|
+
"type": "Optional[unknown]",
|
|
9689
10006
|
"writable": true
|
|
9690
10007
|
},
|
|
9691
10008
|
"53": {
|
|
9692
10009
|
"id": 53,
|
|
9693
10010
|
"cluster_id": 513,
|
|
9694
10011
|
"label": "OccupiedSetbackMin",
|
|
9695
|
-
"type": "Optional[
|
|
9696
|
-
"writable":
|
|
10012
|
+
"type": "Optional[unknown]",
|
|
10013
|
+
"writable": true
|
|
9697
10014
|
},
|
|
9698
10015
|
"54": {
|
|
9699
10016
|
"id": 54,
|
|
9700
10017
|
"cluster_id": 513,
|
|
9701
10018
|
"label": "OccupiedSetbackMax",
|
|
9702
|
-
"type": "Optional[
|
|
9703
|
-
"writable":
|
|
10019
|
+
"type": "Optional[unknown]",
|
|
10020
|
+
"writable": true
|
|
9704
10021
|
},
|
|
9705
10022
|
"55": {
|
|
9706
10023
|
"id": 55,
|
|
9707
10024
|
"cluster_id": 513,
|
|
9708
10025
|
"label": "UnoccupiedSetback",
|
|
9709
|
-
"type": "Optional[
|
|
10026
|
+
"type": "Optional[unknown]",
|
|
9710
10027
|
"writable": true
|
|
9711
10028
|
},
|
|
9712
10029
|
"56": {
|
|
9713
10030
|
"id": 56,
|
|
9714
10031
|
"cluster_id": 513,
|
|
9715
10032
|
"label": "UnoccupiedSetbackMin",
|
|
9716
|
-
"type": "Optional[
|
|
9717
|
-
"writable":
|
|
10033
|
+
"type": "Optional[unknown]",
|
|
10034
|
+
"writable": true
|
|
9718
10035
|
},
|
|
9719
10036
|
"57": {
|
|
9720
10037
|
"id": 57,
|
|
9721
10038
|
"cluster_id": 513,
|
|
9722
10039
|
"label": "UnoccupiedSetbackMax",
|
|
9723
|
-
"type": "Optional[
|
|
9724
|
-
"writable":
|
|
10040
|
+
"type": "Optional[unknown]",
|
|
10041
|
+
"writable": true
|
|
9725
10042
|
},
|
|
9726
10043
|
"58": {
|
|
9727
10044
|
"id": 58,
|
|
@@ -9913,24 +10230,6 @@ const clusters = {
|
|
|
9913
10230
|
"name": "SetpointRaiseLower",
|
|
9914
10231
|
"label": "Setpoint Raise Lower"
|
|
9915
10232
|
},
|
|
9916
|
-
"1": {
|
|
9917
|
-
"id": 1,
|
|
9918
|
-
"cluster_id": 513,
|
|
9919
|
-
"name": "SetWeeklySchedule",
|
|
9920
|
-
"label": "Set Weekly Schedule"
|
|
9921
|
-
},
|
|
9922
|
-
"2": {
|
|
9923
|
-
"id": 2,
|
|
9924
|
-
"cluster_id": 513,
|
|
9925
|
-
"name": "GetWeeklySchedule",
|
|
9926
|
-
"label": "Get Weekly Schedule"
|
|
9927
|
-
},
|
|
9928
|
-
"3": {
|
|
9929
|
-
"id": 3,
|
|
9930
|
-
"cluster_id": 513,
|
|
9931
|
-
"name": "ClearWeeklySchedule",
|
|
9932
|
-
"label": "Clear Weekly Schedule"
|
|
9933
|
-
},
|
|
9934
10233
|
"5": {
|
|
9935
10234
|
"id": 5,
|
|
9936
10235
|
"cluster_id": 513,
|
|
@@ -10373,77 +10672,77 @@ const clusters = {
|
|
|
10373
10672
|
"cluster_id": 768,
|
|
10374
10673
|
"label": "WhitePointX",
|
|
10375
10674
|
"type": "Optional[uint16]",
|
|
10376
|
-
"writable":
|
|
10675
|
+
"writable": false
|
|
10377
10676
|
},
|
|
10378
10677
|
"49": {
|
|
10379
10678
|
"id": 49,
|
|
10380
10679
|
"cluster_id": 768,
|
|
10381
10680
|
"label": "WhitePointY",
|
|
10382
10681
|
"type": "Optional[uint16]",
|
|
10383
|
-
"writable":
|
|
10682
|
+
"writable": false
|
|
10384
10683
|
},
|
|
10385
10684
|
"50": {
|
|
10386
10685
|
"id": 50,
|
|
10387
10686
|
"cluster_id": 768,
|
|
10388
10687
|
"label": "ColorPointRx",
|
|
10389
10688
|
"type": "Optional[uint16]",
|
|
10390
|
-
"writable":
|
|
10689
|
+
"writable": false
|
|
10391
10690
|
},
|
|
10392
10691
|
"51": {
|
|
10393
10692
|
"id": 51,
|
|
10394
10693
|
"cluster_id": 768,
|
|
10395
10694
|
"label": "ColorPointRy",
|
|
10396
10695
|
"type": "Optional[uint16]",
|
|
10397
|
-
"writable":
|
|
10696
|
+
"writable": false
|
|
10398
10697
|
},
|
|
10399
10698
|
"52": {
|
|
10400
10699
|
"id": 52,
|
|
10401
10700
|
"cluster_id": 768,
|
|
10402
10701
|
"label": "ColorPointRIntensity",
|
|
10403
10702
|
"type": "Optional[Nullable[uint8]]",
|
|
10404
|
-
"writable":
|
|
10703
|
+
"writable": false
|
|
10405
10704
|
},
|
|
10406
10705
|
"54": {
|
|
10407
10706
|
"id": 54,
|
|
10408
10707
|
"cluster_id": 768,
|
|
10409
10708
|
"label": "ColorPointGx",
|
|
10410
10709
|
"type": "Optional[uint16]",
|
|
10411
|
-
"writable":
|
|
10710
|
+
"writable": false
|
|
10412
10711
|
},
|
|
10413
10712
|
"55": {
|
|
10414
10713
|
"id": 55,
|
|
10415
10714
|
"cluster_id": 768,
|
|
10416
10715
|
"label": "ColorPointGy",
|
|
10417
10716
|
"type": "Optional[uint16]",
|
|
10418
|
-
"writable":
|
|
10717
|
+
"writable": false
|
|
10419
10718
|
},
|
|
10420
10719
|
"56": {
|
|
10421
10720
|
"id": 56,
|
|
10422
10721
|
"cluster_id": 768,
|
|
10423
10722
|
"label": "ColorPointGIntensity",
|
|
10424
10723
|
"type": "Optional[Nullable[uint8]]",
|
|
10425
|
-
"writable":
|
|
10724
|
+
"writable": false
|
|
10426
10725
|
},
|
|
10427
10726
|
"58": {
|
|
10428
10727
|
"id": 58,
|
|
10429
10728
|
"cluster_id": 768,
|
|
10430
10729
|
"label": "ColorPointBx",
|
|
10431
10730
|
"type": "Optional[uint16]",
|
|
10432
|
-
"writable":
|
|
10731
|
+
"writable": false
|
|
10433
10732
|
},
|
|
10434
10733
|
"59": {
|
|
10435
10734
|
"id": 59,
|
|
10436
10735
|
"cluster_id": 768,
|
|
10437
10736
|
"label": "ColorPointBy",
|
|
10438
10737
|
"type": "Optional[uint16]",
|
|
10439
|
-
"writable":
|
|
10738
|
+
"writable": false
|
|
10440
10739
|
},
|
|
10441
10740
|
"60": {
|
|
10442
10741
|
"id": 60,
|
|
10443
10742
|
"cluster_id": 768,
|
|
10444
10743
|
"label": "ColorPointBIntensity",
|
|
10445
10744
|
"type": "Optional[Nullable[uint8]]",
|
|
10446
|
-
"writable":
|
|
10745
|
+
"writable": false
|
|
10447
10746
|
},
|
|
10448
10747
|
"16384": {
|
|
10449
10748
|
"id": 16384,
|
|
@@ -10498,7 +10797,7 @@ const clusters = {
|
|
|
10498
10797
|
"id": 16394,
|
|
10499
10798
|
"cluster_id": 768,
|
|
10500
10799
|
"label": "ColorCapabilities",
|
|
10501
|
-
"type": "
|
|
10800
|
+
"type": "ColorCapabilitiesBitmap",
|
|
10502
10801
|
"writable": false
|
|
10503
10802
|
},
|
|
10504
10803
|
"16395": {
|
|
@@ -12523,6 +12822,69 @@ const clusters = {
|
|
|
12523
12822
|
},
|
|
12524
12823
|
"commands": {}
|
|
12525
12824
|
},
|
|
12825
|
+
"1072": {
|
|
12826
|
+
"id": 1072,
|
|
12827
|
+
"label": "SoilMeasurement",
|
|
12828
|
+
"attributes": {
|
|
12829
|
+
"0": {
|
|
12830
|
+
"id": 0,
|
|
12831
|
+
"cluster_id": 1072,
|
|
12832
|
+
"label": "SoilMoistureMeasurementLimits",
|
|
12833
|
+
"type": "MeasurementAccuracyStruct",
|
|
12834
|
+
"writable": false
|
|
12835
|
+
},
|
|
12836
|
+
"1": {
|
|
12837
|
+
"id": 1,
|
|
12838
|
+
"cluster_id": 1072,
|
|
12839
|
+
"label": "SoilMoistureMeasuredValue",
|
|
12840
|
+
"type": "Nullable[percent]",
|
|
12841
|
+
"writable": false
|
|
12842
|
+
},
|
|
12843
|
+
"65528": {
|
|
12844
|
+
"id": 65528,
|
|
12845
|
+
"cluster_id": 1072,
|
|
12846
|
+
"label": "GeneratedCommandList",
|
|
12847
|
+
"type": "List[command-id]",
|
|
12848
|
+
"writable": false
|
|
12849
|
+
},
|
|
12850
|
+
"65529": {
|
|
12851
|
+
"id": 65529,
|
|
12852
|
+
"cluster_id": 1072,
|
|
12853
|
+
"label": "AcceptedCommandList",
|
|
12854
|
+
"type": "List[command-id]",
|
|
12855
|
+
"writable": false
|
|
12856
|
+
},
|
|
12857
|
+
"65530": {
|
|
12858
|
+
"id": 65530,
|
|
12859
|
+
"cluster_id": 1072,
|
|
12860
|
+
"label": "EventList",
|
|
12861
|
+
"type": "Optional[unknown]",
|
|
12862
|
+
"writable": true
|
|
12863
|
+
},
|
|
12864
|
+
"65531": {
|
|
12865
|
+
"id": 65531,
|
|
12866
|
+
"cluster_id": 1072,
|
|
12867
|
+
"label": "AttributeList",
|
|
12868
|
+
"type": "List[attrib-id]",
|
|
12869
|
+
"writable": false
|
|
12870
|
+
},
|
|
12871
|
+
"65532": {
|
|
12872
|
+
"id": 65532,
|
|
12873
|
+
"cluster_id": 1072,
|
|
12874
|
+
"label": "FeatureMap",
|
|
12875
|
+
"type": "map32",
|
|
12876
|
+
"writable": false
|
|
12877
|
+
},
|
|
12878
|
+
"65533": {
|
|
12879
|
+
"id": 65533,
|
|
12880
|
+
"cluster_id": 1072,
|
|
12881
|
+
"label": "ClusterRevision",
|
|
12882
|
+
"type": "ClusterRevision",
|
|
12883
|
+
"writable": false
|
|
12884
|
+
}
|
|
12885
|
+
},
|
|
12886
|
+
"commands": {}
|
|
12887
|
+
},
|
|
12526
12888
|
"1105": {
|
|
12527
12889
|
"id": 1105,
|
|
12528
12890
|
"label": "WiFiNetworkManagement",
|
|
@@ -14135,118 +14497,97 @@ const clusters = {
|
|
|
14135
14497
|
}
|
|
14136
14498
|
}
|
|
14137
14499
|
},
|
|
14138
|
-
"
|
|
14139
|
-
"id":
|
|
14140
|
-
"label": "
|
|
14500
|
+
"1360": {
|
|
14501
|
+
"id": 1360,
|
|
14502
|
+
"label": "ZoneManagement",
|
|
14141
14503
|
"attributes": {
|
|
14142
14504
|
"0": {
|
|
14143
14505
|
"id": 0,
|
|
14144
|
-
"cluster_id":
|
|
14145
|
-
"label": "
|
|
14146
|
-
"type": "
|
|
14506
|
+
"cluster_id": 1360,
|
|
14507
|
+
"label": "MaxUserDefinedZones",
|
|
14508
|
+
"type": "Optional[uint8]",
|
|
14147
14509
|
"writable": false
|
|
14148
14510
|
},
|
|
14149
14511
|
"1": {
|
|
14150
14512
|
"id": 1,
|
|
14151
|
-
"cluster_id":
|
|
14152
|
-
"label": "
|
|
14153
|
-
"type": "
|
|
14513
|
+
"cluster_id": 1360,
|
|
14514
|
+
"label": "MaxZones",
|
|
14515
|
+
"type": "uint8",
|
|
14154
14516
|
"writable": false
|
|
14155
14517
|
},
|
|
14156
|
-
"
|
|
14157
|
-
"id":
|
|
14158
|
-
"cluster_id":
|
|
14159
|
-
"label": "
|
|
14160
|
-
"type": "List[
|
|
14518
|
+
"2": {
|
|
14519
|
+
"id": 2,
|
|
14520
|
+
"cluster_id": 1360,
|
|
14521
|
+
"label": "Zones",
|
|
14522
|
+
"type": "List[ZoneInformationStruct]",
|
|
14161
14523
|
"writable": false
|
|
14162
14524
|
},
|
|
14163
|
-
"
|
|
14164
|
-
"id":
|
|
14165
|
-
"cluster_id":
|
|
14166
|
-
"label": "
|
|
14167
|
-
"type": "List[
|
|
14525
|
+
"3": {
|
|
14526
|
+
"id": 3,
|
|
14527
|
+
"cluster_id": 1360,
|
|
14528
|
+
"label": "Triggers",
|
|
14529
|
+
"type": "List[ZoneTriggerControlStruct]",
|
|
14168
14530
|
"writable": false
|
|
14169
14531
|
},
|
|
14170
|
-
"
|
|
14171
|
-
"id":
|
|
14172
|
-
"cluster_id":
|
|
14173
|
-
"label": "
|
|
14174
|
-
"type": "
|
|
14175
|
-
"writable": true
|
|
14176
|
-
},
|
|
14177
|
-
"65531": {
|
|
14178
|
-
"id": 65531,
|
|
14179
|
-
"cluster_id": 1872,
|
|
14180
|
-
"label": "AttributeList",
|
|
14181
|
-
"type": "List[attrib-id]",
|
|
14532
|
+
"4": {
|
|
14533
|
+
"id": 4,
|
|
14534
|
+
"cluster_id": 1360,
|
|
14535
|
+
"label": "SensitivityMax",
|
|
14536
|
+
"type": "uint8",
|
|
14182
14537
|
"writable": false
|
|
14183
14538
|
},
|
|
14184
|
-
"
|
|
14185
|
-
"id":
|
|
14186
|
-
"cluster_id":
|
|
14187
|
-
"label": "
|
|
14188
|
-
"type": "
|
|
14189
|
-
"writable":
|
|
14539
|
+
"5": {
|
|
14540
|
+
"id": 5,
|
|
14541
|
+
"cluster_id": 1360,
|
|
14542
|
+
"label": "Sensitivity",
|
|
14543
|
+
"type": "Optional[uint8]",
|
|
14544
|
+
"writable": true
|
|
14190
14545
|
},
|
|
14191
|
-
"
|
|
14192
|
-
"id":
|
|
14193
|
-
"cluster_id":
|
|
14194
|
-
"label": "
|
|
14195
|
-
"type": "
|
|
14196
|
-
"writable": false
|
|
14197
|
-
}
|
|
14198
|
-
},
|
|
14199
|
-
"commands": {}
|
|
14200
|
-
},
|
|
14201
|
-
"1873": {
|
|
14202
|
-
"id": 1873,
|
|
14203
|
-
"label": "CommissionerControl",
|
|
14204
|
-
"attributes": {
|
|
14205
|
-
"0": {
|
|
14206
|
-
"id": 0,
|
|
14207
|
-
"cluster_id": 1873,
|
|
14208
|
-
"label": "SupportedDeviceCategories",
|
|
14209
|
-
"type": "SupportedDeviceCategoryBitmap",
|
|
14546
|
+
"6": {
|
|
14547
|
+
"id": 6,
|
|
14548
|
+
"cluster_id": 1360,
|
|
14549
|
+
"label": "TwoDCartesianMax",
|
|
14550
|
+
"type": "Optional[TwoDCartesianVertexStruct]",
|
|
14210
14551
|
"writable": false
|
|
14211
14552
|
},
|
|
14212
14553
|
"65528": {
|
|
14213
14554
|
"id": 65528,
|
|
14214
|
-
"cluster_id":
|
|
14555
|
+
"cluster_id": 1360,
|
|
14215
14556
|
"label": "GeneratedCommandList",
|
|
14216
14557
|
"type": "List[command-id]",
|
|
14217
14558
|
"writable": false
|
|
14218
14559
|
},
|
|
14219
14560
|
"65529": {
|
|
14220
14561
|
"id": 65529,
|
|
14221
|
-
"cluster_id":
|
|
14562
|
+
"cluster_id": 1360,
|
|
14222
14563
|
"label": "AcceptedCommandList",
|
|
14223
14564
|
"type": "List[command-id]",
|
|
14224
14565
|
"writable": false
|
|
14225
14566
|
},
|
|
14226
14567
|
"65530": {
|
|
14227
14568
|
"id": 65530,
|
|
14228
|
-
"cluster_id":
|
|
14569
|
+
"cluster_id": 1360,
|
|
14229
14570
|
"label": "EventList",
|
|
14230
14571
|
"type": "Optional[unknown]",
|
|
14231
14572
|
"writable": true
|
|
14232
14573
|
},
|
|
14233
14574
|
"65531": {
|
|
14234
14575
|
"id": 65531,
|
|
14235
|
-
"cluster_id":
|
|
14576
|
+
"cluster_id": 1360,
|
|
14236
14577
|
"label": "AttributeList",
|
|
14237
14578
|
"type": "List[attrib-id]",
|
|
14238
14579
|
"writable": false
|
|
14239
14580
|
},
|
|
14240
14581
|
"65532": {
|
|
14241
14582
|
"id": 65532,
|
|
14242
|
-
"cluster_id":
|
|
14583
|
+
"cluster_id": 1360,
|
|
14243
14584
|
"label": "FeatureMap",
|
|
14244
|
-
"type": "
|
|
14585
|
+
"type": "FeatureMap",
|
|
14245
14586
|
"writable": false
|
|
14246
14587
|
},
|
|
14247
14588
|
"65533": {
|
|
14248
14589
|
"id": 65533,
|
|
14249
|
-
"cluster_id":
|
|
14590
|
+
"cluster_id": 1360,
|
|
14250
14591
|
"label": "ClusterRevision",
|
|
14251
14592
|
"type": "ClusterRevision",
|
|
14252
14593
|
"writable": false
|
|
@@ -14255,125 +14596,1374 @@ const clusters = {
|
|
|
14255
14596
|
"commands": {
|
|
14256
14597
|
"0": {
|
|
14257
14598
|
"id": 0,
|
|
14258
|
-
"cluster_id":
|
|
14259
|
-
"name": "
|
|
14260
|
-
"label": "
|
|
14599
|
+
"cluster_id": 1360,
|
|
14600
|
+
"name": "CreateTwoDCartesianZone",
|
|
14601
|
+
"label": "Create Two Dcartesian Zone"
|
|
14261
14602
|
},
|
|
14262
|
-
"
|
|
14263
|
-
"id":
|
|
14264
|
-
"cluster_id":
|
|
14265
|
-
"name": "
|
|
14266
|
-
"label": "
|
|
14603
|
+
"2": {
|
|
14604
|
+
"id": 2,
|
|
14605
|
+
"cluster_id": 1360,
|
|
14606
|
+
"name": "UpdateTwoDCartesianZone",
|
|
14607
|
+
"label": "Update Two Dcartesian Zone"
|
|
14608
|
+
},
|
|
14609
|
+
"3": {
|
|
14610
|
+
"id": 3,
|
|
14611
|
+
"cluster_id": 1360,
|
|
14612
|
+
"name": "RemoveZone",
|
|
14613
|
+
"label": "Remove Zone"
|
|
14614
|
+
},
|
|
14615
|
+
"4": {
|
|
14616
|
+
"id": 4,
|
|
14617
|
+
"cluster_id": 1360,
|
|
14618
|
+
"name": "CreateOrUpdateTrigger",
|
|
14619
|
+
"label": "Create Or Update Trigger"
|
|
14620
|
+
},
|
|
14621
|
+
"5": {
|
|
14622
|
+
"id": 5,
|
|
14623
|
+
"cluster_id": 1360,
|
|
14624
|
+
"name": "RemoveTrigger",
|
|
14625
|
+
"label": "Remove Trigger"
|
|
14267
14626
|
}
|
|
14268
14627
|
}
|
|
14269
14628
|
},
|
|
14270
|
-
"
|
|
14271
|
-
"id":
|
|
14272
|
-
"label": "
|
|
14629
|
+
"1361": {
|
|
14630
|
+
"id": 1361,
|
|
14631
|
+
"label": "CameraAvStreamManagement",
|
|
14273
14632
|
"attributes": {
|
|
14274
14633
|
"0": {
|
|
14275
14634
|
"id": 0,
|
|
14276
|
-
"cluster_id":
|
|
14277
|
-
"label": "
|
|
14278
|
-
"type": "Optional[
|
|
14635
|
+
"cluster_id": 1361,
|
|
14636
|
+
"label": "MaxConcurrentEncoders",
|
|
14637
|
+
"type": "Optional[uint8]",
|
|
14279
14638
|
"writable": false
|
|
14280
14639
|
},
|
|
14281
14640
|
"1": {
|
|
14282
14641
|
"id": 1,
|
|
14283
|
-
"cluster_id":
|
|
14284
|
-
"label": "
|
|
14285
|
-
"type": "Optional[
|
|
14642
|
+
"cluster_id": 1361,
|
|
14643
|
+
"label": "MaxEncodedPixelRate",
|
|
14644
|
+
"type": "Optional[uint32]",
|
|
14286
14645
|
"writable": false
|
|
14287
14646
|
},
|
|
14288
14647
|
"2": {
|
|
14289
14648
|
"id": 2,
|
|
14290
|
-
"cluster_id":
|
|
14291
|
-
"label": "
|
|
14292
|
-
"type": "Optional[
|
|
14649
|
+
"cluster_id": 1361,
|
|
14650
|
+
"label": "VideoSensorParams",
|
|
14651
|
+
"type": "Optional[VideoSensorParamsStruct]",
|
|
14293
14652
|
"writable": false
|
|
14294
14653
|
},
|
|
14295
14654
|
"3": {
|
|
14296
14655
|
"id": 3,
|
|
14297
|
-
"cluster_id":
|
|
14298
|
-
"label": "
|
|
14299
|
-
"type": "Optional[
|
|
14656
|
+
"cluster_id": 1361,
|
|
14657
|
+
"label": "NightVisionUsesInfrared",
|
|
14658
|
+
"type": "Optional[bool]",
|
|
14300
14659
|
"writable": false
|
|
14301
14660
|
},
|
|
14302
14661
|
"4": {
|
|
14303
14662
|
"id": 4,
|
|
14304
|
-
"cluster_id":
|
|
14305
|
-
"label": "
|
|
14306
|
-
"type": "
|
|
14663
|
+
"cluster_id": 1361,
|
|
14664
|
+
"label": "MinViewportResolution",
|
|
14665
|
+
"type": "Optional[VideoResolutionStruct]",
|
|
14307
14666
|
"writable": false
|
|
14308
14667
|
},
|
|
14309
14668
|
"5": {
|
|
14310
14669
|
"id": 5,
|
|
14311
|
-
"cluster_id":
|
|
14312
|
-
"label": "
|
|
14313
|
-
"type": "List[
|
|
14670
|
+
"cluster_id": 1361,
|
|
14671
|
+
"label": "RateDistortionTradeOffPoints",
|
|
14672
|
+
"type": "List[RateDistortionTradeOffPointsStruct]",
|
|
14314
14673
|
"writable": false
|
|
14315
14674
|
},
|
|
14316
14675
|
"6": {
|
|
14317
14676
|
"id": 6,
|
|
14318
|
-
"cluster_id":
|
|
14319
|
-
"label": "
|
|
14320
|
-
"type": "
|
|
14677
|
+
"cluster_id": 1361,
|
|
14678
|
+
"label": "MaxContentBufferSize",
|
|
14679
|
+
"type": "uint32",
|
|
14321
14680
|
"writable": false
|
|
14322
14681
|
},
|
|
14323
14682
|
"7": {
|
|
14324
14683
|
"id": 7,
|
|
14325
|
-
"cluster_id":
|
|
14326
|
-
"label": "
|
|
14327
|
-
"type": "
|
|
14684
|
+
"cluster_id": 1361,
|
|
14685
|
+
"label": "MicrophoneCapabilities",
|
|
14686
|
+
"type": "Optional[AudioCapabilitiesStruct]",
|
|
14328
14687
|
"writable": false
|
|
14329
14688
|
},
|
|
14330
14689
|
"8": {
|
|
14331
14690
|
"id": 8,
|
|
14332
|
-
"cluster_id":
|
|
14333
|
-
"label": "
|
|
14334
|
-
"type": "Optional[
|
|
14691
|
+
"cluster_id": 1361,
|
|
14692
|
+
"label": "SpeakerCapabilities",
|
|
14693
|
+
"type": "Optional[AudioCapabilitiesStruct]",
|
|
14335
14694
|
"writable": false
|
|
14336
14695
|
},
|
|
14337
14696
|
"9": {
|
|
14338
14697
|
"id": 9,
|
|
14339
|
-
"cluster_id":
|
|
14340
|
-
"label": "
|
|
14341
|
-
"type": "
|
|
14698
|
+
"cluster_id": 1361,
|
|
14699
|
+
"label": "TwoWayTalkSupport",
|
|
14700
|
+
"type": "Optional[TwoWayTalkSupportTypeEnum]",
|
|
14342
14701
|
"writable": false
|
|
14343
14702
|
},
|
|
14344
14703
|
"10": {
|
|
14345
14704
|
"id": 10,
|
|
14346
|
-
"cluster_id":
|
|
14347
|
-
"label": "
|
|
14348
|
-
"type": "List[
|
|
14705
|
+
"cluster_id": 1361,
|
|
14706
|
+
"label": "SnapshotCapabilities",
|
|
14707
|
+
"type": "List[SnapshotCapabilitiesStruct]",
|
|
14349
14708
|
"writable": false
|
|
14350
14709
|
},
|
|
14351
14710
|
"11": {
|
|
14352
14711
|
"id": 11,
|
|
14353
|
-
"cluster_id":
|
|
14354
|
-
"label": "
|
|
14355
|
-
"type": "
|
|
14712
|
+
"cluster_id": 1361,
|
|
14713
|
+
"label": "MaxNetworkBandwidth",
|
|
14714
|
+
"type": "uint32",
|
|
14356
14715
|
"writable": false
|
|
14357
14716
|
},
|
|
14358
14717
|
"12": {
|
|
14359
14718
|
"id": 12,
|
|
14360
|
-
"cluster_id":
|
|
14361
|
-
"label": "
|
|
14362
|
-
"type": "
|
|
14719
|
+
"cluster_id": 1361,
|
|
14720
|
+
"label": "CurrentFrameRate",
|
|
14721
|
+
"type": "Optional[uint16]",
|
|
14363
14722
|
"writable": false
|
|
14364
14723
|
},
|
|
14365
14724
|
"13": {
|
|
14366
14725
|
"id": 13,
|
|
14367
|
-
"cluster_id":
|
|
14368
|
-
"label": "
|
|
14369
|
-
"type": "
|
|
14370
|
-
"writable":
|
|
14726
|
+
"cluster_id": 1361,
|
|
14727
|
+
"label": "HdrModeEnabled",
|
|
14728
|
+
"type": "Optional[bool]",
|
|
14729
|
+
"writable": true
|
|
14371
14730
|
},
|
|
14372
|
-
"
|
|
14373
|
-
"id":
|
|
14374
|
-
"cluster_id":
|
|
14375
|
-
"label": "
|
|
14376
|
-
"type": "List[
|
|
14731
|
+
"14": {
|
|
14732
|
+
"id": 14,
|
|
14733
|
+
"cluster_id": 1361,
|
|
14734
|
+
"label": "SupportedStreamUsages",
|
|
14735
|
+
"type": "List[StreamUsageEnum]",
|
|
14736
|
+
"writable": false
|
|
14737
|
+
},
|
|
14738
|
+
"15": {
|
|
14739
|
+
"id": 15,
|
|
14740
|
+
"cluster_id": 1361,
|
|
14741
|
+
"label": "AllocatedVideoStreams",
|
|
14742
|
+
"type": "List[VideoStreamStruct]",
|
|
14743
|
+
"writable": false
|
|
14744
|
+
},
|
|
14745
|
+
"16": {
|
|
14746
|
+
"id": 16,
|
|
14747
|
+
"cluster_id": 1361,
|
|
14748
|
+
"label": "AllocatedAudioStreams",
|
|
14749
|
+
"type": "List[AudioStreamStruct]",
|
|
14750
|
+
"writable": false
|
|
14751
|
+
},
|
|
14752
|
+
"17": {
|
|
14753
|
+
"id": 17,
|
|
14754
|
+
"cluster_id": 1361,
|
|
14755
|
+
"label": "AllocatedSnapshotStreams",
|
|
14756
|
+
"type": "List[SnapshotStreamStruct]",
|
|
14757
|
+
"writable": false
|
|
14758
|
+
},
|
|
14759
|
+
"18": {
|
|
14760
|
+
"id": 18,
|
|
14761
|
+
"cluster_id": 1361,
|
|
14762
|
+
"label": "StreamUsagePriorities",
|
|
14763
|
+
"type": "List[StreamUsageEnum]",
|
|
14764
|
+
"writable": false
|
|
14765
|
+
},
|
|
14766
|
+
"19": {
|
|
14767
|
+
"id": 19,
|
|
14768
|
+
"cluster_id": 1361,
|
|
14769
|
+
"label": "SoftRecordingPrivacyModeEnabled",
|
|
14770
|
+
"type": "Optional[bool]",
|
|
14771
|
+
"writable": true
|
|
14772
|
+
},
|
|
14773
|
+
"20": {
|
|
14774
|
+
"id": 20,
|
|
14775
|
+
"cluster_id": 1361,
|
|
14776
|
+
"label": "SoftLivestreamPrivacyModeEnabled",
|
|
14777
|
+
"type": "Optional[bool]",
|
|
14778
|
+
"writable": true
|
|
14779
|
+
},
|
|
14780
|
+
"21": {
|
|
14781
|
+
"id": 21,
|
|
14782
|
+
"cluster_id": 1361,
|
|
14783
|
+
"label": "HardPrivacyModeOn",
|
|
14784
|
+
"type": "Optional[bool]",
|
|
14785
|
+
"writable": false
|
|
14786
|
+
},
|
|
14787
|
+
"22": {
|
|
14788
|
+
"id": 22,
|
|
14789
|
+
"cluster_id": 1361,
|
|
14790
|
+
"label": "NightVision",
|
|
14791
|
+
"type": "Optional[TriStateAutoEnum]",
|
|
14792
|
+
"writable": true
|
|
14793
|
+
},
|
|
14794
|
+
"23": {
|
|
14795
|
+
"id": 23,
|
|
14796
|
+
"cluster_id": 1361,
|
|
14797
|
+
"label": "NightVisionIllum",
|
|
14798
|
+
"type": "Optional[TriStateAutoEnum]",
|
|
14799
|
+
"writable": true
|
|
14800
|
+
},
|
|
14801
|
+
"24": {
|
|
14802
|
+
"id": 24,
|
|
14803
|
+
"cluster_id": 1361,
|
|
14804
|
+
"label": "Viewport",
|
|
14805
|
+
"type": "Optional[ViewportStruct]",
|
|
14806
|
+
"writable": true
|
|
14807
|
+
},
|
|
14808
|
+
"25": {
|
|
14809
|
+
"id": 25,
|
|
14810
|
+
"cluster_id": 1361,
|
|
14811
|
+
"label": "SpeakerMuted",
|
|
14812
|
+
"type": "Optional[bool]",
|
|
14813
|
+
"writable": true
|
|
14814
|
+
},
|
|
14815
|
+
"26": {
|
|
14816
|
+
"id": 26,
|
|
14817
|
+
"cluster_id": 1361,
|
|
14818
|
+
"label": "SpeakerVolumeLevel",
|
|
14819
|
+
"type": "Optional[uint8]",
|
|
14820
|
+
"writable": true
|
|
14821
|
+
},
|
|
14822
|
+
"27": {
|
|
14823
|
+
"id": 27,
|
|
14824
|
+
"cluster_id": 1361,
|
|
14825
|
+
"label": "SpeakerMaxLevel",
|
|
14826
|
+
"type": "Optional[uint8]",
|
|
14827
|
+
"writable": false
|
|
14828
|
+
},
|
|
14829
|
+
"28": {
|
|
14830
|
+
"id": 28,
|
|
14831
|
+
"cluster_id": 1361,
|
|
14832
|
+
"label": "SpeakerMinLevel",
|
|
14833
|
+
"type": "Optional[uint8]",
|
|
14834
|
+
"writable": false
|
|
14835
|
+
},
|
|
14836
|
+
"29": {
|
|
14837
|
+
"id": 29,
|
|
14838
|
+
"cluster_id": 1361,
|
|
14839
|
+
"label": "MicrophoneMuted",
|
|
14840
|
+
"type": "Optional[bool]",
|
|
14841
|
+
"writable": true
|
|
14842
|
+
},
|
|
14843
|
+
"30": {
|
|
14844
|
+
"id": 30,
|
|
14845
|
+
"cluster_id": 1361,
|
|
14846
|
+
"label": "MicrophoneVolumeLevel",
|
|
14847
|
+
"type": "Optional[uint8]",
|
|
14848
|
+
"writable": true
|
|
14849
|
+
},
|
|
14850
|
+
"31": {
|
|
14851
|
+
"id": 31,
|
|
14852
|
+
"cluster_id": 1361,
|
|
14853
|
+
"label": "MicrophoneMaxLevel",
|
|
14854
|
+
"type": "Optional[uint8]",
|
|
14855
|
+
"writable": false
|
|
14856
|
+
},
|
|
14857
|
+
"32": {
|
|
14858
|
+
"id": 32,
|
|
14859
|
+
"cluster_id": 1361,
|
|
14860
|
+
"label": "MicrophoneMinLevel",
|
|
14861
|
+
"type": "Optional[uint8]",
|
|
14862
|
+
"writable": false
|
|
14863
|
+
},
|
|
14864
|
+
"33": {
|
|
14865
|
+
"id": 33,
|
|
14866
|
+
"cluster_id": 1361,
|
|
14867
|
+
"label": "MicrophoneAgcEnabled",
|
|
14868
|
+
"type": "Optional[bool]",
|
|
14869
|
+
"writable": true
|
|
14870
|
+
},
|
|
14871
|
+
"34": {
|
|
14872
|
+
"id": 34,
|
|
14873
|
+
"cluster_id": 1361,
|
|
14874
|
+
"label": "ImageRotation",
|
|
14875
|
+
"type": "Optional[uint16]",
|
|
14876
|
+
"writable": true
|
|
14877
|
+
},
|
|
14878
|
+
"35": {
|
|
14879
|
+
"id": 35,
|
|
14880
|
+
"cluster_id": 1361,
|
|
14881
|
+
"label": "ImageFlipHorizontal",
|
|
14882
|
+
"type": "Optional[bool]",
|
|
14883
|
+
"writable": true
|
|
14884
|
+
},
|
|
14885
|
+
"36": {
|
|
14886
|
+
"id": 36,
|
|
14887
|
+
"cluster_id": 1361,
|
|
14888
|
+
"label": "ImageFlipVertical",
|
|
14889
|
+
"type": "Optional[bool]",
|
|
14890
|
+
"writable": true
|
|
14891
|
+
},
|
|
14892
|
+
"37": {
|
|
14893
|
+
"id": 37,
|
|
14894
|
+
"cluster_id": 1361,
|
|
14895
|
+
"label": "LocalVideoRecordingEnabled",
|
|
14896
|
+
"type": "Optional[bool]",
|
|
14897
|
+
"writable": true
|
|
14898
|
+
},
|
|
14899
|
+
"38": {
|
|
14900
|
+
"id": 38,
|
|
14901
|
+
"cluster_id": 1361,
|
|
14902
|
+
"label": "LocalSnapshotRecordingEnabled",
|
|
14903
|
+
"type": "Optional[bool]",
|
|
14904
|
+
"writable": true
|
|
14905
|
+
},
|
|
14906
|
+
"39": {
|
|
14907
|
+
"id": 39,
|
|
14908
|
+
"cluster_id": 1361,
|
|
14909
|
+
"label": "StatusLightEnabled",
|
|
14910
|
+
"type": "Optional[bool]",
|
|
14911
|
+
"writable": true
|
|
14912
|
+
},
|
|
14913
|
+
"40": {
|
|
14914
|
+
"id": 40,
|
|
14915
|
+
"cluster_id": 1361,
|
|
14916
|
+
"label": "StatusLightBrightness",
|
|
14917
|
+
"type": "Optional[ThreeLevelAutoEnum]",
|
|
14918
|
+
"writable": true
|
|
14919
|
+
},
|
|
14920
|
+
"65528": {
|
|
14921
|
+
"id": 65528,
|
|
14922
|
+
"cluster_id": 1361,
|
|
14923
|
+
"label": "GeneratedCommandList",
|
|
14924
|
+
"type": "List[command-id]",
|
|
14925
|
+
"writable": false
|
|
14926
|
+
},
|
|
14927
|
+
"65529": {
|
|
14928
|
+
"id": 65529,
|
|
14929
|
+
"cluster_id": 1361,
|
|
14930
|
+
"label": "AcceptedCommandList",
|
|
14931
|
+
"type": "List[command-id]",
|
|
14932
|
+
"writable": false
|
|
14933
|
+
},
|
|
14934
|
+
"65530": {
|
|
14935
|
+
"id": 65530,
|
|
14936
|
+
"cluster_id": 1361,
|
|
14937
|
+
"label": "EventList",
|
|
14938
|
+
"type": "Optional[unknown]",
|
|
14939
|
+
"writable": true
|
|
14940
|
+
},
|
|
14941
|
+
"65531": {
|
|
14942
|
+
"id": 65531,
|
|
14943
|
+
"cluster_id": 1361,
|
|
14944
|
+
"label": "AttributeList",
|
|
14945
|
+
"type": "List[attrib-id]",
|
|
14946
|
+
"writable": false
|
|
14947
|
+
},
|
|
14948
|
+
"65532": {
|
|
14949
|
+
"id": 65532,
|
|
14950
|
+
"cluster_id": 1361,
|
|
14951
|
+
"label": "FeatureMap",
|
|
14952
|
+
"type": "FeatureMap",
|
|
14953
|
+
"writable": false
|
|
14954
|
+
},
|
|
14955
|
+
"65533": {
|
|
14956
|
+
"id": 65533,
|
|
14957
|
+
"cluster_id": 1361,
|
|
14958
|
+
"label": "ClusterRevision",
|
|
14959
|
+
"type": "ClusterRevision",
|
|
14960
|
+
"writable": false
|
|
14961
|
+
}
|
|
14962
|
+
},
|
|
14963
|
+
"commands": {
|
|
14964
|
+
"0": {
|
|
14965
|
+
"id": 0,
|
|
14966
|
+
"cluster_id": 1361,
|
|
14967
|
+
"name": "AudioStreamAllocate",
|
|
14968
|
+
"label": "Audio Stream Allocate"
|
|
14969
|
+
},
|
|
14970
|
+
"2": {
|
|
14971
|
+
"id": 2,
|
|
14972
|
+
"cluster_id": 1361,
|
|
14973
|
+
"name": "AudioStreamDeallocate",
|
|
14974
|
+
"label": "Audio Stream Deallocate"
|
|
14975
|
+
},
|
|
14976
|
+
"3": {
|
|
14977
|
+
"id": 3,
|
|
14978
|
+
"cluster_id": 1361,
|
|
14979
|
+
"name": "VideoStreamAllocate",
|
|
14980
|
+
"label": "Video Stream Allocate"
|
|
14981
|
+
},
|
|
14982
|
+
"5": {
|
|
14983
|
+
"id": 5,
|
|
14984
|
+
"cluster_id": 1361,
|
|
14985
|
+
"name": "VideoStreamModify",
|
|
14986
|
+
"label": "Video Stream Modify"
|
|
14987
|
+
},
|
|
14988
|
+
"6": {
|
|
14989
|
+
"id": 6,
|
|
14990
|
+
"cluster_id": 1361,
|
|
14991
|
+
"name": "VideoStreamDeallocate",
|
|
14992
|
+
"label": "Video Stream Deallocate"
|
|
14993
|
+
},
|
|
14994
|
+
"7": {
|
|
14995
|
+
"id": 7,
|
|
14996
|
+
"cluster_id": 1361,
|
|
14997
|
+
"name": "SnapshotStreamAllocate",
|
|
14998
|
+
"label": "Snapshot Stream Allocate"
|
|
14999
|
+
},
|
|
15000
|
+
"9": {
|
|
15001
|
+
"id": 9,
|
|
15002
|
+
"cluster_id": 1361,
|
|
15003
|
+
"name": "SnapshotStreamModify",
|
|
15004
|
+
"label": "Snapshot Stream Modify"
|
|
15005
|
+
},
|
|
15006
|
+
"10": {
|
|
15007
|
+
"id": 10,
|
|
15008
|
+
"cluster_id": 1361,
|
|
15009
|
+
"name": "SnapshotStreamDeallocate",
|
|
15010
|
+
"label": "Snapshot Stream Deallocate"
|
|
15011
|
+
},
|
|
15012
|
+
"11": {
|
|
15013
|
+
"id": 11,
|
|
15014
|
+
"cluster_id": 1361,
|
|
15015
|
+
"name": "SetStreamPriorities",
|
|
15016
|
+
"label": "Set Stream Priorities"
|
|
15017
|
+
},
|
|
15018
|
+
"12": {
|
|
15019
|
+
"id": 12,
|
|
15020
|
+
"cluster_id": 1361,
|
|
15021
|
+
"name": "CaptureSnapshot",
|
|
15022
|
+
"label": "Capture Snapshot"
|
|
15023
|
+
}
|
|
15024
|
+
}
|
|
15025
|
+
},
|
|
15026
|
+
"1362": {
|
|
15027
|
+
"id": 1362,
|
|
15028
|
+
"label": "CameraAvSettingsUserLevelManagement",
|
|
15029
|
+
"attributes": {
|
|
15030
|
+
"0": {
|
|
15031
|
+
"id": 0,
|
|
15032
|
+
"cluster_id": 1362,
|
|
15033
|
+
"label": "MptzPosition",
|
|
15034
|
+
"type": "Optional[MPTZStruct]",
|
|
15035
|
+
"writable": false
|
|
15036
|
+
},
|
|
15037
|
+
"1": {
|
|
15038
|
+
"id": 1,
|
|
15039
|
+
"cluster_id": 1362,
|
|
15040
|
+
"label": "MaxPresets",
|
|
15041
|
+
"type": "Optional[uint8]",
|
|
15042
|
+
"writable": false
|
|
15043
|
+
},
|
|
15044
|
+
"2": {
|
|
15045
|
+
"id": 2,
|
|
15046
|
+
"cluster_id": 1362,
|
|
15047
|
+
"label": "MptzPresets",
|
|
15048
|
+
"type": "List[MPTZPresetStruct]",
|
|
15049
|
+
"writable": false
|
|
15050
|
+
},
|
|
15051
|
+
"3": {
|
|
15052
|
+
"id": 3,
|
|
15053
|
+
"cluster_id": 1362,
|
|
15054
|
+
"label": "DptzStreams",
|
|
15055
|
+
"type": "List[DPTZStruct]",
|
|
15056
|
+
"writable": false
|
|
15057
|
+
},
|
|
15058
|
+
"4": {
|
|
15059
|
+
"id": 4,
|
|
15060
|
+
"cluster_id": 1362,
|
|
15061
|
+
"label": "ZoomMax",
|
|
15062
|
+
"type": "Optional[uint8]",
|
|
15063
|
+
"writable": false
|
|
15064
|
+
},
|
|
15065
|
+
"5": {
|
|
15066
|
+
"id": 5,
|
|
15067
|
+
"cluster_id": 1362,
|
|
15068
|
+
"label": "TiltMin",
|
|
15069
|
+
"type": "Optional[int16]",
|
|
15070
|
+
"writable": false
|
|
15071
|
+
},
|
|
15072
|
+
"6": {
|
|
15073
|
+
"id": 6,
|
|
15074
|
+
"cluster_id": 1362,
|
|
15075
|
+
"label": "TiltMax",
|
|
15076
|
+
"type": "Optional[int16]",
|
|
15077
|
+
"writable": false
|
|
15078
|
+
},
|
|
15079
|
+
"7": {
|
|
15080
|
+
"id": 7,
|
|
15081
|
+
"cluster_id": 1362,
|
|
15082
|
+
"label": "PanMin",
|
|
15083
|
+
"type": "Optional[int16]",
|
|
15084
|
+
"writable": false
|
|
15085
|
+
},
|
|
15086
|
+
"8": {
|
|
15087
|
+
"id": 8,
|
|
15088
|
+
"cluster_id": 1362,
|
|
15089
|
+
"label": "PanMax",
|
|
15090
|
+
"type": "Optional[int16]",
|
|
15091
|
+
"writable": false
|
|
15092
|
+
},
|
|
15093
|
+
"9": {
|
|
15094
|
+
"id": 9,
|
|
15095
|
+
"cluster_id": 1362,
|
|
15096
|
+
"label": "MovementState",
|
|
15097
|
+
"type": "Optional[PhysicalMovementEnum]",
|
|
15098
|
+
"writable": false
|
|
15099
|
+
},
|
|
15100
|
+
"65528": {
|
|
15101
|
+
"id": 65528,
|
|
15102
|
+
"cluster_id": 1362,
|
|
15103
|
+
"label": "GeneratedCommandList",
|
|
15104
|
+
"type": "List[command-id]",
|
|
15105
|
+
"writable": false
|
|
15106
|
+
},
|
|
15107
|
+
"65529": {
|
|
15108
|
+
"id": 65529,
|
|
15109
|
+
"cluster_id": 1362,
|
|
15110
|
+
"label": "AcceptedCommandList",
|
|
15111
|
+
"type": "List[command-id]",
|
|
15112
|
+
"writable": false
|
|
15113
|
+
},
|
|
15114
|
+
"65530": {
|
|
15115
|
+
"id": 65530,
|
|
15116
|
+
"cluster_id": 1362,
|
|
15117
|
+
"label": "EventList",
|
|
15118
|
+
"type": "Optional[unknown]",
|
|
15119
|
+
"writable": true
|
|
15120
|
+
},
|
|
15121
|
+
"65531": {
|
|
15122
|
+
"id": 65531,
|
|
15123
|
+
"cluster_id": 1362,
|
|
15124
|
+
"label": "AttributeList",
|
|
15125
|
+
"type": "List[attrib-id]",
|
|
15126
|
+
"writable": false
|
|
15127
|
+
},
|
|
15128
|
+
"65532": {
|
|
15129
|
+
"id": 65532,
|
|
15130
|
+
"cluster_id": 1362,
|
|
15131
|
+
"label": "FeatureMap",
|
|
15132
|
+
"type": "FeatureMap",
|
|
15133
|
+
"writable": false
|
|
15134
|
+
},
|
|
15135
|
+
"65533": {
|
|
15136
|
+
"id": 65533,
|
|
15137
|
+
"cluster_id": 1362,
|
|
15138
|
+
"label": "ClusterRevision",
|
|
15139
|
+
"type": "ClusterRevision",
|
|
15140
|
+
"writable": false
|
|
15141
|
+
}
|
|
15142
|
+
},
|
|
15143
|
+
"commands": {
|
|
15144
|
+
"0": {
|
|
15145
|
+
"id": 0,
|
|
15146
|
+
"cluster_id": 1362,
|
|
15147
|
+
"name": "MptzSetPosition",
|
|
15148
|
+
"label": "Mptz Set Position"
|
|
15149
|
+
},
|
|
15150
|
+
"1": {
|
|
15151
|
+
"id": 1,
|
|
15152
|
+
"cluster_id": 1362,
|
|
15153
|
+
"name": "MptzRelativeMove",
|
|
15154
|
+
"label": "Mptz Relative Move"
|
|
15155
|
+
},
|
|
15156
|
+
"2": {
|
|
15157
|
+
"id": 2,
|
|
15158
|
+
"cluster_id": 1362,
|
|
15159
|
+
"name": "MptzMoveToPreset",
|
|
15160
|
+
"label": "Mptz Move To Preset"
|
|
15161
|
+
},
|
|
15162
|
+
"3": {
|
|
15163
|
+
"id": 3,
|
|
15164
|
+
"cluster_id": 1362,
|
|
15165
|
+
"name": "MptzSavePreset",
|
|
15166
|
+
"label": "Mptz Save Preset"
|
|
15167
|
+
},
|
|
15168
|
+
"4": {
|
|
15169
|
+
"id": 4,
|
|
15170
|
+
"cluster_id": 1362,
|
|
15171
|
+
"name": "MptzRemovePreset",
|
|
15172
|
+
"label": "Mptz Remove Preset"
|
|
15173
|
+
},
|
|
15174
|
+
"5": {
|
|
15175
|
+
"id": 5,
|
|
15176
|
+
"cluster_id": 1362,
|
|
15177
|
+
"name": "DptzSetViewport",
|
|
15178
|
+
"label": "Dptz Set Viewport"
|
|
15179
|
+
},
|
|
15180
|
+
"6": {
|
|
15181
|
+
"id": 6,
|
|
15182
|
+
"cluster_id": 1362,
|
|
15183
|
+
"name": "DptzRelativeMove",
|
|
15184
|
+
"label": "Dptz Relative Move"
|
|
15185
|
+
}
|
|
15186
|
+
}
|
|
15187
|
+
},
|
|
15188
|
+
"1363": {
|
|
15189
|
+
"id": 1363,
|
|
15190
|
+
"label": "WebRtcTransportProvider",
|
|
15191
|
+
"attributes": {
|
|
15192
|
+
"0": {
|
|
15193
|
+
"id": 0,
|
|
15194
|
+
"cluster_id": 1363,
|
|
15195
|
+
"label": "CurrentSessions",
|
|
15196
|
+
"type": "List[WebRtcTransportDefinitions.WebRTCSessionStruct]",
|
|
15197
|
+
"writable": false
|
|
15198
|
+
},
|
|
15199
|
+
"65528": {
|
|
15200
|
+
"id": 65528,
|
|
15201
|
+
"cluster_id": 1363,
|
|
15202
|
+
"label": "GeneratedCommandList",
|
|
15203
|
+
"type": "List[command-id]",
|
|
15204
|
+
"writable": false
|
|
15205
|
+
},
|
|
15206
|
+
"65529": {
|
|
15207
|
+
"id": 65529,
|
|
15208
|
+
"cluster_id": 1363,
|
|
15209
|
+
"label": "AcceptedCommandList",
|
|
15210
|
+
"type": "List[command-id]",
|
|
15211
|
+
"writable": false
|
|
15212
|
+
},
|
|
15213
|
+
"65530": {
|
|
15214
|
+
"id": 65530,
|
|
15215
|
+
"cluster_id": 1363,
|
|
15216
|
+
"label": "EventList",
|
|
15217
|
+
"type": "Optional[unknown]",
|
|
15218
|
+
"writable": true
|
|
15219
|
+
},
|
|
15220
|
+
"65531": {
|
|
15221
|
+
"id": 65531,
|
|
15222
|
+
"cluster_id": 1363,
|
|
15223
|
+
"label": "AttributeList",
|
|
15224
|
+
"type": "List[attrib-id]",
|
|
15225
|
+
"writable": false
|
|
15226
|
+
},
|
|
15227
|
+
"65532": {
|
|
15228
|
+
"id": 65532,
|
|
15229
|
+
"cluster_id": 1363,
|
|
15230
|
+
"label": "FeatureMap",
|
|
15231
|
+
"type": "FeatureMap",
|
|
15232
|
+
"writable": false
|
|
15233
|
+
},
|
|
15234
|
+
"65533": {
|
|
15235
|
+
"id": 65533,
|
|
15236
|
+
"cluster_id": 1363,
|
|
15237
|
+
"label": "ClusterRevision",
|
|
15238
|
+
"type": "ClusterRevision",
|
|
15239
|
+
"writable": false
|
|
15240
|
+
}
|
|
15241
|
+
},
|
|
15242
|
+
"commands": {
|
|
15243
|
+
"0": {
|
|
15244
|
+
"id": 0,
|
|
15245
|
+
"cluster_id": 1363,
|
|
15246
|
+
"name": "SolicitOffer",
|
|
15247
|
+
"label": "Solicit Offer"
|
|
15248
|
+
},
|
|
15249
|
+
"2": {
|
|
15250
|
+
"id": 2,
|
|
15251
|
+
"cluster_id": 1363,
|
|
15252
|
+
"name": "ProvideOffer",
|
|
15253
|
+
"label": "Provide Offer"
|
|
15254
|
+
},
|
|
15255
|
+
"4": {
|
|
15256
|
+
"id": 4,
|
|
15257
|
+
"cluster_id": 1363,
|
|
15258
|
+
"name": "ProvideAnswer",
|
|
15259
|
+
"label": "Provide Answer"
|
|
15260
|
+
},
|
|
15261
|
+
"5": {
|
|
15262
|
+
"id": 5,
|
|
15263
|
+
"cluster_id": 1363,
|
|
15264
|
+
"name": "ProvideIceCandidates",
|
|
15265
|
+
"label": "Provide Ice Candidates"
|
|
15266
|
+
},
|
|
15267
|
+
"6": {
|
|
15268
|
+
"id": 6,
|
|
15269
|
+
"cluster_id": 1363,
|
|
15270
|
+
"name": "EndSession",
|
|
15271
|
+
"label": "End Session"
|
|
15272
|
+
}
|
|
15273
|
+
}
|
|
15274
|
+
},
|
|
15275
|
+
"1364": {
|
|
15276
|
+
"id": 1364,
|
|
15277
|
+
"label": "WebRtcTransportRequestor",
|
|
15278
|
+
"attributes": {
|
|
15279
|
+
"0": {
|
|
15280
|
+
"id": 0,
|
|
15281
|
+
"cluster_id": 1364,
|
|
15282
|
+
"label": "CurrentSessions",
|
|
15283
|
+
"type": "List[WebRtcTransportDefinitions.WebRTCSessionStruct]",
|
|
15284
|
+
"writable": false
|
|
15285
|
+
},
|
|
15286
|
+
"65528": {
|
|
15287
|
+
"id": 65528,
|
|
15288
|
+
"cluster_id": 1364,
|
|
15289
|
+
"label": "GeneratedCommandList",
|
|
15290
|
+
"type": "List[command-id]",
|
|
15291
|
+
"writable": false
|
|
15292
|
+
},
|
|
15293
|
+
"65529": {
|
|
15294
|
+
"id": 65529,
|
|
15295
|
+
"cluster_id": 1364,
|
|
15296
|
+
"label": "AcceptedCommandList",
|
|
15297
|
+
"type": "List[command-id]",
|
|
15298
|
+
"writable": false
|
|
15299
|
+
},
|
|
15300
|
+
"65530": {
|
|
15301
|
+
"id": 65530,
|
|
15302
|
+
"cluster_id": 1364,
|
|
15303
|
+
"label": "EventList",
|
|
15304
|
+
"type": "Optional[unknown]",
|
|
15305
|
+
"writable": true
|
|
15306
|
+
},
|
|
15307
|
+
"65531": {
|
|
15308
|
+
"id": 65531,
|
|
15309
|
+
"cluster_id": 1364,
|
|
15310
|
+
"label": "AttributeList",
|
|
15311
|
+
"type": "List[attrib-id]",
|
|
15312
|
+
"writable": false
|
|
15313
|
+
},
|
|
15314
|
+
"65532": {
|
|
15315
|
+
"id": 65532,
|
|
15316
|
+
"cluster_id": 1364,
|
|
15317
|
+
"label": "FeatureMap",
|
|
15318
|
+
"type": "map32",
|
|
15319
|
+
"writable": false
|
|
15320
|
+
},
|
|
15321
|
+
"65533": {
|
|
15322
|
+
"id": 65533,
|
|
15323
|
+
"cluster_id": 1364,
|
|
15324
|
+
"label": "ClusterRevision",
|
|
15325
|
+
"type": "ClusterRevision",
|
|
15326
|
+
"writable": false
|
|
15327
|
+
}
|
|
15328
|
+
},
|
|
15329
|
+
"commands": {
|
|
15330
|
+
"0": {
|
|
15331
|
+
"id": 0,
|
|
15332
|
+
"cluster_id": 1364,
|
|
15333
|
+
"name": "Offer",
|
|
15334
|
+
"label": "Offer"
|
|
15335
|
+
},
|
|
15336
|
+
"1": {
|
|
15337
|
+
"id": 1,
|
|
15338
|
+
"cluster_id": 1364,
|
|
15339
|
+
"name": "Answer",
|
|
15340
|
+
"label": "Answer"
|
|
15341
|
+
},
|
|
15342
|
+
"2": {
|
|
15343
|
+
"id": 2,
|
|
15344
|
+
"cluster_id": 1364,
|
|
15345
|
+
"name": "IceCandidates",
|
|
15346
|
+
"label": "Ice Candidates"
|
|
15347
|
+
},
|
|
15348
|
+
"3": {
|
|
15349
|
+
"id": 3,
|
|
15350
|
+
"cluster_id": 1364,
|
|
15351
|
+
"name": "End",
|
|
15352
|
+
"label": "End"
|
|
15353
|
+
}
|
|
15354
|
+
}
|
|
15355
|
+
},
|
|
15356
|
+
"1365": {
|
|
15357
|
+
"id": 1365,
|
|
15358
|
+
"label": "PushAvStreamTransport",
|
|
15359
|
+
"attributes": {
|
|
15360
|
+
"0": {
|
|
15361
|
+
"id": 0,
|
|
15362
|
+
"cluster_id": 1365,
|
|
15363
|
+
"label": "SupportedFormats",
|
|
15364
|
+
"type": "List[SupportedFormatStruct]",
|
|
15365
|
+
"writable": false
|
|
15366
|
+
},
|
|
15367
|
+
"1": {
|
|
15368
|
+
"id": 1,
|
|
15369
|
+
"cluster_id": 1365,
|
|
15370
|
+
"label": "CurrentConnections",
|
|
15371
|
+
"type": "List[TransportConfigurationStruct]",
|
|
15372
|
+
"writable": false
|
|
15373
|
+
},
|
|
15374
|
+
"65528": {
|
|
15375
|
+
"id": 65528,
|
|
15376
|
+
"cluster_id": 1365,
|
|
15377
|
+
"label": "GeneratedCommandList",
|
|
15378
|
+
"type": "List[command-id]",
|
|
15379
|
+
"writable": false
|
|
15380
|
+
},
|
|
15381
|
+
"65529": {
|
|
15382
|
+
"id": 65529,
|
|
15383
|
+
"cluster_id": 1365,
|
|
15384
|
+
"label": "AcceptedCommandList",
|
|
15385
|
+
"type": "List[command-id]",
|
|
15386
|
+
"writable": false
|
|
15387
|
+
},
|
|
15388
|
+
"65530": {
|
|
15389
|
+
"id": 65530,
|
|
15390
|
+
"cluster_id": 1365,
|
|
15391
|
+
"label": "EventList",
|
|
15392
|
+
"type": "Optional[unknown]",
|
|
15393
|
+
"writable": true
|
|
15394
|
+
},
|
|
15395
|
+
"65531": {
|
|
15396
|
+
"id": 65531,
|
|
15397
|
+
"cluster_id": 1365,
|
|
15398
|
+
"label": "AttributeList",
|
|
15399
|
+
"type": "List[attrib-id]",
|
|
15400
|
+
"writable": false
|
|
15401
|
+
},
|
|
15402
|
+
"65532": {
|
|
15403
|
+
"id": 65532,
|
|
15404
|
+
"cluster_id": 1365,
|
|
15405
|
+
"label": "FeatureMap",
|
|
15406
|
+
"type": "FeatureMap",
|
|
15407
|
+
"writable": false
|
|
15408
|
+
},
|
|
15409
|
+
"65533": {
|
|
15410
|
+
"id": 65533,
|
|
15411
|
+
"cluster_id": 1365,
|
|
15412
|
+
"label": "ClusterRevision",
|
|
15413
|
+
"type": "ClusterRevision",
|
|
15414
|
+
"writable": false
|
|
15415
|
+
}
|
|
15416
|
+
},
|
|
15417
|
+
"commands": {
|
|
15418
|
+
"0": {
|
|
15419
|
+
"id": 0,
|
|
15420
|
+
"cluster_id": 1365,
|
|
15421
|
+
"name": "AllocatePushTransport",
|
|
15422
|
+
"label": "Allocate Push Transport"
|
|
15423
|
+
},
|
|
15424
|
+
"2": {
|
|
15425
|
+
"id": 2,
|
|
15426
|
+
"cluster_id": 1365,
|
|
15427
|
+
"name": "DeallocatePushTransport",
|
|
15428
|
+
"label": "Deallocate Push Transport"
|
|
15429
|
+
},
|
|
15430
|
+
"3": {
|
|
15431
|
+
"id": 3,
|
|
15432
|
+
"cluster_id": 1365,
|
|
15433
|
+
"name": "ModifyPushTransport",
|
|
15434
|
+
"label": "Modify Push Transport"
|
|
15435
|
+
},
|
|
15436
|
+
"4": {
|
|
15437
|
+
"id": 4,
|
|
15438
|
+
"cluster_id": 1365,
|
|
15439
|
+
"name": "SetTransportStatus",
|
|
15440
|
+
"label": "Set Transport Status"
|
|
15441
|
+
},
|
|
15442
|
+
"5": {
|
|
15443
|
+
"id": 5,
|
|
15444
|
+
"cluster_id": 1365,
|
|
15445
|
+
"name": "ManuallyTriggerTransport",
|
|
15446
|
+
"label": "Manually Trigger Transport"
|
|
15447
|
+
},
|
|
15448
|
+
"6": {
|
|
15449
|
+
"id": 6,
|
|
15450
|
+
"cluster_id": 1365,
|
|
15451
|
+
"name": "FindTransport",
|
|
15452
|
+
"label": "Find Transport"
|
|
15453
|
+
}
|
|
15454
|
+
}
|
|
15455
|
+
},
|
|
15456
|
+
"1366": {
|
|
15457
|
+
"id": 1366,
|
|
15458
|
+
"label": "Chime",
|
|
15459
|
+
"attributes": {
|
|
15460
|
+
"0": {
|
|
15461
|
+
"id": 0,
|
|
15462
|
+
"cluster_id": 1366,
|
|
15463
|
+
"label": "InstalledChimeSounds",
|
|
15464
|
+
"type": "List[ChimeSoundStruct]",
|
|
15465
|
+
"writable": false
|
|
15466
|
+
},
|
|
15467
|
+
"1": {
|
|
15468
|
+
"id": 1,
|
|
15469
|
+
"cluster_id": 1366,
|
|
15470
|
+
"label": "SelectedChime",
|
|
15471
|
+
"type": "uint8",
|
|
15472
|
+
"writable": true
|
|
15473
|
+
},
|
|
15474
|
+
"2": {
|
|
15475
|
+
"id": 2,
|
|
15476
|
+
"cluster_id": 1366,
|
|
15477
|
+
"label": "Enabled",
|
|
15478
|
+
"type": "bool",
|
|
15479
|
+
"writable": true
|
|
15480
|
+
},
|
|
15481
|
+
"65528": {
|
|
15482
|
+
"id": 65528,
|
|
15483
|
+
"cluster_id": 1366,
|
|
15484
|
+
"label": "GeneratedCommandList",
|
|
15485
|
+
"type": "List[command-id]",
|
|
15486
|
+
"writable": false
|
|
15487
|
+
},
|
|
15488
|
+
"65529": {
|
|
15489
|
+
"id": 65529,
|
|
15490
|
+
"cluster_id": 1366,
|
|
15491
|
+
"label": "AcceptedCommandList",
|
|
15492
|
+
"type": "List[command-id]",
|
|
15493
|
+
"writable": false
|
|
15494
|
+
},
|
|
15495
|
+
"65530": {
|
|
15496
|
+
"id": 65530,
|
|
15497
|
+
"cluster_id": 1366,
|
|
15498
|
+
"label": "EventList",
|
|
15499
|
+
"type": "Optional[unknown]",
|
|
15500
|
+
"writable": true
|
|
15501
|
+
},
|
|
15502
|
+
"65531": {
|
|
15503
|
+
"id": 65531,
|
|
15504
|
+
"cluster_id": 1366,
|
|
15505
|
+
"label": "AttributeList",
|
|
15506
|
+
"type": "List[attrib-id]",
|
|
15507
|
+
"writable": false
|
|
15508
|
+
},
|
|
15509
|
+
"65532": {
|
|
15510
|
+
"id": 65532,
|
|
15511
|
+
"cluster_id": 1366,
|
|
15512
|
+
"label": "FeatureMap",
|
|
15513
|
+
"type": "map32",
|
|
15514
|
+
"writable": false
|
|
15515
|
+
},
|
|
15516
|
+
"65533": {
|
|
15517
|
+
"id": 65533,
|
|
15518
|
+
"cluster_id": 1366,
|
|
15519
|
+
"label": "ClusterRevision",
|
|
15520
|
+
"type": "ClusterRevision",
|
|
15521
|
+
"writable": false
|
|
15522
|
+
}
|
|
15523
|
+
},
|
|
15524
|
+
"commands": {
|
|
15525
|
+
"0": {
|
|
15526
|
+
"id": 0,
|
|
15527
|
+
"cluster_id": 1366,
|
|
15528
|
+
"name": "PlayChimeSound",
|
|
15529
|
+
"label": "Play Chime Sound"
|
|
15530
|
+
}
|
|
15531
|
+
}
|
|
15532
|
+
},
|
|
15533
|
+
"1792": {
|
|
15534
|
+
"id": 1792,
|
|
15535
|
+
"label": "CommodityTariff",
|
|
15536
|
+
"attributes": {
|
|
15537
|
+
"0": {
|
|
15538
|
+
"id": 0,
|
|
15539
|
+
"cluster_id": 1792,
|
|
15540
|
+
"label": "TariffInfo",
|
|
15541
|
+
"type": "Nullable[TariffInformationStruct]",
|
|
15542
|
+
"writable": false
|
|
15543
|
+
},
|
|
15544
|
+
"1": {
|
|
15545
|
+
"id": 1,
|
|
15546
|
+
"cluster_id": 1792,
|
|
15547
|
+
"label": "TariffUnit",
|
|
15548
|
+
"type": "Nullable[TariffUnitEnum]",
|
|
15549
|
+
"writable": false
|
|
15550
|
+
},
|
|
15551
|
+
"2": {
|
|
15552
|
+
"id": 2,
|
|
15553
|
+
"cluster_id": 1792,
|
|
15554
|
+
"label": "StartDate",
|
|
15555
|
+
"type": "Nullable[epoch-s]",
|
|
15556
|
+
"writable": false
|
|
15557
|
+
},
|
|
15558
|
+
"3": {
|
|
15559
|
+
"id": 3,
|
|
15560
|
+
"cluster_id": 1792,
|
|
15561
|
+
"label": "DayEntries",
|
|
15562
|
+
"type": "List[DayEntryStruct]",
|
|
15563
|
+
"writable": false
|
|
15564
|
+
},
|
|
15565
|
+
"4": {
|
|
15566
|
+
"id": 4,
|
|
15567
|
+
"cluster_id": 1792,
|
|
15568
|
+
"label": "DayPatterns",
|
|
15569
|
+
"type": "List[DayPatternStruct]",
|
|
15570
|
+
"writable": false
|
|
15571
|
+
},
|
|
15572
|
+
"5": {
|
|
15573
|
+
"id": 5,
|
|
15574
|
+
"cluster_id": 1792,
|
|
15575
|
+
"label": "CalendarPeriods",
|
|
15576
|
+
"type": "List[CalendarPeriodStruct]",
|
|
15577
|
+
"writable": false
|
|
15578
|
+
},
|
|
15579
|
+
"6": {
|
|
15580
|
+
"id": 6,
|
|
15581
|
+
"cluster_id": 1792,
|
|
15582
|
+
"label": "IndividualDays",
|
|
15583
|
+
"type": "List[DayStruct]",
|
|
15584
|
+
"writable": false
|
|
15585
|
+
},
|
|
15586
|
+
"7": {
|
|
15587
|
+
"id": 7,
|
|
15588
|
+
"cluster_id": 1792,
|
|
15589
|
+
"label": "CurrentDay",
|
|
15590
|
+
"type": "Nullable[DayStruct]",
|
|
15591
|
+
"writable": false
|
|
15592
|
+
},
|
|
15593
|
+
"8": {
|
|
15594
|
+
"id": 8,
|
|
15595
|
+
"cluster_id": 1792,
|
|
15596
|
+
"label": "NextDay",
|
|
15597
|
+
"type": "Nullable[DayStruct]",
|
|
15598
|
+
"writable": false
|
|
15599
|
+
},
|
|
15600
|
+
"9": {
|
|
15601
|
+
"id": 9,
|
|
15602
|
+
"cluster_id": 1792,
|
|
15603
|
+
"label": "CurrentDayEntry",
|
|
15604
|
+
"type": "Nullable[DayEntryStruct]",
|
|
15605
|
+
"writable": false
|
|
15606
|
+
},
|
|
15607
|
+
"10": {
|
|
15608
|
+
"id": 10,
|
|
15609
|
+
"cluster_id": 1792,
|
|
15610
|
+
"label": "CurrentDayEntryDate",
|
|
15611
|
+
"type": "Nullable[epoch-s]",
|
|
15612
|
+
"writable": false
|
|
15613
|
+
},
|
|
15614
|
+
"11": {
|
|
15615
|
+
"id": 11,
|
|
15616
|
+
"cluster_id": 1792,
|
|
15617
|
+
"label": "NextDayEntry",
|
|
15618
|
+
"type": "Nullable[DayEntryStruct]",
|
|
15619
|
+
"writable": false
|
|
15620
|
+
},
|
|
15621
|
+
"12": {
|
|
15622
|
+
"id": 12,
|
|
15623
|
+
"cluster_id": 1792,
|
|
15624
|
+
"label": "NextDayEntryDate",
|
|
15625
|
+
"type": "Nullable[epoch-s]",
|
|
15626
|
+
"writable": false
|
|
15627
|
+
},
|
|
15628
|
+
"13": {
|
|
15629
|
+
"id": 13,
|
|
15630
|
+
"cluster_id": 1792,
|
|
15631
|
+
"label": "TariffComponents",
|
|
15632
|
+
"type": "List[TariffComponentStruct]",
|
|
15633
|
+
"writable": false
|
|
15634
|
+
},
|
|
15635
|
+
"14": {
|
|
15636
|
+
"id": 14,
|
|
15637
|
+
"cluster_id": 1792,
|
|
15638
|
+
"label": "TariffPeriods",
|
|
15639
|
+
"type": "List[TariffPeriodStruct]",
|
|
15640
|
+
"writable": false
|
|
15641
|
+
},
|
|
15642
|
+
"15": {
|
|
15643
|
+
"id": 15,
|
|
15644
|
+
"cluster_id": 1792,
|
|
15645
|
+
"label": "CurrentTariffComponents",
|
|
15646
|
+
"type": "List[TariffComponentStruct]",
|
|
15647
|
+
"writable": false
|
|
15648
|
+
},
|
|
15649
|
+
"16": {
|
|
15650
|
+
"id": 16,
|
|
15651
|
+
"cluster_id": 1792,
|
|
15652
|
+
"label": "NextTariffComponents",
|
|
15653
|
+
"type": "List[TariffComponentStruct]",
|
|
15654
|
+
"writable": false
|
|
15655
|
+
},
|
|
15656
|
+
"17": {
|
|
15657
|
+
"id": 17,
|
|
15658
|
+
"cluster_id": 1792,
|
|
15659
|
+
"label": "DefaultRandomizationOffset",
|
|
15660
|
+
"type": "Optional[Nullable[int16]]",
|
|
15661
|
+
"writable": false
|
|
15662
|
+
},
|
|
15663
|
+
"18": {
|
|
15664
|
+
"id": 18,
|
|
15665
|
+
"cluster_id": 1792,
|
|
15666
|
+
"label": "DefaultRandomizationType",
|
|
15667
|
+
"type": "Optional[Nullable[DayEntryRandomizationTypeEnum]]",
|
|
15668
|
+
"writable": false
|
|
15669
|
+
},
|
|
15670
|
+
"65528": {
|
|
15671
|
+
"id": 65528,
|
|
15672
|
+
"cluster_id": 1792,
|
|
15673
|
+
"label": "GeneratedCommandList",
|
|
15674
|
+
"type": "List[command-id]",
|
|
15675
|
+
"writable": false
|
|
15676
|
+
},
|
|
15677
|
+
"65529": {
|
|
15678
|
+
"id": 65529,
|
|
15679
|
+
"cluster_id": 1792,
|
|
15680
|
+
"label": "AcceptedCommandList",
|
|
15681
|
+
"type": "List[command-id]",
|
|
15682
|
+
"writable": false
|
|
15683
|
+
},
|
|
15684
|
+
"65530": {
|
|
15685
|
+
"id": 65530,
|
|
15686
|
+
"cluster_id": 1792,
|
|
15687
|
+
"label": "EventList",
|
|
15688
|
+
"type": "Optional[unknown]",
|
|
15689
|
+
"writable": true
|
|
15690
|
+
},
|
|
15691
|
+
"65531": {
|
|
15692
|
+
"id": 65531,
|
|
15693
|
+
"cluster_id": 1792,
|
|
15694
|
+
"label": "AttributeList",
|
|
15695
|
+
"type": "List[attrib-id]",
|
|
15696
|
+
"writable": false
|
|
15697
|
+
},
|
|
15698
|
+
"65532": {
|
|
15699
|
+
"id": 65532,
|
|
15700
|
+
"cluster_id": 1792,
|
|
15701
|
+
"label": "FeatureMap",
|
|
15702
|
+
"type": "FeatureMap",
|
|
15703
|
+
"writable": false
|
|
15704
|
+
},
|
|
15705
|
+
"65533": {
|
|
15706
|
+
"id": 65533,
|
|
15707
|
+
"cluster_id": 1792,
|
|
15708
|
+
"label": "ClusterRevision",
|
|
15709
|
+
"type": "ClusterRevision",
|
|
15710
|
+
"writable": false
|
|
15711
|
+
}
|
|
15712
|
+
},
|
|
15713
|
+
"commands": {
|
|
15714
|
+
"0": {
|
|
15715
|
+
"id": 0,
|
|
15716
|
+
"cluster_id": 1792,
|
|
15717
|
+
"name": "GetTariffComponent",
|
|
15718
|
+
"label": "Get Tariff Component"
|
|
15719
|
+
},
|
|
15720
|
+
"1": {
|
|
15721
|
+
"id": 1,
|
|
15722
|
+
"cluster_id": 1792,
|
|
15723
|
+
"name": "GetDayEntry",
|
|
15724
|
+
"label": "Get Day Entry"
|
|
15725
|
+
}
|
|
15726
|
+
}
|
|
15727
|
+
},
|
|
15728
|
+
"1872": {
|
|
15729
|
+
"id": 1872,
|
|
15730
|
+
"label": "EcosystemInformation",
|
|
15731
|
+
"attributes": {
|
|
15732
|
+
"0": {
|
|
15733
|
+
"id": 0,
|
|
15734
|
+
"cluster_id": 1872,
|
|
15735
|
+
"label": "DeviceDirectory",
|
|
15736
|
+
"type": "List[EcosystemDeviceStruct]",
|
|
15737
|
+
"writable": false
|
|
15738
|
+
},
|
|
15739
|
+
"1": {
|
|
15740
|
+
"id": 1,
|
|
15741
|
+
"cluster_id": 1872,
|
|
15742
|
+
"label": "LocationDirectory",
|
|
15743
|
+
"type": "List[EcosystemLocationStruct]",
|
|
15744
|
+
"writable": false
|
|
15745
|
+
},
|
|
15746
|
+
"65528": {
|
|
15747
|
+
"id": 65528,
|
|
15748
|
+
"cluster_id": 1872,
|
|
15749
|
+
"label": "GeneratedCommandList",
|
|
15750
|
+
"type": "List[command-id]",
|
|
15751
|
+
"writable": false
|
|
15752
|
+
},
|
|
15753
|
+
"65529": {
|
|
15754
|
+
"id": 65529,
|
|
15755
|
+
"cluster_id": 1872,
|
|
15756
|
+
"label": "AcceptedCommandList",
|
|
15757
|
+
"type": "List[command-id]",
|
|
15758
|
+
"writable": false
|
|
15759
|
+
},
|
|
15760
|
+
"65530": {
|
|
15761
|
+
"id": 65530,
|
|
15762
|
+
"cluster_id": 1872,
|
|
15763
|
+
"label": "EventList",
|
|
15764
|
+
"type": "Optional[unknown]",
|
|
15765
|
+
"writable": true
|
|
15766
|
+
},
|
|
15767
|
+
"65531": {
|
|
15768
|
+
"id": 65531,
|
|
15769
|
+
"cluster_id": 1872,
|
|
15770
|
+
"label": "AttributeList",
|
|
15771
|
+
"type": "List[attrib-id]",
|
|
15772
|
+
"writable": false
|
|
15773
|
+
},
|
|
15774
|
+
"65532": {
|
|
15775
|
+
"id": 65532,
|
|
15776
|
+
"cluster_id": 1872,
|
|
15777
|
+
"label": "FeatureMap",
|
|
15778
|
+
"type": "map32",
|
|
15779
|
+
"writable": false
|
|
15780
|
+
},
|
|
15781
|
+
"65533": {
|
|
15782
|
+
"id": 65533,
|
|
15783
|
+
"cluster_id": 1872,
|
|
15784
|
+
"label": "ClusterRevision",
|
|
15785
|
+
"type": "ClusterRevision",
|
|
15786
|
+
"writable": false
|
|
15787
|
+
}
|
|
15788
|
+
},
|
|
15789
|
+
"commands": {}
|
|
15790
|
+
},
|
|
15791
|
+
"1873": {
|
|
15792
|
+
"id": 1873,
|
|
15793
|
+
"label": "CommissionerControl",
|
|
15794
|
+
"attributes": {
|
|
15795
|
+
"0": {
|
|
15796
|
+
"id": 0,
|
|
15797
|
+
"cluster_id": 1873,
|
|
15798
|
+
"label": "SupportedDeviceCategories",
|
|
15799
|
+
"type": "SupportedDeviceCategoryBitmap",
|
|
15800
|
+
"writable": false
|
|
15801
|
+
},
|
|
15802
|
+
"65528": {
|
|
15803
|
+
"id": 65528,
|
|
15804
|
+
"cluster_id": 1873,
|
|
15805
|
+
"label": "GeneratedCommandList",
|
|
15806
|
+
"type": "List[command-id]",
|
|
15807
|
+
"writable": false
|
|
15808
|
+
},
|
|
15809
|
+
"65529": {
|
|
15810
|
+
"id": 65529,
|
|
15811
|
+
"cluster_id": 1873,
|
|
15812
|
+
"label": "AcceptedCommandList",
|
|
15813
|
+
"type": "List[command-id]",
|
|
15814
|
+
"writable": false
|
|
15815
|
+
},
|
|
15816
|
+
"65530": {
|
|
15817
|
+
"id": 65530,
|
|
15818
|
+
"cluster_id": 1873,
|
|
15819
|
+
"label": "EventList",
|
|
15820
|
+
"type": "Optional[unknown]",
|
|
15821
|
+
"writable": true
|
|
15822
|
+
},
|
|
15823
|
+
"65531": {
|
|
15824
|
+
"id": 65531,
|
|
15825
|
+
"cluster_id": 1873,
|
|
15826
|
+
"label": "AttributeList",
|
|
15827
|
+
"type": "List[attrib-id]",
|
|
15828
|
+
"writable": false
|
|
15829
|
+
},
|
|
15830
|
+
"65532": {
|
|
15831
|
+
"id": 65532,
|
|
15832
|
+
"cluster_id": 1873,
|
|
15833
|
+
"label": "FeatureMap",
|
|
15834
|
+
"type": "map32",
|
|
15835
|
+
"writable": false
|
|
15836
|
+
},
|
|
15837
|
+
"65533": {
|
|
15838
|
+
"id": 65533,
|
|
15839
|
+
"cluster_id": 1873,
|
|
15840
|
+
"label": "ClusterRevision",
|
|
15841
|
+
"type": "ClusterRevision",
|
|
15842
|
+
"writable": false
|
|
15843
|
+
}
|
|
15844
|
+
},
|
|
15845
|
+
"commands": {
|
|
15846
|
+
"0": {
|
|
15847
|
+
"id": 0,
|
|
15848
|
+
"cluster_id": 1873,
|
|
15849
|
+
"name": "RequestCommissioningApproval",
|
|
15850
|
+
"label": "Request Commissioning Approval"
|
|
15851
|
+
},
|
|
15852
|
+
"1": {
|
|
15853
|
+
"id": 1,
|
|
15854
|
+
"cluster_id": 1873,
|
|
15855
|
+
"name": "CommissionNode",
|
|
15856
|
+
"label": "Commission Node"
|
|
15857
|
+
}
|
|
15858
|
+
}
|
|
15859
|
+
},
|
|
15860
|
+
"1874": {
|
|
15861
|
+
"id": 1874,
|
|
15862
|
+
"label": "JointFabricDatastore",
|
|
15863
|
+
"attributes": {
|
|
15864
|
+
"0": {
|
|
15865
|
+
"id": 0,
|
|
15866
|
+
"cluster_id": 1874,
|
|
15867
|
+
"label": "AnchorRootCa",
|
|
15868
|
+
"type": "Optional[bytes]",
|
|
15869
|
+
"writable": false
|
|
15870
|
+
},
|
|
15871
|
+
"1": {
|
|
15872
|
+
"id": 1,
|
|
15873
|
+
"cluster_id": 1874,
|
|
15874
|
+
"label": "AnchorNodeId",
|
|
15875
|
+
"type": "Optional[node-id]",
|
|
15876
|
+
"writable": false
|
|
15877
|
+
},
|
|
15878
|
+
"2": {
|
|
15879
|
+
"id": 2,
|
|
15880
|
+
"cluster_id": 1874,
|
|
15881
|
+
"label": "AnchorVendorId",
|
|
15882
|
+
"type": "Optional[vendor-id]",
|
|
15883
|
+
"writable": false
|
|
15884
|
+
},
|
|
15885
|
+
"3": {
|
|
15886
|
+
"id": 3,
|
|
15887
|
+
"cluster_id": 1874,
|
|
15888
|
+
"label": "FriendlyName",
|
|
15889
|
+
"type": "Optional[string]",
|
|
15890
|
+
"writable": false
|
|
15891
|
+
},
|
|
15892
|
+
"4": {
|
|
15893
|
+
"id": 4,
|
|
15894
|
+
"cluster_id": 1874,
|
|
15895
|
+
"label": "GroupKeySetList",
|
|
15896
|
+
"type": "List[DatastoreGroupKeySetStruct]",
|
|
15897
|
+
"writable": false
|
|
15898
|
+
},
|
|
15899
|
+
"5": {
|
|
15900
|
+
"id": 5,
|
|
15901
|
+
"cluster_id": 1874,
|
|
15902
|
+
"label": "GroupList",
|
|
15903
|
+
"type": "List[DatastoreGroupInformationEntryStruct]",
|
|
15904
|
+
"writable": false
|
|
15905
|
+
},
|
|
15906
|
+
"6": {
|
|
15907
|
+
"id": 6,
|
|
15908
|
+
"cluster_id": 1874,
|
|
15909
|
+
"label": "NodeList",
|
|
15910
|
+
"type": "List[DatastoreNodeInformationEntryStruct]",
|
|
15911
|
+
"writable": false
|
|
15912
|
+
},
|
|
15913
|
+
"7": {
|
|
15914
|
+
"id": 7,
|
|
15915
|
+
"cluster_id": 1874,
|
|
15916
|
+
"label": "AdminList",
|
|
15917
|
+
"type": "List[DatastoreAdministratorInformationEntryStruct]",
|
|
15918
|
+
"writable": false
|
|
15919
|
+
},
|
|
15920
|
+
"8": {
|
|
15921
|
+
"id": 8,
|
|
15922
|
+
"cluster_id": 1874,
|
|
15923
|
+
"label": "Status",
|
|
15924
|
+
"type": "Optional[DatastoreStatusEntryStruct]",
|
|
15925
|
+
"writable": false
|
|
15926
|
+
},
|
|
15927
|
+
"9": {
|
|
15928
|
+
"id": 9,
|
|
15929
|
+
"cluster_id": 1874,
|
|
15930
|
+
"label": "EndpointGroupIdList",
|
|
15931
|
+
"type": "List[DatastoreEndpointGroupIDEntryStruct]",
|
|
15932
|
+
"writable": false
|
|
15933
|
+
},
|
|
15934
|
+
"10": {
|
|
15935
|
+
"id": 10,
|
|
15936
|
+
"cluster_id": 1874,
|
|
15937
|
+
"label": "EndpointBindingList",
|
|
15938
|
+
"type": "List[DatastoreEndpointBindingEntryStruct]",
|
|
15939
|
+
"writable": false
|
|
15940
|
+
},
|
|
15941
|
+
"11": {
|
|
15942
|
+
"id": 11,
|
|
15943
|
+
"cluster_id": 1874,
|
|
15944
|
+
"label": "NodeKeySetList",
|
|
15945
|
+
"type": "List[DatastoreNodeKeySetEntryStruct]",
|
|
15946
|
+
"writable": false
|
|
15947
|
+
},
|
|
15948
|
+
"12": {
|
|
15949
|
+
"id": 12,
|
|
15950
|
+
"cluster_id": 1874,
|
|
15951
|
+
"label": "NodeAclList",
|
|
15952
|
+
"type": "List[DatastoreACLEntryStruct]",
|
|
15953
|
+
"writable": false
|
|
15954
|
+
},
|
|
15955
|
+
"13": {
|
|
15956
|
+
"id": 13,
|
|
15957
|
+
"cluster_id": 1874,
|
|
15958
|
+
"label": "NodeEndpointList",
|
|
15959
|
+
"type": "List[DatastoreEndpointEntryStruct]",
|
|
15960
|
+
"writable": false
|
|
15961
|
+
},
|
|
15962
|
+
"65528": {
|
|
15963
|
+
"id": 65528,
|
|
15964
|
+
"cluster_id": 1874,
|
|
15965
|
+
"label": "GeneratedCommandList",
|
|
15966
|
+
"type": "List[command-id]",
|
|
14377
15967
|
"writable": false
|
|
14378
15968
|
},
|
|
14379
15969
|
"65529": {
|
|
@@ -14527,63 +16117,295 @@ const clusters = {
|
|
|
14527
16117
|
"name": "AddAclToNode",
|
|
14528
16118
|
"label": "Add Acl To Node"
|
|
14529
16119
|
},
|
|
14530
|
-
"19": {
|
|
14531
|
-
"id": 19,
|
|
14532
|
-
"cluster_id": 1874,
|
|
14533
|
-
"name": "RemoveAclFromNode",
|
|
14534
|
-
"label": "Remove Acl From Node"
|
|
16120
|
+
"19": {
|
|
16121
|
+
"id": 19,
|
|
16122
|
+
"cluster_id": 1874,
|
|
16123
|
+
"name": "RemoveAclFromNode",
|
|
16124
|
+
"label": "Remove Acl From Node"
|
|
16125
|
+
}
|
|
16126
|
+
}
|
|
16127
|
+
},
|
|
16128
|
+
"1875": {
|
|
16129
|
+
"id": 1875,
|
|
16130
|
+
"label": "JointFabricAdministrator",
|
|
16131
|
+
"attributes": {
|
|
16132
|
+
"0": {
|
|
16133
|
+
"id": 0,
|
|
16134
|
+
"cluster_id": 1875,
|
|
16135
|
+
"label": "AdministratorFabricIndex",
|
|
16136
|
+
"type": "Optional[Nullable[fabric-idx]]",
|
|
16137
|
+
"writable": true
|
|
16138
|
+
},
|
|
16139
|
+
"65528": {
|
|
16140
|
+
"id": 65528,
|
|
16141
|
+
"cluster_id": 1875,
|
|
16142
|
+
"label": "GeneratedCommandList",
|
|
16143
|
+
"type": "List[command-id]",
|
|
16144
|
+
"writable": false
|
|
16145
|
+
},
|
|
16146
|
+
"65529": {
|
|
16147
|
+
"id": 65529,
|
|
16148
|
+
"cluster_id": 1875,
|
|
16149
|
+
"label": "AcceptedCommandList",
|
|
16150
|
+
"type": "List[command-id]",
|
|
16151
|
+
"writable": false
|
|
16152
|
+
},
|
|
16153
|
+
"65530": {
|
|
16154
|
+
"id": 65530,
|
|
16155
|
+
"cluster_id": 1875,
|
|
16156
|
+
"label": "EventList",
|
|
16157
|
+
"type": "Optional[unknown]",
|
|
16158
|
+
"writable": true
|
|
16159
|
+
},
|
|
16160
|
+
"65531": {
|
|
16161
|
+
"id": 65531,
|
|
16162
|
+
"cluster_id": 1875,
|
|
16163
|
+
"label": "AttributeList",
|
|
16164
|
+
"type": "List[attrib-id]",
|
|
16165
|
+
"writable": false
|
|
16166
|
+
},
|
|
16167
|
+
"65532": {
|
|
16168
|
+
"id": 65532,
|
|
16169
|
+
"cluster_id": 1875,
|
|
16170
|
+
"label": "FeatureMap",
|
|
16171
|
+
"type": "map32",
|
|
16172
|
+
"writable": false
|
|
16173
|
+
},
|
|
16174
|
+
"65533": {
|
|
16175
|
+
"id": 65533,
|
|
16176
|
+
"cluster_id": 1875,
|
|
16177
|
+
"label": "ClusterRevision",
|
|
16178
|
+
"type": "ClusterRevision",
|
|
16179
|
+
"writable": false
|
|
16180
|
+
}
|
|
16181
|
+
},
|
|
16182
|
+
"commands": {
|
|
16183
|
+
"0": {
|
|
16184
|
+
"id": 0,
|
|
16185
|
+
"cluster_id": 1875,
|
|
16186
|
+
"name": "IcaccsrRequest",
|
|
16187
|
+
"label": "Icaccsr Request"
|
|
16188
|
+
},
|
|
16189
|
+
"2": {
|
|
16190
|
+
"id": 2,
|
|
16191
|
+
"cluster_id": 1875,
|
|
16192
|
+
"name": "AddIcac",
|
|
16193
|
+
"label": "Add Icac"
|
|
16194
|
+
},
|
|
16195
|
+
"4": {
|
|
16196
|
+
"id": 4,
|
|
16197
|
+
"cluster_id": 1875,
|
|
16198
|
+
"name": "OpenJointCommissioningWindow",
|
|
16199
|
+
"label": "Open Joint Commissioning Window"
|
|
16200
|
+
},
|
|
16201
|
+
"5": {
|
|
16202
|
+
"id": 5,
|
|
16203
|
+
"cluster_id": 1875,
|
|
16204
|
+
"name": "TransferAnchorRequest",
|
|
16205
|
+
"label": "Transfer Anchor Request"
|
|
16206
|
+
},
|
|
16207
|
+
"7": {
|
|
16208
|
+
"id": 7,
|
|
16209
|
+
"cluster_id": 1875,
|
|
16210
|
+
"name": "TransferAnchorComplete",
|
|
16211
|
+
"label": "Transfer Anchor Complete"
|
|
16212
|
+
},
|
|
16213
|
+
"8": {
|
|
16214
|
+
"id": 8,
|
|
16215
|
+
"cluster_id": 1875,
|
|
16216
|
+
"name": "AnnounceJointFabricAdministrator",
|
|
16217
|
+
"label": "Announce Joint Fabric Administrator"
|
|
16218
|
+
}
|
|
16219
|
+
}
|
|
16220
|
+
},
|
|
16221
|
+
"2049": {
|
|
16222
|
+
"id": 2049,
|
|
16223
|
+
"label": "TlsCertificateManagement",
|
|
16224
|
+
"attributes": {
|
|
16225
|
+
"0": {
|
|
16226
|
+
"id": 0,
|
|
16227
|
+
"cluster_id": 2049,
|
|
16228
|
+
"label": "MaxRootCertificates",
|
|
16229
|
+
"type": "uint8",
|
|
16230
|
+
"writable": false
|
|
16231
|
+
},
|
|
16232
|
+
"1": {
|
|
16233
|
+
"id": 1,
|
|
16234
|
+
"cluster_id": 2049,
|
|
16235
|
+
"label": "ProvisionedRootCertificates",
|
|
16236
|
+
"type": "List[TLSCertStruct]",
|
|
16237
|
+
"writable": false
|
|
16238
|
+
},
|
|
16239
|
+
"2": {
|
|
16240
|
+
"id": 2,
|
|
16241
|
+
"cluster_id": 2049,
|
|
16242
|
+
"label": "MaxClientCertificates",
|
|
16243
|
+
"type": "uint8",
|
|
16244
|
+
"writable": false
|
|
16245
|
+
},
|
|
16246
|
+
"3": {
|
|
16247
|
+
"id": 3,
|
|
16248
|
+
"cluster_id": 2049,
|
|
16249
|
+
"label": "ProvisionedClientCertificates",
|
|
16250
|
+
"type": "List[TLSClientCertificateDetailStruct]",
|
|
16251
|
+
"writable": false
|
|
16252
|
+
},
|
|
16253
|
+
"65528": {
|
|
16254
|
+
"id": 65528,
|
|
16255
|
+
"cluster_id": 2049,
|
|
16256
|
+
"label": "GeneratedCommandList",
|
|
16257
|
+
"type": "List[command-id]",
|
|
16258
|
+
"writable": false
|
|
16259
|
+
},
|
|
16260
|
+
"65529": {
|
|
16261
|
+
"id": 65529,
|
|
16262
|
+
"cluster_id": 2049,
|
|
16263
|
+
"label": "AcceptedCommandList",
|
|
16264
|
+
"type": "List[command-id]",
|
|
16265
|
+
"writable": false
|
|
16266
|
+
},
|
|
16267
|
+
"65530": {
|
|
16268
|
+
"id": 65530,
|
|
16269
|
+
"cluster_id": 2049,
|
|
16270
|
+
"label": "EventList",
|
|
16271
|
+
"type": "Optional[unknown]",
|
|
16272
|
+
"writable": true
|
|
16273
|
+
},
|
|
16274
|
+
"65531": {
|
|
16275
|
+
"id": 65531,
|
|
16276
|
+
"cluster_id": 2049,
|
|
16277
|
+
"label": "AttributeList",
|
|
16278
|
+
"type": "List[attrib-id]",
|
|
16279
|
+
"writable": false
|
|
16280
|
+
},
|
|
16281
|
+
"65532": {
|
|
16282
|
+
"id": 65532,
|
|
16283
|
+
"cluster_id": 2049,
|
|
16284
|
+
"label": "FeatureMap",
|
|
16285
|
+
"type": "map32",
|
|
16286
|
+
"writable": false
|
|
16287
|
+
},
|
|
16288
|
+
"65533": {
|
|
16289
|
+
"id": 65533,
|
|
16290
|
+
"cluster_id": 2049,
|
|
16291
|
+
"label": "ClusterRevision",
|
|
16292
|
+
"type": "ClusterRevision",
|
|
16293
|
+
"writable": false
|
|
16294
|
+
}
|
|
16295
|
+
},
|
|
16296
|
+
"commands": {
|
|
16297
|
+
"0": {
|
|
16298
|
+
"id": 0,
|
|
16299
|
+
"cluster_id": 2049,
|
|
16300
|
+
"name": "ProvisionRootCertificate",
|
|
16301
|
+
"label": "Provision Root Certificate"
|
|
16302
|
+
},
|
|
16303
|
+
"2": {
|
|
16304
|
+
"id": 2,
|
|
16305
|
+
"cluster_id": 2049,
|
|
16306
|
+
"name": "FindRootCertificate",
|
|
16307
|
+
"label": "Find Root Certificate"
|
|
16308
|
+
},
|
|
16309
|
+
"4": {
|
|
16310
|
+
"id": 4,
|
|
16311
|
+
"cluster_id": 2049,
|
|
16312
|
+
"name": "LookupRootCertificate",
|
|
16313
|
+
"label": "Lookup Root Certificate"
|
|
16314
|
+
},
|
|
16315
|
+
"6": {
|
|
16316
|
+
"id": 6,
|
|
16317
|
+
"cluster_id": 2049,
|
|
16318
|
+
"name": "RemoveRootCertificate",
|
|
16319
|
+
"label": "Remove Root Certificate"
|
|
16320
|
+
},
|
|
16321
|
+
"7": {
|
|
16322
|
+
"id": 7,
|
|
16323
|
+
"cluster_id": 2049,
|
|
16324
|
+
"name": "ClientCsr",
|
|
16325
|
+
"label": "Client Csr"
|
|
16326
|
+
},
|
|
16327
|
+
"9": {
|
|
16328
|
+
"id": 9,
|
|
16329
|
+
"cluster_id": 2049,
|
|
16330
|
+
"name": "ProvisionClientCertificate",
|
|
16331
|
+
"label": "Provision Client Certificate"
|
|
16332
|
+
},
|
|
16333
|
+
"10": {
|
|
16334
|
+
"id": 10,
|
|
16335
|
+
"cluster_id": 2049,
|
|
16336
|
+
"name": "FindClientCertificate",
|
|
16337
|
+
"label": "Find Client Certificate"
|
|
16338
|
+
},
|
|
16339
|
+
"12": {
|
|
16340
|
+
"id": 12,
|
|
16341
|
+
"cluster_id": 2049,
|
|
16342
|
+
"name": "LookupClientCertificate",
|
|
16343
|
+
"label": "Lookup Client Certificate"
|
|
16344
|
+
},
|
|
16345
|
+
"14": {
|
|
16346
|
+
"id": 14,
|
|
16347
|
+
"cluster_id": 2049,
|
|
16348
|
+
"name": "RemoveClientCertificate",
|
|
16349
|
+
"label": "Remove Client Certificate"
|
|
14535
16350
|
}
|
|
14536
16351
|
}
|
|
14537
16352
|
},
|
|
14538
|
-
"
|
|
14539
|
-
"id":
|
|
14540
|
-
"label": "
|
|
16353
|
+
"2050": {
|
|
16354
|
+
"id": 2050,
|
|
16355
|
+
"label": "TlsClientManagement",
|
|
14541
16356
|
"attributes": {
|
|
14542
16357
|
"0": {
|
|
14543
16358
|
"id": 0,
|
|
14544
|
-
"cluster_id":
|
|
14545
|
-
"label": "
|
|
14546
|
-
"type": "
|
|
14547
|
-
"writable":
|
|
16359
|
+
"cluster_id": 2050,
|
|
16360
|
+
"label": "MaxProvisioned",
|
|
16361
|
+
"type": "uint8",
|
|
16362
|
+
"writable": false
|
|
16363
|
+
},
|
|
16364
|
+
"1": {
|
|
16365
|
+
"id": 1,
|
|
16366
|
+
"cluster_id": 2050,
|
|
16367
|
+
"label": "ProvisionedEndpoints",
|
|
16368
|
+
"type": "List[TLSEndpointStruct]",
|
|
16369
|
+
"writable": false
|
|
14548
16370
|
},
|
|
14549
16371
|
"65528": {
|
|
14550
16372
|
"id": 65528,
|
|
14551
|
-
"cluster_id":
|
|
16373
|
+
"cluster_id": 2050,
|
|
14552
16374
|
"label": "GeneratedCommandList",
|
|
14553
16375
|
"type": "List[command-id]",
|
|
14554
16376
|
"writable": false
|
|
14555
16377
|
},
|
|
14556
16378
|
"65529": {
|
|
14557
16379
|
"id": 65529,
|
|
14558
|
-
"cluster_id":
|
|
16380
|
+
"cluster_id": 2050,
|
|
14559
16381
|
"label": "AcceptedCommandList",
|
|
14560
16382
|
"type": "List[command-id]",
|
|
14561
16383
|
"writable": false
|
|
14562
16384
|
},
|
|
14563
16385
|
"65530": {
|
|
14564
16386
|
"id": 65530,
|
|
14565
|
-
"cluster_id":
|
|
16387
|
+
"cluster_id": 2050,
|
|
14566
16388
|
"label": "EventList",
|
|
14567
16389
|
"type": "Optional[unknown]",
|
|
14568
16390
|
"writable": true
|
|
14569
16391
|
},
|
|
14570
16392
|
"65531": {
|
|
14571
16393
|
"id": 65531,
|
|
14572
|
-
"cluster_id":
|
|
16394
|
+
"cluster_id": 2050,
|
|
14573
16395
|
"label": "AttributeList",
|
|
14574
16396
|
"type": "List[attrib-id]",
|
|
14575
16397
|
"writable": false
|
|
14576
16398
|
},
|
|
14577
16399
|
"65532": {
|
|
14578
16400
|
"id": 65532,
|
|
14579
|
-
"cluster_id":
|
|
16401
|
+
"cluster_id": 2050,
|
|
14580
16402
|
"label": "FeatureMap",
|
|
14581
16403
|
"type": "map32",
|
|
14582
16404
|
"writable": false
|
|
14583
16405
|
},
|
|
14584
16406
|
"65533": {
|
|
14585
16407
|
"id": 65533,
|
|
14586
|
-
"cluster_id":
|
|
16408
|
+
"cluster_id": 2050,
|
|
14587
16409
|
"label": "ClusterRevision",
|
|
14588
16410
|
"type": "ClusterRevision",
|
|
14589
16411
|
"writable": false
|
|
@@ -14592,39 +16414,21 @@ const clusters = {
|
|
|
14592
16414
|
"commands": {
|
|
14593
16415
|
"0": {
|
|
14594
16416
|
"id": 0,
|
|
14595
|
-
"cluster_id":
|
|
14596
|
-
"name": "
|
|
14597
|
-
"label": "
|
|
16417
|
+
"cluster_id": 2050,
|
|
16418
|
+
"name": "ProvisionEndpoint",
|
|
16419
|
+
"label": "Provision Endpoint"
|
|
14598
16420
|
},
|
|
14599
16421
|
"2": {
|
|
14600
16422
|
"id": 2,
|
|
14601
|
-
"cluster_id":
|
|
14602
|
-
"name": "
|
|
14603
|
-
"label": "
|
|
16423
|
+
"cluster_id": 2050,
|
|
16424
|
+
"name": "FindEndpoint",
|
|
16425
|
+
"label": "Find Endpoint"
|
|
14604
16426
|
},
|
|
14605
16427
|
"4": {
|
|
14606
16428
|
"id": 4,
|
|
14607
|
-
"cluster_id":
|
|
14608
|
-
"name": "
|
|
14609
|
-
"label": "
|
|
14610
|
-
},
|
|
14611
|
-
"5": {
|
|
14612
|
-
"id": 5,
|
|
14613
|
-
"cluster_id": 1875,
|
|
14614
|
-
"name": "TransferAnchorRequest",
|
|
14615
|
-
"label": "Transfer Anchor Request"
|
|
14616
|
-
},
|
|
14617
|
-
"7": {
|
|
14618
|
-
"id": 7,
|
|
14619
|
-
"cluster_id": 1875,
|
|
14620
|
-
"name": "TransferAnchorComplete",
|
|
14621
|
-
"label": "Transfer Anchor Complete"
|
|
14622
|
-
},
|
|
14623
|
-
"8": {
|
|
14624
|
-
"id": 8,
|
|
14625
|
-
"cluster_id": 1875,
|
|
14626
|
-
"name": "AnnounceJointFabricAdministrator",
|
|
14627
|
-
"label": "Announce Joint Fabric Administrator"
|
|
16429
|
+
"cluster_id": 2050,
|
|
16430
|
+
"name": "RemoveEndpoint",
|
|
16431
|
+
"label": "Remove Endpoint"
|
|
14628
16432
|
}
|
|
14629
16433
|
}
|
|
14630
16434
|
},
|
|
@@ -14740,6 +16544,167 @@ const clusters = {
|
|
|
14740
16544
|
},
|
|
14741
16545
|
"commands": {}
|
|
14742
16546
|
},
|
|
16547
|
+
"2822": {
|
|
16548
|
+
"id": 2822,
|
|
16549
|
+
"label": "MeterIdentification",
|
|
16550
|
+
"attributes": {
|
|
16551
|
+
"0": {
|
|
16552
|
+
"id": 0,
|
|
16553
|
+
"cluster_id": 2822,
|
|
16554
|
+
"label": "MeterType",
|
|
16555
|
+
"type": "Nullable[MeterTypeEnum]",
|
|
16556
|
+
"writable": false
|
|
16557
|
+
},
|
|
16558
|
+
"1": {
|
|
16559
|
+
"id": 1,
|
|
16560
|
+
"cluster_id": 2822,
|
|
16561
|
+
"label": "PointOfDelivery",
|
|
16562
|
+
"type": "Nullable[string]",
|
|
16563
|
+
"writable": false
|
|
16564
|
+
},
|
|
16565
|
+
"2": {
|
|
16566
|
+
"id": 2,
|
|
16567
|
+
"cluster_id": 2822,
|
|
16568
|
+
"label": "MeterSerialNumber",
|
|
16569
|
+
"type": "Nullable[string]",
|
|
16570
|
+
"writable": false
|
|
16571
|
+
},
|
|
16572
|
+
"3": {
|
|
16573
|
+
"id": 3,
|
|
16574
|
+
"cluster_id": 2822,
|
|
16575
|
+
"label": "ProtocolVersion",
|
|
16576
|
+
"type": "Optional[Nullable[string]]",
|
|
16577
|
+
"writable": false
|
|
16578
|
+
},
|
|
16579
|
+
"4": {
|
|
16580
|
+
"id": 4,
|
|
16581
|
+
"cluster_id": 2822,
|
|
16582
|
+
"label": "PowerThreshold",
|
|
16583
|
+
"type": "Optional[Nullable[PowerThresholdStruct]]",
|
|
16584
|
+
"writable": false
|
|
16585
|
+
},
|
|
16586
|
+
"65528": {
|
|
16587
|
+
"id": 65528,
|
|
16588
|
+
"cluster_id": 2822,
|
|
16589
|
+
"label": "GeneratedCommandList",
|
|
16590
|
+
"type": "List[command-id]",
|
|
16591
|
+
"writable": false
|
|
16592
|
+
},
|
|
16593
|
+
"65529": {
|
|
16594
|
+
"id": 65529,
|
|
16595
|
+
"cluster_id": 2822,
|
|
16596
|
+
"label": "AcceptedCommandList",
|
|
16597
|
+
"type": "List[command-id]",
|
|
16598
|
+
"writable": false
|
|
16599
|
+
},
|
|
16600
|
+
"65530": {
|
|
16601
|
+
"id": 65530,
|
|
16602
|
+
"cluster_id": 2822,
|
|
16603
|
+
"label": "EventList",
|
|
16604
|
+
"type": "Optional[unknown]",
|
|
16605
|
+
"writable": true
|
|
16606
|
+
},
|
|
16607
|
+
"65531": {
|
|
16608
|
+
"id": 65531,
|
|
16609
|
+
"cluster_id": 2822,
|
|
16610
|
+
"label": "AttributeList",
|
|
16611
|
+
"type": "List[attrib-id]",
|
|
16612
|
+
"writable": false
|
|
16613
|
+
},
|
|
16614
|
+
"65532": {
|
|
16615
|
+
"id": 65532,
|
|
16616
|
+
"cluster_id": 2822,
|
|
16617
|
+
"label": "FeatureMap",
|
|
16618
|
+
"type": "FeatureMap",
|
|
16619
|
+
"writable": false
|
|
16620
|
+
},
|
|
16621
|
+
"65533": {
|
|
16622
|
+
"id": 65533,
|
|
16623
|
+
"cluster_id": 2822,
|
|
16624
|
+
"label": "ClusterRevision",
|
|
16625
|
+
"type": "ClusterRevision",
|
|
16626
|
+
"writable": false
|
|
16627
|
+
}
|
|
16628
|
+
},
|
|
16629
|
+
"commands": {}
|
|
16630
|
+
},
|
|
16631
|
+
"2823": {
|
|
16632
|
+
"id": 2823,
|
|
16633
|
+
"label": "CommodityMetering",
|
|
16634
|
+
"attributes": {
|
|
16635
|
+
"0": {
|
|
16636
|
+
"id": 0,
|
|
16637
|
+
"cluster_id": 2823,
|
|
16638
|
+
"label": "MeteredQuantity",
|
|
16639
|
+
"type": "List[MeteredQuantityStruct]",
|
|
16640
|
+
"writable": false
|
|
16641
|
+
},
|
|
16642
|
+
"1": {
|
|
16643
|
+
"id": 1,
|
|
16644
|
+
"cluster_id": 2823,
|
|
16645
|
+
"label": "MeteredQuantityTimestamp",
|
|
16646
|
+
"type": "Nullable[epoch-s]",
|
|
16647
|
+
"writable": false
|
|
16648
|
+
},
|
|
16649
|
+
"2": {
|
|
16650
|
+
"id": 2,
|
|
16651
|
+
"cluster_id": 2823,
|
|
16652
|
+
"label": "TariffUnit",
|
|
16653
|
+
"type": "Nullable[TariffUnitEnum]",
|
|
16654
|
+
"writable": false
|
|
16655
|
+
},
|
|
16656
|
+
"3": {
|
|
16657
|
+
"id": 3,
|
|
16658
|
+
"cluster_id": 2823,
|
|
16659
|
+
"label": "MaximumMeteredQuantities",
|
|
16660
|
+
"type": "Nullable[uint16]",
|
|
16661
|
+
"writable": false
|
|
16662
|
+
},
|
|
16663
|
+
"65528": {
|
|
16664
|
+
"id": 65528,
|
|
16665
|
+
"cluster_id": 2823,
|
|
16666
|
+
"label": "GeneratedCommandList",
|
|
16667
|
+
"type": "List[command-id]",
|
|
16668
|
+
"writable": false
|
|
16669
|
+
},
|
|
16670
|
+
"65529": {
|
|
16671
|
+
"id": 65529,
|
|
16672
|
+
"cluster_id": 2823,
|
|
16673
|
+
"label": "AcceptedCommandList",
|
|
16674
|
+
"type": "List[command-id]",
|
|
16675
|
+
"writable": false
|
|
16676
|
+
},
|
|
16677
|
+
"65530": {
|
|
16678
|
+
"id": 65530,
|
|
16679
|
+
"cluster_id": 2823,
|
|
16680
|
+
"label": "EventList",
|
|
16681
|
+
"type": "Optional[unknown]",
|
|
16682
|
+
"writable": true
|
|
16683
|
+
},
|
|
16684
|
+
"65531": {
|
|
16685
|
+
"id": 65531,
|
|
16686
|
+
"cluster_id": 2823,
|
|
16687
|
+
"label": "AttributeList",
|
|
16688
|
+
"type": "List[attrib-id]",
|
|
16689
|
+
"writable": false
|
|
16690
|
+
},
|
|
16691
|
+
"65532": {
|
|
16692
|
+
"id": 65532,
|
|
16693
|
+
"cluster_id": 2823,
|
|
16694
|
+
"label": "FeatureMap",
|
|
16695
|
+
"type": "map32",
|
|
16696
|
+
"writable": false
|
|
16697
|
+
},
|
|
16698
|
+
"65533": {
|
|
16699
|
+
"id": 65533,
|
|
16700
|
+
"cluster_id": 2823,
|
|
16701
|
+
"label": "ClusterRevision",
|
|
16702
|
+
"type": "ClusterRevision",
|
|
16703
|
+
"writable": false
|
|
16704
|
+
}
|
|
16705
|
+
},
|
|
16706
|
+
"commands": {}
|
|
16707
|
+
},
|
|
14743
16708
|
"302775297": {
|
|
14744
16709
|
"id": 302775297,
|
|
14745
16710
|
"label": "HeimanCluster",
|
|
@@ -15171,6 +17136,13 @@ const clusters = {
|
|
|
15171
17136
|
"type": "Optional[unknown]",
|
|
15172
17137
|
"writable": true
|
|
15173
17138
|
},
|
|
17139
|
+
"319422487": {
|
|
17140
|
+
"id": 319422487,
|
|
17141
|
+
"cluster_id": 319486977,
|
|
17142
|
+
"label": "WindowOpenMode",
|
|
17143
|
+
"type": "Optional[bool]",
|
|
17144
|
+
"writable": true
|
|
17145
|
+
},
|
|
15174
17146
|
"319422488": {
|
|
15175
17147
|
"id": 319422488,
|
|
15176
17148
|
"cluster_id": 319486977,
|
|
@@ -15257,6 +17229,104 @@ const clusters = {
|
|
|
15257
17229
|
}
|
|
15258
17230
|
},
|
|
15259
17231
|
"commands": {}
|
|
17232
|
+
},
|
|
17233
|
+
"322239491": {
|
|
17234
|
+
"id": 322239491,
|
|
17235
|
+
"label": "TclDehumidifierCluster",
|
|
17236
|
+
"attributes": {
|
|
17237
|
+
"0": {
|
|
17238
|
+
"id": 0,
|
|
17239
|
+
"cluster_id": 322239491,
|
|
17240
|
+
"label": "Mode",
|
|
17241
|
+
"type": "Optional[unknown]",
|
|
17242
|
+
"writable": true
|
|
17243
|
+
},
|
|
17244
|
+
"1": {
|
|
17245
|
+
"id": 1,
|
|
17246
|
+
"cluster_id": 322239491,
|
|
17247
|
+
"label": "TargetHumidity",
|
|
17248
|
+
"type": "Optional[unknown]",
|
|
17249
|
+
"writable": true
|
|
17250
|
+
},
|
|
17251
|
+
"2": {
|
|
17252
|
+
"id": 2,
|
|
17253
|
+
"cluster_id": 322239491,
|
|
17254
|
+
"label": "CurrentHumidity",
|
|
17255
|
+
"type": "Optional[unknown]",
|
|
17256
|
+
"writable": true
|
|
17257
|
+
},
|
|
17258
|
+
"3": {
|
|
17259
|
+
"id": 3,
|
|
17260
|
+
"cluster_id": 322239491,
|
|
17261
|
+
"label": "WaterBucketFull",
|
|
17262
|
+
"type": "Optional[bool]",
|
|
17263
|
+
"writable": true
|
|
17264
|
+
},
|
|
17265
|
+
"4": {
|
|
17266
|
+
"id": 4,
|
|
17267
|
+
"cluster_id": 322239491,
|
|
17268
|
+
"label": "FilterAlert",
|
|
17269
|
+
"type": "Optional[bool]",
|
|
17270
|
+
"writable": true
|
|
17271
|
+
},
|
|
17272
|
+
"5": {
|
|
17273
|
+
"id": 5,
|
|
17274
|
+
"cluster_id": 322239491,
|
|
17275
|
+
"label": "ErrorCodes",
|
|
17276
|
+
"type": "Optional[string]",
|
|
17277
|
+
"writable": true
|
|
17278
|
+
},
|
|
17279
|
+
"6": {
|
|
17280
|
+
"id": 6,
|
|
17281
|
+
"cluster_id": 322239491,
|
|
17282
|
+
"label": "FeatureSet",
|
|
17283
|
+
"type": "Optional[string]",
|
|
17284
|
+
"writable": true
|
|
17285
|
+
},
|
|
17286
|
+
"65528": {
|
|
17287
|
+
"id": 65528,
|
|
17288
|
+
"cluster_id": 322239491,
|
|
17289
|
+
"label": "GeneratedCommandList",
|
|
17290
|
+
"type": "List[command-id]",
|
|
17291
|
+
"writable": false
|
|
17292
|
+
},
|
|
17293
|
+
"65529": {
|
|
17294
|
+
"id": 65529,
|
|
17295
|
+
"cluster_id": 322239491,
|
|
17296
|
+
"label": "AcceptedCommandList",
|
|
17297
|
+
"type": "List[command-id]",
|
|
17298
|
+
"writable": false
|
|
17299
|
+
},
|
|
17300
|
+
"65530": {
|
|
17301
|
+
"id": 65530,
|
|
17302
|
+
"cluster_id": 322239491,
|
|
17303
|
+
"label": "EventList",
|
|
17304
|
+
"type": "Optional[unknown]",
|
|
17305
|
+
"writable": true
|
|
17306
|
+
},
|
|
17307
|
+
"65531": {
|
|
17308
|
+
"id": 65531,
|
|
17309
|
+
"cluster_id": 322239491,
|
|
17310
|
+
"label": "AttributeList",
|
|
17311
|
+
"type": "List[attrib-id]",
|
|
17312
|
+
"writable": false
|
|
17313
|
+
},
|
|
17314
|
+
"65532": {
|
|
17315
|
+
"id": 65532,
|
|
17316
|
+
"cluster_id": 322239491,
|
|
17317
|
+
"label": "FeatureMap",
|
|
17318
|
+
"type": "map32",
|
|
17319
|
+
"writable": false
|
|
17320
|
+
},
|
|
17321
|
+
"65533": {
|
|
17322
|
+
"id": 65533,
|
|
17323
|
+
"cluster_id": 322239491,
|
|
17324
|
+
"label": "ClusterRevision",
|
|
17325
|
+
"type": "uint16",
|
|
17326
|
+
"writable": false
|
|
17327
|
+
}
|
|
17328
|
+
},
|
|
17329
|
+
"commands": {}
|
|
15260
17330
|
}
|
|
15261
17331
|
};
|
|
15262
17332
|
export {
|