@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
|
@@ -123,6 +123,10 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
123
123
|
"id": 45,
|
|
124
124
|
"label": "Air Purifier"
|
|
125
125
|
},
|
|
126
|
+
"64": {
|
|
127
|
+
"id": 64,
|
|
128
|
+
"label": "Irrigation System"
|
|
129
|
+
},
|
|
126
130
|
"65": {
|
|
127
131
|
"id": 65,
|
|
128
132
|
"label": "Water Freeze Detector"
|
|
@@ -139,6 +143,10 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
139
143
|
"id": 68,
|
|
140
144
|
"label": "Rain Sensor"
|
|
141
145
|
},
|
|
146
|
+
"69": {
|
|
147
|
+
"id": 69,
|
|
148
|
+
"label": "Soil Sensor"
|
|
149
|
+
},
|
|
142
150
|
"112": {
|
|
143
151
|
"id": 112,
|
|
144
152
|
"label": "Refrigerator"
|
|
@@ -195,6 +203,10 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
195
203
|
"id": 144,
|
|
196
204
|
"label": "Network Infrastructure Manager"
|
|
197
205
|
},
|
|
206
|
+
"145": {
|
|
207
|
+
"id": 145,
|
|
208
|
+
"label": "Thread Border Router"
|
|
209
|
+
},
|
|
198
210
|
"256": {
|
|
199
211
|
"id": 256,
|
|
200
212
|
"label": "On Off Light"
|
|
@@ -251,6 +263,42 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
251
263
|
"id": 304,
|
|
252
264
|
"label": "Joint Fabric Administrator"
|
|
253
265
|
},
|
|
266
|
+
"320": {
|
|
267
|
+
"id": 320,
|
|
268
|
+
"label": "Intercom"
|
|
269
|
+
},
|
|
270
|
+
"321": {
|
|
271
|
+
"id": 321,
|
|
272
|
+
"label": "Audio Doorbell"
|
|
273
|
+
},
|
|
274
|
+
"322": {
|
|
275
|
+
"id": 322,
|
|
276
|
+
"label": "Camera"
|
|
277
|
+
},
|
|
278
|
+
"323": {
|
|
279
|
+
"id": 323,
|
|
280
|
+
"label": "Video Doorbell"
|
|
281
|
+
},
|
|
282
|
+
"324": {
|
|
283
|
+
"id": 324,
|
|
284
|
+
"label": "Floodlight Camera"
|
|
285
|
+
},
|
|
286
|
+
"325": {
|
|
287
|
+
"id": 325,
|
|
288
|
+
"label": "Snapshot Camera"
|
|
289
|
+
},
|
|
290
|
+
"326": {
|
|
291
|
+
"id": 326,
|
|
292
|
+
"label": "Chime"
|
|
293
|
+
},
|
|
294
|
+
"327": {
|
|
295
|
+
"id": 327,
|
|
296
|
+
"label": "Camera Controller"
|
|
297
|
+
},
|
|
298
|
+
"328": {
|
|
299
|
+
"id": 328,
|
|
300
|
+
"label": "Doorbell"
|
|
301
|
+
},
|
|
254
302
|
"514": {
|
|
255
303
|
"id": 514,
|
|
256
304
|
"label": "Window Covering"
|
|
@@ -259,6 +307,18 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
259
307
|
"id": 515,
|
|
260
308
|
"label": "Window Covering Controller"
|
|
261
309
|
},
|
|
310
|
+
"560": {
|
|
311
|
+
"id": 560,
|
|
312
|
+
"label": "Closure"
|
|
313
|
+
},
|
|
314
|
+
"561": {
|
|
315
|
+
"id": 561,
|
|
316
|
+
"label": "Closure Panel"
|
|
317
|
+
},
|
|
318
|
+
"574": {
|
|
319
|
+
"id": 574,
|
|
320
|
+
"label": "Closure Controller"
|
|
321
|
+
},
|
|
262
322
|
"769": {
|
|
263
323
|
"id": 769,
|
|
264
324
|
"label": "Thermostat"
|
|
@@ -311,6 +371,22 @@ export const device_types: Record<number, DeviceType> = {
|
|
|
311
371
|
"id": 1296,
|
|
312
372
|
"label": "Electrical Sensor"
|
|
313
373
|
},
|
|
374
|
+
"1297": {
|
|
375
|
+
"id": 1297,
|
|
376
|
+
"label": "Electrical Utility Meter"
|
|
377
|
+
},
|
|
378
|
+
"1298": {
|
|
379
|
+
"id": 1298,
|
|
380
|
+
"label": "Meter Reference Point"
|
|
381
|
+
},
|
|
382
|
+
"1299": {
|
|
383
|
+
"id": 1299,
|
|
384
|
+
"label": "Electrical Energy Tariff"
|
|
385
|
+
},
|
|
386
|
+
"1300": {
|
|
387
|
+
"id": 1300,
|
|
388
|
+
"label": "Electrical Meter"
|
|
389
|
+
},
|
|
314
390
|
"2112": {
|
|
315
391
|
"id": 2112,
|
|
316
392
|
"label": "Control Bridge"
|
|
@@ -1343,7 +1419,7 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
1343
1419
|
"id": 18,
|
|
1344
1420
|
"cluster_id": 40,
|
|
1345
1421
|
"label": "UniqueId",
|
|
1346
|
-
"type": "string",
|
|
1422
|
+
"type": "Optional[string]",
|
|
1347
1423
|
"writable": false
|
|
1348
1424
|
},
|
|
1349
1425
|
"19": {
|
|
@@ -1364,14 +1440,14 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
1364
1440
|
"id": 21,
|
|
1365
1441
|
"cluster_id": 40,
|
|
1366
1442
|
"label": "SpecificationVersion",
|
|
1367
|
-
"type": "uint32",
|
|
1443
|
+
"type": "Optional[uint32]",
|
|
1368
1444
|
"writable": false
|
|
1369
1445
|
},
|
|
1370
1446
|
"22": {
|
|
1371
1447
|
"id": 22,
|
|
1372
1448
|
"cluster_id": 40,
|
|
1373
1449
|
"label": "MaxPathsPerInvoke",
|
|
1374
|
-
"type": "uint16",
|
|
1450
|
+
"type": "Optional[uint16]",
|
|
1375
1451
|
"writable": false
|
|
1376
1452
|
},
|
|
1377
1453
|
"24": {
|
|
@@ -2177,6 +2253,27 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
2177
2253
|
"type": "Optional[Nullable[uint32]]",
|
|
2178
2254
|
"writable": false
|
|
2179
2255
|
},
|
|
2256
|
+
"10": {
|
|
2257
|
+
"id": 10,
|
|
2258
|
+
"cluster_id": 48,
|
|
2259
|
+
"label": "RecoveryIdentifier",
|
|
2260
|
+
"type": "Optional[bytes]",
|
|
2261
|
+
"writable": false
|
|
2262
|
+
},
|
|
2263
|
+
"11": {
|
|
2264
|
+
"id": 11,
|
|
2265
|
+
"cluster_id": 48,
|
|
2266
|
+
"label": "NetworkRecoveryReason",
|
|
2267
|
+
"type": "Optional[Nullable[NetworkRecoveryReasonEnum]]",
|
|
2268
|
+
"writable": false
|
|
2269
|
+
},
|
|
2270
|
+
"12": {
|
|
2271
|
+
"id": 12,
|
|
2272
|
+
"cluster_id": 48,
|
|
2273
|
+
"label": "IsCommissioningWithoutPower",
|
|
2274
|
+
"type": "Optional[bool]",
|
|
2275
|
+
"writable": false
|
|
2276
|
+
},
|
|
2180
2277
|
"65528": {
|
|
2181
2278
|
"id": 65528,
|
|
2182
2279
|
"cluster_id": 48,
|
|
@@ -3770,7 +3867,7 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
3770
3867
|
"id": 18,
|
|
3771
3868
|
"cluster_id": 57,
|
|
3772
3869
|
"label": "UniqueId",
|
|
3773
|
-
"type": "string",
|
|
3870
|
+
"type": "Optional[string]",
|
|
3774
3871
|
"writable": false
|
|
3775
3872
|
},
|
|
3776
3873
|
"19": {
|
|
@@ -7412,6 +7509,96 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
7412
7509
|
}
|
|
7413
7510
|
}
|
|
7414
7511
|
},
|
|
7512
|
+
"149": {
|
|
7513
|
+
"id": 149,
|
|
7514
|
+
"label": "CommodityPrice",
|
|
7515
|
+
"attributes": {
|
|
7516
|
+
"0": {
|
|
7517
|
+
"id": 0,
|
|
7518
|
+
"cluster_id": 149,
|
|
7519
|
+
"label": "TariffUnit",
|
|
7520
|
+
"type": "TariffUnitEnum",
|
|
7521
|
+
"writable": false
|
|
7522
|
+
},
|
|
7523
|
+
"1": {
|
|
7524
|
+
"id": 1,
|
|
7525
|
+
"cluster_id": 149,
|
|
7526
|
+
"label": "Currency",
|
|
7527
|
+
"type": "Nullable[currency]",
|
|
7528
|
+
"writable": false
|
|
7529
|
+
},
|
|
7530
|
+
"2": {
|
|
7531
|
+
"id": 2,
|
|
7532
|
+
"cluster_id": 149,
|
|
7533
|
+
"label": "CurrentPrice",
|
|
7534
|
+
"type": "Nullable[CommodityPriceStruct]",
|
|
7535
|
+
"writable": false
|
|
7536
|
+
},
|
|
7537
|
+
"3": {
|
|
7538
|
+
"id": 3,
|
|
7539
|
+
"cluster_id": 149,
|
|
7540
|
+
"label": "PriceForecast",
|
|
7541
|
+
"type": "List[CommodityPriceStruct]",
|
|
7542
|
+
"writable": false
|
|
7543
|
+
},
|
|
7544
|
+
"65528": {
|
|
7545
|
+
"id": 65528,
|
|
7546
|
+
"cluster_id": 149,
|
|
7547
|
+
"label": "GeneratedCommandList",
|
|
7548
|
+
"type": "List[command-id]",
|
|
7549
|
+
"writable": false
|
|
7550
|
+
},
|
|
7551
|
+
"65529": {
|
|
7552
|
+
"id": 65529,
|
|
7553
|
+
"cluster_id": 149,
|
|
7554
|
+
"label": "AcceptedCommandList",
|
|
7555
|
+
"type": "List[command-id]",
|
|
7556
|
+
"writable": false
|
|
7557
|
+
},
|
|
7558
|
+
"65530": {
|
|
7559
|
+
"id": 65530,
|
|
7560
|
+
"cluster_id": 149,
|
|
7561
|
+
"label": "EventList",
|
|
7562
|
+
"type": "Optional[unknown]",
|
|
7563
|
+
"writable": true
|
|
7564
|
+
},
|
|
7565
|
+
"65531": {
|
|
7566
|
+
"id": 65531,
|
|
7567
|
+
"cluster_id": 149,
|
|
7568
|
+
"label": "AttributeList",
|
|
7569
|
+
"type": "List[attrib-id]",
|
|
7570
|
+
"writable": false
|
|
7571
|
+
},
|
|
7572
|
+
"65532": {
|
|
7573
|
+
"id": 65532,
|
|
7574
|
+
"cluster_id": 149,
|
|
7575
|
+
"label": "FeatureMap",
|
|
7576
|
+
"type": "FeatureMap",
|
|
7577
|
+
"writable": false
|
|
7578
|
+
},
|
|
7579
|
+
"65533": {
|
|
7580
|
+
"id": 65533,
|
|
7581
|
+
"cluster_id": 149,
|
|
7582
|
+
"label": "ClusterRevision",
|
|
7583
|
+
"type": "ClusterRevision",
|
|
7584
|
+
"writable": false
|
|
7585
|
+
}
|
|
7586
|
+
},
|
|
7587
|
+
"commands": {
|
|
7588
|
+
"0": {
|
|
7589
|
+
"id": 0,
|
|
7590
|
+
"cluster_id": 149,
|
|
7591
|
+
"name": "GetDetailedPriceRequest",
|
|
7592
|
+
"label": "Get Detailed Price Request"
|
|
7593
|
+
},
|
|
7594
|
+
"2": {
|
|
7595
|
+
"id": 2,
|
|
7596
|
+
"cluster_id": 149,
|
|
7597
|
+
"name": "GetDetailedForecastRequest",
|
|
7598
|
+
"label": "Get Detailed Forecast Request"
|
|
7599
|
+
}
|
|
7600
|
+
}
|
|
7601
|
+
},
|
|
7415
7602
|
"151": {
|
|
7416
7603
|
"id": 151,
|
|
7417
7604
|
"label": "Messages",
|
|
@@ -8294,6 +8481,76 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
8294
8481
|
}
|
|
8295
8482
|
}
|
|
8296
8483
|
},
|
|
8484
|
+
"160": {
|
|
8485
|
+
"id": 160,
|
|
8486
|
+
"label": "ElectricalGridConditions",
|
|
8487
|
+
"attributes": {
|
|
8488
|
+
"0": {
|
|
8489
|
+
"id": 0,
|
|
8490
|
+
"cluster_id": 160,
|
|
8491
|
+
"label": "LocalGenerationAvailable",
|
|
8492
|
+
"type": "Nullable[bool]",
|
|
8493
|
+
"writable": true
|
|
8494
|
+
},
|
|
8495
|
+
"1": {
|
|
8496
|
+
"id": 1,
|
|
8497
|
+
"cluster_id": 160,
|
|
8498
|
+
"label": "CurrentConditions",
|
|
8499
|
+
"type": "Nullable[ElectricalGridConditionsStruct]",
|
|
8500
|
+
"writable": false
|
|
8501
|
+
},
|
|
8502
|
+
"2": {
|
|
8503
|
+
"id": 2,
|
|
8504
|
+
"cluster_id": 160,
|
|
8505
|
+
"label": "ForecastConditions",
|
|
8506
|
+
"type": "List[ElectricalGridConditionsStruct]",
|
|
8507
|
+
"writable": false
|
|
8508
|
+
},
|
|
8509
|
+
"65528": {
|
|
8510
|
+
"id": 65528,
|
|
8511
|
+
"cluster_id": 160,
|
|
8512
|
+
"label": "GeneratedCommandList",
|
|
8513
|
+
"type": "List[command-id]",
|
|
8514
|
+
"writable": false
|
|
8515
|
+
},
|
|
8516
|
+
"65529": {
|
|
8517
|
+
"id": 65529,
|
|
8518
|
+
"cluster_id": 160,
|
|
8519
|
+
"label": "AcceptedCommandList",
|
|
8520
|
+
"type": "List[command-id]",
|
|
8521
|
+
"writable": false
|
|
8522
|
+
},
|
|
8523
|
+
"65530": {
|
|
8524
|
+
"id": 65530,
|
|
8525
|
+
"cluster_id": 160,
|
|
8526
|
+
"label": "EventList",
|
|
8527
|
+
"type": "Optional[unknown]",
|
|
8528
|
+
"writable": true
|
|
8529
|
+
},
|
|
8530
|
+
"65531": {
|
|
8531
|
+
"id": 65531,
|
|
8532
|
+
"cluster_id": 160,
|
|
8533
|
+
"label": "AttributeList",
|
|
8534
|
+
"type": "List[attrib-id]",
|
|
8535
|
+
"writable": false
|
|
8536
|
+
},
|
|
8537
|
+
"65532": {
|
|
8538
|
+
"id": 65532,
|
|
8539
|
+
"cluster_id": 160,
|
|
8540
|
+
"label": "FeatureMap",
|
|
8541
|
+
"type": "FeatureMap",
|
|
8542
|
+
"writable": false
|
|
8543
|
+
},
|
|
8544
|
+
"65533": {
|
|
8545
|
+
"id": 65533,
|
|
8546
|
+
"cluster_id": 160,
|
|
8547
|
+
"label": "ClusterRevision",
|
|
8548
|
+
"type": "ClusterRevision",
|
|
8549
|
+
"writable": false
|
|
8550
|
+
}
|
|
8551
|
+
},
|
|
8552
|
+
"commands": {}
|
|
8553
|
+
},
|
|
8297
8554
|
"257": {
|
|
8298
8555
|
"id": 257,
|
|
8299
8556
|
"label": "DoorLock",
|
|
@@ -8688,42 +8945,6 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
8688
8945
|
"name": "UnlockWithTimeout",
|
|
8689
8946
|
"label": "Unlock With Timeout"
|
|
8690
8947
|
},
|
|
8691
|
-
"5": {
|
|
8692
|
-
"id": 5,
|
|
8693
|
-
"cluster_id": 257,
|
|
8694
|
-
"name": "SetPinCode",
|
|
8695
|
-
"label": "Set Pin Code"
|
|
8696
|
-
},
|
|
8697
|
-
"6": {
|
|
8698
|
-
"id": 6,
|
|
8699
|
-
"cluster_id": 257,
|
|
8700
|
-
"name": "GetPinCode",
|
|
8701
|
-
"label": "Get Pin Code"
|
|
8702
|
-
},
|
|
8703
|
-
"7": {
|
|
8704
|
-
"id": 7,
|
|
8705
|
-
"cluster_id": 257,
|
|
8706
|
-
"name": "ClearPinCode",
|
|
8707
|
-
"label": "Clear Pin Code"
|
|
8708
|
-
},
|
|
8709
|
-
"8": {
|
|
8710
|
-
"id": 8,
|
|
8711
|
-
"cluster_id": 257,
|
|
8712
|
-
"name": "ClearAllPinCodes",
|
|
8713
|
-
"label": "Clear All Pin Codes"
|
|
8714
|
-
},
|
|
8715
|
-
"9": {
|
|
8716
|
-
"id": 9,
|
|
8717
|
-
"cluster_id": 257,
|
|
8718
|
-
"name": "SetUserStatus",
|
|
8719
|
-
"label": "Set User Status"
|
|
8720
|
-
},
|
|
8721
|
-
"10": {
|
|
8722
|
-
"id": 10,
|
|
8723
|
-
"cluster_id": 257,
|
|
8724
|
-
"name": "GetUserStatus",
|
|
8725
|
-
"label": "Get User Status"
|
|
8726
|
-
},
|
|
8727
8948
|
"11": {
|
|
8728
8949
|
"id": 11,
|
|
8729
8950
|
"cluster_id": 257,
|
|
@@ -8778,42 +8999,6 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
8778
8999
|
"name": "ClearHolidaySchedule",
|
|
8779
9000
|
"label": "Clear Holiday Schedule"
|
|
8780
9001
|
},
|
|
8781
|
-
"20": {
|
|
8782
|
-
"id": 20,
|
|
8783
|
-
"cluster_id": 257,
|
|
8784
|
-
"name": "SetUserType",
|
|
8785
|
-
"label": "Set User Type"
|
|
8786
|
-
},
|
|
8787
|
-
"21": {
|
|
8788
|
-
"id": 21,
|
|
8789
|
-
"cluster_id": 257,
|
|
8790
|
-
"name": "GetUserType",
|
|
8791
|
-
"label": "Get User Type"
|
|
8792
|
-
},
|
|
8793
|
-
"22": {
|
|
8794
|
-
"id": 22,
|
|
8795
|
-
"cluster_id": 257,
|
|
8796
|
-
"name": "SetRfidCode",
|
|
8797
|
-
"label": "Set Rfid Code"
|
|
8798
|
-
},
|
|
8799
|
-
"23": {
|
|
8800
|
-
"id": 23,
|
|
8801
|
-
"cluster_id": 257,
|
|
8802
|
-
"name": "GetRfidCode",
|
|
8803
|
-
"label": "Get Rfid Code"
|
|
8804
|
-
},
|
|
8805
|
-
"24": {
|
|
8806
|
-
"id": 24,
|
|
8807
|
-
"cluster_id": 257,
|
|
8808
|
-
"name": "ClearRfidCode",
|
|
8809
|
-
"label": "Clear Rfid Code"
|
|
8810
|
-
},
|
|
8811
|
-
"25": {
|
|
8812
|
-
"id": 25,
|
|
8813
|
-
"cluster_id": 257,
|
|
8814
|
-
"name": "ClearAllRfidCodes",
|
|
8815
|
-
"label": "Clear All Rfid Codes"
|
|
8816
|
-
},
|
|
8817
9002
|
"26": {
|
|
8818
9003
|
"id": 26,
|
|
8819
9004
|
"cluster_id": 257,
|
|
@@ -8881,34 +9066,6 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
8881
9066
|
"type": "TypeEnum",
|
|
8882
9067
|
"writable": false
|
|
8883
9068
|
},
|
|
8884
|
-
"1": {
|
|
8885
|
-
"id": 1,
|
|
8886
|
-
"cluster_id": 258,
|
|
8887
|
-
"label": "PhysicalClosedLimitLift",
|
|
8888
|
-
"type": "Optional[uint16]",
|
|
8889
|
-
"writable": false
|
|
8890
|
-
},
|
|
8891
|
-
"2": {
|
|
8892
|
-
"id": 2,
|
|
8893
|
-
"cluster_id": 258,
|
|
8894
|
-
"label": "PhysicalClosedLimitTilt",
|
|
8895
|
-
"type": "Optional[uint16]",
|
|
8896
|
-
"writable": false
|
|
8897
|
-
},
|
|
8898
|
-
"3": {
|
|
8899
|
-
"id": 3,
|
|
8900
|
-
"cluster_id": 258,
|
|
8901
|
-
"label": "CurrentPositionLift",
|
|
8902
|
-
"type": "Optional[Nullable[uint16]]",
|
|
8903
|
-
"writable": false
|
|
8904
|
-
},
|
|
8905
|
-
"4": {
|
|
8906
|
-
"id": 4,
|
|
8907
|
-
"cluster_id": 258,
|
|
8908
|
-
"label": "CurrentPositionTilt",
|
|
8909
|
-
"type": "Optional[Nullable[uint16]]",
|
|
8910
|
-
"writable": false
|
|
8911
|
-
},
|
|
8912
9069
|
"5": {
|
|
8913
9070
|
"id": 5,
|
|
8914
9071
|
"cluster_id": 258,
|
|
@@ -8986,121 +9143,180 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
8986
9143
|
"type": "Optional[Nullable[percent100ths]]",
|
|
8987
9144
|
"writable": false
|
|
8988
9145
|
},
|
|
8989
|
-
"
|
|
8990
|
-
"id":
|
|
9146
|
+
"23": {
|
|
9147
|
+
"id": 23,
|
|
8991
9148
|
"cluster_id": 258,
|
|
8992
|
-
"label": "
|
|
8993
|
-
"type": "
|
|
8994
|
-
"writable":
|
|
9149
|
+
"label": "Mode",
|
|
9150
|
+
"type": "ModeBitmap",
|
|
9151
|
+
"writable": true
|
|
8995
9152
|
},
|
|
8996
|
-
"
|
|
8997
|
-
"id":
|
|
9153
|
+
"26": {
|
|
9154
|
+
"id": 26,
|
|
8998
9155
|
"cluster_id": 258,
|
|
8999
|
-
"label": "
|
|
9000
|
-
"type": "Optional[
|
|
9156
|
+
"label": "SafetyStatus",
|
|
9157
|
+
"type": "Optional[SafetyStatusBitmap]",
|
|
9001
9158
|
"writable": false
|
|
9002
9159
|
},
|
|
9003
|
-
"
|
|
9004
|
-
"id":
|
|
9005
|
-
"cluster_id": 258,
|
|
9006
|
-
"label": "
|
|
9007
|
-
"type": "
|
|
9160
|
+
"65528": {
|
|
9161
|
+
"id": 65528,
|
|
9162
|
+
"cluster_id": 258,
|
|
9163
|
+
"label": "GeneratedCommandList",
|
|
9164
|
+
"type": "List[command-id]",
|
|
9008
9165
|
"writable": false
|
|
9009
9166
|
},
|
|
9010
|
-
"
|
|
9011
|
-
"id":
|
|
9167
|
+
"65529": {
|
|
9168
|
+
"id": 65529,
|
|
9012
9169
|
"cluster_id": 258,
|
|
9013
|
-
"label": "
|
|
9014
|
-
"type": "
|
|
9170
|
+
"label": "AcceptedCommandList",
|
|
9171
|
+
"type": "List[command-id]",
|
|
9015
9172
|
"writable": false
|
|
9016
9173
|
},
|
|
9017
|
-
"
|
|
9018
|
-
"id":
|
|
9174
|
+
"65530": {
|
|
9175
|
+
"id": 65530,
|
|
9019
9176
|
"cluster_id": 258,
|
|
9020
|
-
"label": "
|
|
9177
|
+
"label": "EventList",
|
|
9021
9178
|
"type": "Optional[unknown]",
|
|
9022
9179
|
"writable": true
|
|
9023
9180
|
},
|
|
9024
|
-
"
|
|
9025
|
-
"id":
|
|
9181
|
+
"65531": {
|
|
9182
|
+
"id": 65531,
|
|
9026
9183
|
"cluster_id": 258,
|
|
9027
|
-
"label": "
|
|
9028
|
-
"type": "
|
|
9029
|
-
"writable":
|
|
9184
|
+
"label": "AttributeList",
|
|
9185
|
+
"type": "List[attrib-id]",
|
|
9186
|
+
"writable": false
|
|
9030
9187
|
},
|
|
9031
|
-
"
|
|
9032
|
-
"id":
|
|
9188
|
+
"65532": {
|
|
9189
|
+
"id": 65532,
|
|
9033
9190
|
"cluster_id": 258,
|
|
9034
|
-
"label": "
|
|
9035
|
-
"type": "
|
|
9036
|
-
"writable":
|
|
9191
|
+
"label": "FeatureMap",
|
|
9192
|
+
"type": "FeatureMap",
|
|
9193
|
+
"writable": false
|
|
9037
9194
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"id":
|
|
9195
|
+
"65533": {
|
|
9196
|
+
"id": 65533,
|
|
9040
9197
|
"cluster_id": 258,
|
|
9041
|
-
"label": "
|
|
9042
|
-
"type": "
|
|
9043
|
-
"writable":
|
|
9198
|
+
"label": "ClusterRevision",
|
|
9199
|
+
"type": "ClusterRevision",
|
|
9200
|
+
"writable": false
|
|
9201
|
+
}
|
|
9202
|
+
},
|
|
9203
|
+
"commands": {
|
|
9204
|
+
"0": {
|
|
9205
|
+
"id": 0,
|
|
9206
|
+
"cluster_id": 258,
|
|
9207
|
+
"name": "UpOrOpen",
|
|
9208
|
+
"label": "Up Or Open"
|
|
9044
9209
|
},
|
|
9045
|
-
"
|
|
9046
|
-
"id":
|
|
9210
|
+
"1": {
|
|
9211
|
+
"id": 1,
|
|
9047
9212
|
"cluster_id": 258,
|
|
9048
|
-
"
|
|
9049
|
-
"
|
|
9050
|
-
"writable": true
|
|
9213
|
+
"name": "DownOrClose",
|
|
9214
|
+
"label": "Down Or Close"
|
|
9051
9215
|
},
|
|
9052
|
-
"
|
|
9053
|
-
"id":
|
|
9216
|
+
"2": {
|
|
9217
|
+
"id": 2,
|
|
9054
9218
|
"cluster_id": 258,
|
|
9055
|
-
"
|
|
9056
|
-
"
|
|
9057
|
-
"writable": true
|
|
9219
|
+
"name": "StopMotion",
|
|
9220
|
+
"label": "Stop Motion"
|
|
9058
9221
|
},
|
|
9059
|
-
"
|
|
9060
|
-
"id":
|
|
9222
|
+
"5": {
|
|
9223
|
+
"id": 5,
|
|
9061
9224
|
"cluster_id": 258,
|
|
9062
|
-
"
|
|
9063
|
-
"
|
|
9225
|
+
"name": "GoToLiftPercentage",
|
|
9226
|
+
"label": "Go To Lift Percentage"
|
|
9227
|
+
},
|
|
9228
|
+
"8": {
|
|
9229
|
+
"id": 8,
|
|
9230
|
+
"cluster_id": 258,
|
|
9231
|
+
"name": "GoToTiltPercentage",
|
|
9232
|
+
"label": "Go To Tilt Percentage"
|
|
9233
|
+
}
|
|
9234
|
+
}
|
|
9235
|
+
},
|
|
9236
|
+
"260": {
|
|
9237
|
+
"id": 260,
|
|
9238
|
+
"label": "ClosureControl",
|
|
9239
|
+
"attributes": {
|
|
9240
|
+
"0": {
|
|
9241
|
+
"id": 0,
|
|
9242
|
+
"cluster_id": 260,
|
|
9243
|
+
"label": "CountdownTime",
|
|
9244
|
+
"type": "Optional[Nullable[elapsed-s]]",
|
|
9245
|
+
"writable": false
|
|
9246
|
+
},
|
|
9247
|
+
"1": {
|
|
9248
|
+
"id": 1,
|
|
9249
|
+
"cluster_id": 260,
|
|
9250
|
+
"label": "MainState",
|
|
9251
|
+
"type": "MainStateEnum",
|
|
9252
|
+
"writable": false
|
|
9253
|
+
},
|
|
9254
|
+
"2": {
|
|
9255
|
+
"id": 2,
|
|
9256
|
+
"cluster_id": 260,
|
|
9257
|
+
"label": "CurrentErrorList",
|
|
9258
|
+
"type": "List[ClosureErrorEnum]",
|
|
9259
|
+
"writable": false
|
|
9260
|
+
},
|
|
9261
|
+
"3": {
|
|
9262
|
+
"id": 3,
|
|
9263
|
+
"cluster_id": 260,
|
|
9264
|
+
"label": "OverallCurrentState",
|
|
9265
|
+
"type": "Nullable[OverallCurrentStateStruct]",
|
|
9266
|
+
"writable": false
|
|
9267
|
+
},
|
|
9268
|
+
"4": {
|
|
9269
|
+
"id": 4,
|
|
9270
|
+
"cluster_id": 260,
|
|
9271
|
+
"label": "OverallTargetState",
|
|
9272
|
+
"type": "Nullable[OverallTargetStateStruct]",
|
|
9273
|
+
"writable": false
|
|
9274
|
+
},
|
|
9275
|
+
"5": {
|
|
9276
|
+
"id": 5,
|
|
9277
|
+
"cluster_id": 260,
|
|
9278
|
+
"label": "LatchControlModes",
|
|
9279
|
+
"type": "Optional[LatchControlModesBitmap]",
|
|
9064
9280
|
"writable": false
|
|
9065
9281
|
},
|
|
9066
9282
|
"65528": {
|
|
9067
9283
|
"id": 65528,
|
|
9068
|
-
"cluster_id":
|
|
9284
|
+
"cluster_id": 260,
|
|
9069
9285
|
"label": "GeneratedCommandList",
|
|
9070
9286
|
"type": "List[command-id]",
|
|
9071
9287
|
"writable": false
|
|
9072
9288
|
},
|
|
9073
9289
|
"65529": {
|
|
9074
9290
|
"id": 65529,
|
|
9075
|
-
"cluster_id":
|
|
9291
|
+
"cluster_id": 260,
|
|
9076
9292
|
"label": "AcceptedCommandList",
|
|
9077
9293
|
"type": "List[command-id]",
|
|
9078
9294
|
"writable": false
|
|
9079
9295
|
},
|
|
9080
9296
|
"65530": {
|
|
9081
9297
|
"id": 65530,
|
|
9082
|
-
"cluster_id":
|
|
9298
|
+
"cluster_id": 260,
|
|
9083
9299
|
"label": "EventList",
|
|
9084
9300
|
"type": "Optional[unknown]",
|
|
9085
9301
|
"writable": true
|
|
9086
9302
|
},
|
|
9087
9303
|
"65531": {
|
|
9088
9304
|
"id": 65531,
|
|
9089
|
-
"cluster_id":
|
|
9305
|
+
"cluster_id": 260,
|
|
9090
9306
|
"label": "AttributeList",
|
|
9091
9307
|
"type": "List[attrib-id]",
|
|
9092
9308
|
"writable": false
|
|
9093
9309
|
},
|
|
9094
9310
|
"65532": {
|
|
9095
9311
|
"id": 65532,
|
|
9096
|
-
"cluster_id":
|
|
9312
|
+
"cluster_id": 260,
|
|
9097
9313
|
"label": "FeatureMap",
|
|
9098
9314
|
"type": "FeatureMap",
|
|
9099
9315
|
"writable": false
|
|
9100
9316
|
},
|
|
9101
9317
|
"65533": {
|
|
9102
9318
|
"id": 65533,
|
|
9103
|
-
"cluster_id":
|
|
9319
|
+
"cluster_id": 260,
|
|
9104
9320
|
"label": "ClusterRevision",
|
|
9105
9321
|
"type": "ClusterRevision",
|
|
9106
9322
|
"writable": false
|
|
@@ -9109,45 +9325,167 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9109
9325
|
"commands": {
|
|
9110
9326
|
"0": {
|
|
9111
9327
|
"id": 0,
|
|
9112
|
-
"cluster_id":
|
|
9113
|
-
"name": "
|
|
9114
|
-
"label": "
|
|
9328
|
+
"cluster_id": 260,
|
|
9329
|
+
"name": "Stop",
|
|
9330
|
+
"label": "Stop"
|
|
9115
9331
|
},
|
|
9116
9332
|
"1": {
|
|
9117
9333
|
"id": 1,
|
|
9118
|
-
"cluster_id":
|
|
9119
|
-
"name": "
|
|
9120
|
-
"label": "
|
|
9334
|
+
"cluster_id": 260,
|
|
9335
|
+
"name": "MoveTo",
|
|
9336
|
+
"label": "Move To"
|
|
9121
9337
|
},
|
|
9122
9338
|
"2": {
|
|
9123
9339
|
"id": 2,
|
|
9124
|
-
"cluster_id":
|
|
9125
|
-
"name": "
|
|
9126
|
-
"label": "
|
|
9340
|
+
"cluster_id": 260,
|
|
9341
|
+
"name": "Calibrate",
|
|
9342
|
+
"label": "Calibrate"
|
|
9343
|
+
}
|
|
9344
|
+
}
|
|
9345
|
+
},
|
|
9346
|
+
"261": {
|
|
9347
|
+
"id": 261,
|
|
9348
|
+
"label": "ClosureDimension",
|
|
9349
|
+
"attributes": {
|
|
9350
|
+
"0": {
|
|
9351
|
+
"id": 0,
|
|
9352
|
+
"cluster_id": 261,
|
|
9353
|
+
"label": "CurrentState",
|
|
9354
|
+
"type": "Nullable[DimensionStateStruct]",
|
|
9355
|
+
"writable": false
|
|
9356
|
+
},
|
|
9357
|
+
"1": {
|
|
9358
|
+
"id": 1,
|
|
9359
|
+
"cluster_id": 261,
|
|
9360
|
+
"label": "TargetState",
|
|
9361
|
+
"type": "Nullable[DimensionStateStruct]",
|
|
9362
|
+
"writable": false
|
|
9363
|
+
},
|
|
9364
|
+
"2": {
|
|
9365
|
+
"id": 2,
|
|
9366
|
+
"cluster_id": 261,
|
|
9367
|
+
"label": "Resolution",
|
|
9368
|
+
"type": "Optional[percent100ths]",
|
|
9369
|
+
"writable": false
|
|
9370
|
+
},
|
|
9371
|
+
"3": {
|
|
9372
|
+
"id": 3,
|
|
9373
|
+
"cluster_id": 261,
|
|
9374
|
+
"label": "StepValue",
|
|
9375
|
+
"type": "Optional[percent100ths]",
|
|
9376
|
+
"writable": false
|
|
9127
9377
|
},
|
|
9128
9378
|
"4": {
|
|
9129
9379
|
"id": 4,
|
|
9130
|
-
"cluster_id":
|
|
9131
|
-
"
|
|
9132
|
-
"
|
|
9380
|
+
"cluster_id": 261,
|
|
9381
|
+
"label": "Unit",
|
|
9382
|
+
"type": "Optional[ClosureUnitEnum]",
|
|
9383
|
+
"writable": false
|
|
9133
9384
|
},
|
|
9134
9385
|
"5": {
|
|
9135
9386
|
"id": 5,
|
|
9136
|
-
"cluster_id":
|
|
9137
|
-
"
|
|
9138
|
-
"
|
|
9387
|
+
"cluster_id": 261,
|
|
9388
|
+
"label": "UnitRange",
|
|
9389
|
+
"type": "Optional[Nullable[UnitRangeStruct]]",
|
|
9390
|
+
"writable": false
|
|
9391
|
+
},
|
|
9392
|
+
"6": {
|
|
9393
|
+
"id": 6,
|
|
9394
|
+
"cluster_id": 261,
|
|
9395
|
+
"label": "LimitRange",
|
|
9396
|
+
"type": "Optional[RangePercent100thsStruct]",
|
|
9397
|
+
"writable": false
|
|
9139
9398
|
},
|
|
9140
9399
|
"7": {
|
|
9141
9400
|
"id": 7,
|
|
9142
|
-
"cluster_id":
|
|
9143
|
-
"
|
|
9144
|
-
"
|
|
9401
|
+
"cluster_id": 261,
|
|
9402
|
+
"label": "TranslationDirection",
|
|
9403
|
+
"type": "Optional[TranslationDirectionEnum]",
|
|
9404
|
+
"writable": false
|
|
9145
9405
|
},
|
|
9146
9406
|
"8": {
|
|
9147
9407
|
"id": 8,
|
|
9148
|
-
"cluster_id":
|
|
9149
|
-
"
|
|
9150
|
-
"
|
|
9408
|
+
"cluster_id": 261,
|
|
9409
|
+
"label": "RotationAxis",
|
|
9410
|
+
"type": "Optional[RotationAxisEnum]",
|
|
9411
|
+
"writable": false
|
|
9412
|
+
},
|
|
9413
|
+
"9": {
|
|
9414
|
+
"id": 9,
|
|
9415
|
+
"cluster_id": 261,
|
|
9416
|
+
"label": "Overflow",
|
|
9417
|
+
"type": "Optional[OverflowEnum]",
|
|
9418
|
+
"writable": false
|
|
9419
|
+
},
|
|
9420
|
+
"10": {
|
|
9421
|
+
"id": 10,
|
|
9422
|
+
"cluster_id": 261,
|
|
9423
|
+
"label": "ModulationType",
|
|
9424
|
+
"type": "Optional[ModulationTypeEnum]",
|
|
9425
|
+
"writable": false
|
|
9426
|
+
},
|
|
9427
|
+
"11": {
|
|
9428
|
+
"id": 11,
|
|
9429
|
+
"cluster_id": 261,
|
|
9430
|
+
"label": "LatchControlModes",
|
|
9431
|
+
"type": "Optional[LatchControlModesBitmap]",
|
|
9432
|
+
"writable": false
|
|
9433
|
+
},
|
|
9434
|
+
"65528": {
|
|
9435
|
+
"id": 65528,
|
|
9436
|
+
"cluster_id": 261,
|
|
9437
|
+
"label": "GeneratedCommandList",
|
|
9438
|
+
"type": "List[command-id]",
|
|
9439
|
+
"writable": false
|
|
9440
|
+
},
|
|
9441
|
+
"65529": {
|
|
9442
|
+
"id": 65529,
|
|
9443
|
+
"cluster_id": 261,
|
|
9444
|
+
"label": "AcceptedCommandList",
|
|
9445
|
+
"type": "List[command-id]",
|
|
9446
|
+
"writable": false
|
|
9447
|
+
},
|
|
9448
|
+
"65530": {
|
|
9449
|
+
"id": 65530,
|
|
9450
|
+
"cluster_id": 261,
|
|
9451
|
+
"label": "EventList",
|
|
9452
|
+
"type": "Optional[unknown]",
|
|
9453
|
+
"writable": true
|
|
9454
|
+
},
|
|
9455
|
+
"65531": {
|
|
9456
|
+
"id": 65531,
|
|
9457
|
+
"cluster_id": 261,
|
|
9458
|
+
"label": "AttributeList",
|
|
9459
|
+
"type": "List[attrib-id]",
|
|
9460
|
+
"writable": false
|
|
9461
|
+
},
|
|
9462
|
+
"65532": {
|
|
9463
|
+
"id": 65532,
|
|
9464
|
+
"cluster_id": 261,
|
|
9465
|
+
"label": "FeatureMap",
|
|
9466
|
+
"type": "FeatureMap",
|
|
9467
|
+
"writable": false
|
|
9468
|
+
},
|
|
9469
|
+
"65533": {
|
|
9470
|
+
"id": 65533,
|
|
9471
|
+
"cluster_id": 261,
|
|
9472
|
+
"label": "ClusterRevision",
|
|
9473
|
+
"type": "ClusterRevision",
|
|
9474
|
+
"writable": false
|
|
9475
|
+
}
|
|
9476
|
+
},
|
|
9477
|
+
"commands": {
|
|
9478
|
+
"0": {
|
|
9479
|
+
"id": 0,
|
|
9480
|
+
"cluster_id": 261,
|
|
9481
|
+
"name": "SetTarget",
|
|
9482
|
+
"label": "Set Target"
|
|
9483
|
+
},
|
|
9484
|
+
"1": {
|
|
9485
|
+
"id": 1,
|
|
9486
|
+
"cluster_id": 261,
|
|
9487
|
+
"name": "Step",
|
|
9488
|
+
"label": "Step"
|
|
9151
9489
|
}
|
|
9152
9490
|
}
|
|
9153
9491
|
},
|
|
@@ -9529,21 +9867,21 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9529
9867
|
"id": 7,
|
|
9530
9868
|
"cluster_id": 513,
|
|
9531
9869
|
"label": "PiCoolingDemand",
|
|
9532
|
-
"type": "Optional[
|
|
9533
|
-
"writable":
|
|
9870
|
+
"type": "Optional[unknown]",
|
|
9871
|
+
"writable": true
|
|
9534
9872
|
},
|
|
9535
9873
|
"8": {
|
|
9536
9874
|
"id": 8,
|
|
9537
9875
|
"cluster_id": 513,
|
|
9538
9876
|
"label": "PiHeatingDemand",
|
|
9539
|
-
"type": "Optional[
|
|
9540
|
-
"writable":
|
|
9877
|
+
"type": "Optional[unknown]",
|
|
9878
|
+
"writable": true
|
|
9541
9879
|
},
|
|
9542
9880
|
"9": {
|
|
9543
9881
|
"id": 9,
|
|
9544
9882
|
"cluster_id": 513,
|
|
9545
9883
|
"label": "HvacSystemTypeConfiguration",
|
|
9546
|
-
"type": "Optional[
|
|
9884
|
+
"type": "Optional[unknown]",
|
|
9547
9885
|
"writable": true
|
|
9548
9886
|
},
|
|
9549
9887
|
"16": {
|
|
@@ -9644,27 +9982,6 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9644
9982
|
"type": "Optional[ThermostatRunningModeEnum]",
|
|
9645
9983
|
"writable": false
|
|
9646
9984
|
},
|
|
9647
|
-
"32": {
|
|
9648
|
-
"id": 32,
|
|
9649
|
-
"cluster_id": 513,
|
|
9650
|
-
"label": "StartOfWeek",
|
|
9651
|
-
"type": "Optional[StartOfWeekEnum]",
|
|
9652
|
-
"writable": false
|
|
9653
|
-
},
|
|
9654
|
-
"33": {
|
|
9655
|
-
"id": 33,
|
|
9656
|
-
"cluster_id": 513,
|
|
9657
|
-
"label": "NumberOfWeeklyTransitions",
|
|
9658
|
-
"type": "Optional[uint8]",
|
|
9659
|
-
"writable": false
|
|
9660
|
-
},
|
|
9661
|
-
"34": {
|
|
9662
|
-
"id": 34,
|
|
9663
|
-
"cluster_id": 513,
|
|
9664
|
-
"label": "NumberOfDailyTransitions",
|
|
9665
|
-
"type": "Optional[uint8]",
|
|
9666
|
-
"writable": false
|
|
9667
|
-
},
|
|
9668
9985
|
"35": {
|
|
9669
9986
|
"id": 35,
|
|
9670
9987
|
"cluster_id": 513,
|
|
@@ -9683,7 +10000,7 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9683
10000
|
"id": 37,
|
|
9684
10001
|
"cluster_id": 513,
|
|
9685
10002
|
"label": "ThermostatProgrammingOperationMode",
|
|
9686
|
-
"type": "Optional[
|
|
10003
|
+
"type": "Optional[unknown]",
|
|
9687
10004
|
"writable": true
|
|
9688
10005
|
},
|
|
9689
10006
|
"41": {
|
|
@@ -9718,43 +10035,43 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9718
10035
|
"id": 52,
|
|
9719
10036
|
"cluster_id": 513,
|
|
9720
10037
|
"label": "OccupiedSetback",
|
|
9721
|
-
"type": "Optional[
|
|
10038
|
+
"type": "Optional[unknown]",
|
|
9722
10039
|
"writable": true
|
|
9723
10040
|
},
|
|
9724
10041
|
"53": {
|
|
9725
10042
|
"id": 53,
|
|
9726
10043
|
"cluster_id": 513,
|
|
9727
10044
|
"label": "OccupiedSetbackMin",
|
|
9728
|
-
"type": "Optional[
|
|
9729
|
-
"writable":
|
|
10045
|
+
"type": "Optional[unknown]",
|
|
10046
|
+
"writable": true
|
|
9730
10047
|
},
|
|
9731
10048
|
"54": {
|
|
9732
10049
|
"id": 54,
|
|
9733
10050
|
"cluster_id": 513,
|
|
9734
10051
|
"label": "OccupiedSetbackMax",
|
|
9735
|
-
"type": "Optional[
|
|
9736
|
-
"writable":
|
|
10052
|
+
"type": "Optional[unknown]",
|
|
10053
|
+
"writable": true
|
|
9737
10054
|
},
|
|
9738
10055
|
"55": {
|
|
9739
10056
|
"id": 55,
|
|
9740
10057
|
"cluster_id": 513,
|
|
9741
10058
|
"label": "UnoccupiedSetback",
|
|
9742
|
-
"type": "Optional[
|
|
10059
|
+
"type": "Optional[unknown]",
|
|
9743
10060
|
"writable": true
|
|
9744
10061
|
},
|
|
9745
10062
|
"56": {
|
|
9746
10063
|
"id": 56,
|
|
9747
10064
|
"cluster_id": 513,
|
|
9748
10065
|
"label": "UnoccupiedSetbackMin",
|
|
9749
|
-
"type": "Optional[
|
|
9750
|
-
"writable":
|
|
10066
|
+
"type": "Optional[unknown]",
|
|
10067
|
+
"writable": true
|
|
9751
10068
|
},
|
|
9752
10069
|
"57": {
|
|
9753
10070
|
"id": 57,
|
|
9754
10071
|
"cluster_id": 513,
|
|
9755
10072
|
"label": "UnoccupiedSetbackMax",
|
|
9756
|
-
"type": "Optional[
|
|
9757
|
-
"writable":
|
|
10073
|
+
"type": "Optional[unknown]",
|
|
10074
|
+
"writable": true
|
|
9758
10075
|
},
|
|
9759
10076
|
"58": {
|
|
9760
10077
|
"id": 58,
|
|
@@ -9946,24 +10263,6 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
9946
10263
|
"name": "SetpointRaiseLower",
|
|
9947
10264
|
"label": "Setpoint Raise Lower"
|
|
9948
10265
|
},
|
|
9949
|
-
"1": {
|
|
9950
|
-
"id": 1,
|
|
9951
|
-
"cluster_id": 513,
|
|
9952
|
-
"name": "SetWeeklySchedule",
|
|
9953
|
-
"label": "Set Weekly Schedule"
|
|
9954
|
-
},
|
|
9955
|
-
"2": {
|
|
9956
|
-
"id": 2,
|
|
9957
|
-
"cluster_id": 513,
|
|
9958
|
-
"name": "GetWeeklySchedule",
|
|
9959
|
-
"label": "Get Weekly Schedule"
|
|
9960
|
-
},
|
|
9961
|
-
"3": {
|
|
9962
|
-
"id": 3,
|
|
9963
|
-
"cluster_id": 513,
|
|
9964
|
-
"name": "ClearWeeklySchedule",
|
|
9965
|
-
"label": "Clear Weekly Schedule"
|
|
9966
|
-
},
|
|
9967
10266
|
"5": {
|
|
9968
10267
|
"id": 5,
|
|
9969
10268
|
"cluster_id": 513,
|
|
@@ -10406,77 +10705,77 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
10406
10705
|
"cluster_id": 768,
|
|
10407
10706
|
"label": "WhitePointX",
|
|
10408
10707
|
"type": "Optional[uint16]",
|
|
10409
|
-
"writable":
|
|
10708
|
+
"writable": false
|
|
10410
10709
|
},
|
|
10411
10710
|
"49": {
|
|
10412
10711
|
"id": 49,
|
|
10413
10712
|
"cluster_id": 768,
|
|
10414
10713
|
"label": "WhitePointY",
|
|
10415
10714
|
"type": "Optional[uint16]",
|
|
10416
|
-
"writable":
|
|
10715
|
+
"writable": false
|
|
10417
10716
|
},
|
|
10418
10717
|
"50": {
|
|
10419
10718
|
"id": 50,
|
|
10420
10719
|
"cluster_id": 768,
|
|
10421
10720
|
"label": "ColorPointRx",
|
|
10422
10721
|
"type": "Optional[uint16]",
|
|
10423
|
-
"writable":
|
|
10722
|
+
"writable": false
|
|
10424
10723
|
},
|
|
10425
10724
|
"51": {
|
|
10426
10725
|
"id": 51,
|
|
10427
10726
|
"cluster_id": 768,
|
|
10428
10727
|
"label": "ColorPointRy",
|
|
10429
10728
|
"type": "Optional[uint16]",
|
|
10430
|
-
"writable":
|
|
10729
|
+
"writable": false
|
|
10431
10730
|
},
|
|
10432
10731
|
"52": {
|
|
10433
10732
|
"id": 52,
|
|
10434
10733
|
"cluster_id": 768,
|
|
10435
10734
|
"label": "ColorPointRIntensity",
|
|
10436
10735
|
"type": "Optional[Nullable[uint8]]",
|
|
10437
|
-
"writable":
|
|
10736
|
+
"writable": false
|
|
10438
10737
|
},
|
|
10439
10738
|
"54": {
|
|
10440
10739
|
"id": 54,
|
|
10441
10740
|
"cluster_id": 768,
|
|
10442
10741
|
"label": "ColorPointGx",
|
|
10443
10742
|
"type": "Optional[uint16]",
|
|
10444
|
-
"writable":
|
|
10743
|
+
"writable": false
|
|
10445
10744
|
},
|
|
10446
10745
|
"55": {
|
|
10447
10746
|
"id": 55,
|
|
10448
10747
|
"cluster_id": 768,
|
|
10449
10748
|
"label": "ColorPointGy",
|
|
10450
10749
|
"type": "Optional[uint16]",
|
|
10451
|
-
"writable":
|
|
10750
|
+
"writable": false
|
|
10452
10751
|
},
|
|
10453
10752
|
"56": {
|
|
10454
10753
|
"id": 56,
|
|
10455
10754
|
"cluster_id": 768,
|
|
10456
10755
|
"label": "ColorPointGIntensity",
|
|
10457
10756
|
"type": "Optional[Nullable[uint8]]",
|
|
10458
|
-
"writable":
|
|
10757
|
+
"writable": false
|
|
10459
10758
|
},
|
|
10460
10759
|
"58": {
|
|
10461
10760
|
"id": 58,
|
|
10462
10761
|
"cluster_id": 768,
|
|
10463
10762
|
"label": "ColorPointBx",
|
|
10464
10763
|
"type": "Optional[uint16]",
|
|
10465
|
-
"writable":
|
|
10764
|
+
"writable": false
|
|
10466
10765
|
},
|
|
10467
10766
|
"59": {
|
|
10468
10767
|
"id": 59,
|
|
10469
10768
|
"cluster_id": 768,
|
|
10470
10769
|
"label": "ColorPointBy",
|
|
10471
10770
|
"type": "Optional[uint16]",
|
|
10472
|
-
"writable":
|
|
10771
|
+
"writable": false
|
|
10473
10772
|
},
|
|
10474
10773
|
"60": {
|
|
10475
10774
|
"id": 60,
|
|
10476
10775
|
"cluster_id": 768,
|
|
10477
10776
|
"label": "ColorPointBIntensity",
|
|
10478
10777
|
"type": "Optional[Nullable[uint8]]",
|
|
10479
|
-
"writable":
|
|
10778
|
+
"writable": false
|
|
10480
10779
|
},
|
|
10481
10780
|
"16384": {
|
|
10482
10781
|
"id": 16384,
|
|
@@ -10531,7 +10830,7 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
10531
10830
|
"id": 16394,
|
|
10532
10831
|
"cluster_id": 768,
|
|
10533
10832
|
"label": "ColorCapabilities",
|
|
10534
|
-
"type": "
|
|
10833
|
+
"type": "ColorCapabilitiesBitmap",
|
|
10535
10834
|
"writable": false
|
|
10536
10835
|
},
|
|
10537
10836
|
"16395": {
|
|
@@ -12556,6 +12855,69 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
12556
12855
|
},
|
|
12557
12856
|
"commands": {}
|
|
12558
12857
|
},
|
|
12858
|
+
"1072": {
|
|
12859
|
+
"id": 1072,
|
|
12860
|
+
"label": "SoilMeasurement",
|
|
12861
|
+
"attributes": {
|
|
12862
|
+
"0": {
|
|
12863
|
+
"id": 0,
|
|
12864
|
+
"cluster_id": 1072,
|
|
12865
|
+
"label": "SoilMoistureMeasurementLimits",
|
|
12866
|
+
"type": "MeasurementAccuracyStruct",
|
|
12867
|
+
"writable": false
|
|
12868
|
+
},
|
|
12869
|
+
"1": {
|
|
12870
|
+
"id": 1,
|
|
12871
|
+
"cluster_id": 1072,
|
|
12872
|
+
"label": "SoilMoistureMeasuredValue",
|
|
12873
|
+
"type": "Nullable[percent]",
|
|
12874
|
+
"writable": false
|
|
12875
|
+
},
|
|
12876
|
+
"65528": {
|
|
12877
|
+
"id": 65528,
|
|
12878
|
+
"cluster_id": 1072,
|
|
12879
|
+
"label": "GeneratedCommandList",
|
|
12880
|
+
"type": "List[command-id]",
|
|
12881
|
+
"writable": false
|
|
12882
|
+
},
|
|
12883
|
+
"65529": {
|
|
12884
|
+
"id": 65529,
|
|
12885
|
+
"cluster_id": 1072,
|
|
12886
|
+
"label": "AcceptedCommandList",
|
|
12887
|
+
"type": "List[command-id]",
|
|
12888
|
+
"writable": false
|
|
12889
|
+
},
|
|
12890
|
+
"65530": {
|
|
12891
|
+
"id": 65530,
|
|
12892
|
+
"cluster_id": 1072,
|
|
12893
|
+
"label": "EventList",
|
|
12894
|
+
"type": "Optional[unknown]",
|
|
12895
|
+
"writable": true
|
|
12896
|
+
},
|
|
12897
|
+
"65531": {
|
|
12898
|
+
"id": 65531,
|
|
12899
|
+
"cluster_id": 1072,
|
|
12900
|
+
"label": "AttributeList",
|
|
12901
|
+
"type": "List[attrib-id]",
|
|
12902
|
+
"writable": false
|
|
12903
|
+
},
|
|
12904
|
+
"65532": {
|
|
12905
|
+
"id": 65532,
|
|
12906
|
+
"cluster_id": 1072,
|
|
12907
|
+
"label": "FeatureMap",
|
|
12908
|
+
"type": "map32",
|
|
12909
|
+
"writable": false
|
|
12910
|
+
},
|
|
12911
|
+
"65533": {
|
|
12912
|
+
"id": 65533,
|
|
12913
|
+
"cluster_id": 1072,
|
|
12914
|
+
"label": "ClusterRevision",
|
|
12915
|
+
"type": "ClusterRevision",
|
|
12916
|
+
"writable": false
|
|
12917
|
+
}
|
|
12918
|
+
},
|
|
12919
|
+
"commands": {}
|
|
12920
|
+
},
|
|
12559
12921
|
"1105": {
|
|
12560
12922
|
"id": 1105,
|
|
12561
12923
|
"label": "WiFiNetworkManagement",
|
|
@@ -14168,118 +14530,97 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
14168
14530
|
}
|
|
14169
14531
|
}
|
|
14170
14532
|
},
|
|
14171
|
-
"
|
|
14172
|
-
"id":
|
|
14173
|
-
"label": "
|
|
14533
|
+
"1360": {
|
|
14534
|
+
"id": 1360,
|
|
14535
|
+
"label": "ZoneManagement",
|
|
14174
14536
|
"attributes": {
|
|
14175
14537
|
"0": {
|
|
14176
14538
|
"id": 0,
|
|
14177
|
-
"cluster_id":
|
|
14178
|
-
"label": "
|
|
14179
|
-
"type": "
|
|
14539
|
+
"cluster_id": 1360,
|
|
14540
|
+
"label": "MaxUserDefinedZones",
|
|
14541
|
+
"type": "Optional[uint8]",
|
|
14180
14542
|
"writable": false
|
|
14181
14543
|
},
|
|
14182
14544
|
"1": {
|
|
14183
14545
|
"id": 1,
|
|
14184
|
-
"cluster_id":
|
|
14185
|
-
"label": "
|
|
14186
|
-
"type": "
|
|
14546
|
+
"cluster_id": 1360,
|
|
14547
|
+
"label": "MaxZones",
|
|
14548
|
+
"type": "uint8",
|
|
14187
14549
|
"writable": false
|
|
14188
14550
|
},
|
|
14189
|
-
"
|
|
14190
|
-
"id":
|
|
14191
|
-
"cluster_id":
|
|
14192
|
-
"label": "
|
|
14193
|
-
"type": "List[
|
|
14551
|
+
"2": {
|
|
14552
|
+
"id": 2,
|
|
14553
|
+
"cluster_id": 1360,
|
|
14554
|
+
"label": "Zones",
|
|
14555
|
+
"type": "List[ZoneInformationStruct]",
|
|
14194
14556
|
"writable": false
|
|
14195
14557
|
},
|
|
14196
|
-
"
|
|
14197
|
-
"id":
|
|
14198
|
-
"cluster_id":
|
|
14199
|
-
"label": "
|
|
14200
|
-
"type": "List[
|
|
14558
|
+
"3": {
|
|
14559
|
+
"id": 3,
|
|
14560
|
+
"cluster_id": 1360,
|
|
14561
|
+
"label": "Triggers",
|
|
14562
|
+
"type": "List[ZoneTriggerControlStruct]",
|
|
14201
14563
|
"writable": false
|
|
14202
14564
|
},
|
|
14203
|
-
"
|
|
14204
|
-
"id":
|
|
14205
|
-
"cluster_id":
|
|
14206
|
-
"label": "
|
|
14207
|
-
"type": "
|
|
14208
|
-
"writable": true
|
|
14209
|
-
},
|
|
14210
|
-
"65531": {
|
|
14211
|
-
"id": 65531,
|
|
14212
|
-
"cluster_id": 1872,
|
|
14213
|
-
"label": "AttributeList",
|
|
14214
|
-
"type": "List[attrib-id]",
|
|
14565
|
+
"4": {
|
|
14566
|
+
"id": 4,
|
|
14567
|
+
"cluster_id": 1360,
|
|
14568
|
+
"label": "SensitivityMax",
|
|
14569
|
+
"type": "uint8",
|
|
14215
14570
|
"writable": false
|
|
14216
14571
|
},
|
|
14217
|
-
"
|
|
14218
|
-
"id":
|
|
14219
|
-
"cluster_id":
|
|
14220
|
-
"label": "
|
|
14221
|
-
"type": "
|
|
14222
|
-
"writable":
|
|
14572
|
+
"5": {
|
|
14573
|
+
"id": 5,
|
|
14574
|
+
"cluster_id": 1360,
|
|
14575
|
+
"label": "Sensitivity",
|
|
14576
|
+
"type": "Optional[uint8]",
|
|
14577
|
+
"writable": true
|
|
14223
14578
|
},
|
|
14224
|
-
"
|
|
14225
|
-
"id":
|
|
14226
|
-
"cluster_id":
|
|
14227
|
-
"label": "
|
|
14228
|
-
"type": "
|
|
14229
|
-
"writable": false
|
|
14230
|
-
}
|
|
14231
|
-
},
|
|
14232
|
-
"commands": {}
|
|
14233
|
-
},
|
|
14234
|
-
"1873": {
|
|
14235
|
-
"id": 1873,
|
|
14236
|
-
"label": "CommissionerControl",
|
|
14237
|
-
"attributes": {
|
|
14238
|
-
"0": {
|
|
14239
|
-
"id": 0,
|
|
14240
|
-
"cluster_id": 1873,
|
|
14241
|
-
"label": "SupportedDeviceCategories",
|
|
14242
|
-
"type": "SupportedDeviceCategoryBitmap",
|
|
14579
|
+
"6": {
|
|
14580
|
+
"id": 6,
|
|
14581
|
+
"cluster_id": 1360,
|
|
14582
|
+
"label": "TwoDCartesianMax",
|
|
14583
|
+
"type": "Optional[TwoDCartesianVertexStruct]",
|
|
14243
14584
|
"writable": false
|
|
14244
14585
|
},
|
|
14245
14586
|
"65528": {
|
|
14246
14587
|
"id": 65528,
|
|
14247
|
-
"cluster_id":
|
|
14588
|
+
"cluster_id": 1360,
|
|
14248
14589
|
"label": "GeneratedCommandList",
|
|
14249
14590
|
"type": "List[command-id]",
|
|
14250
14591
|
"writable": false
|
|
14251
14592
|
},
|
|
14252
14593
|
"65529": {
|
|
14253
14594
|
"id": 65529,
|
|
14254
|
-
"cluster_id":
|
|
14595
|
+
"cluster_id": 1360,
|
|
14255
14596
|
"label": "AcceptedCommandList",
|
|
14256
14597
|
"type": "List[command-id]",
|
|
14257
14598
|
"writable": false
|
|
14258
14599
|
},
|
|
14259
14600
|
"65530": {
|
|
14260
14601
|
"id": 65530,
|
|
14261
|
-
"cluster_id":
|
|
14602
|
+
"cluster_id": 1360,
|
|
14262
14603
|
"label": "EventList",
|
|
14263
14604
|
"type": "Optional[unknown]",
|
|
14264
14605
|
"writable": true
|
|
14265
14606
|
},
|
|
14266
14607
|
"65531": {
|
|
14267
14608
|
"id": 65531,
|
|
14268
|
-
"cluster_id":
|
|
14609
|
+
"cluster_id": 1360,
|
|
14269
14610
|
"label": "AttributeList",
|
|
14270
14611
|
"type": "List[attrib-id]",
|
|
14271
14612
|
"writable": false
|
|
14272
14613
|
},
|
|
14273
14614
|
"65532": {
|
|
14274
14615
|
"id": 65532,
|
|
14275
|
-
"cluster_id":
|
|
14616
|
+
"cluster_id": 1360,
|
|
14276
14617
|
"label": "FeatureMap",
|
|
14277
|
-
"type": "
|
|
14618
|
+
"type": "FeatureMap",
|
|
14278
14619
|
"writable": false
|
|
14279
14620
|
},
|
|
14280
14621
|
"65533": {
|
|
14281
14622
|
"id": 65533,
|
|
14282
|
-
"cluster_id":
|
|
14623
|
+
"cluster_id": 1360,
|
|
14283
14624
|
"label": "ClusterRevision",
|
|
14284
14625
|
"type": "ClusterRevision",
|
|
14285
14626
|
"writable": false
|
|
@@ -14288,125 +14629,1374 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
14288
14629
|
"commands": {
|
|
14289
14630
|
"0": {
|
|
14290
14631
|
"id": 0,
|
|
14291
|
-
"cluster_id":
|
|
14292
|
-
"name": "
|
|
14293
|
-
"label": "
|
|
14632
|
+
"cluster_id": 1360,
|
|
14633
|
+
"name": "CreateTwoDCartesianZone",
|
|
14634
|
+
"label": "Create Two Dcartesian Zone"
|
|
14294
14635
|
},
|
|
14295
|
-
"
|
|
14296
|
-
"id":
|
|
14297
|
-
"cluster_id":
|
|
14298
|
-
"name": "
|
|
14299
|
-
"label": "
|
|
14636
|
+
"2": {
|
|
14637
|
+
"id": 2,
|
|
14638
|
+
"cluster_id": 1360,
|
|
14639
|
+
"name": "UpdateTwoDCartesianZone",
|
|
14640
|
+
"label": "Update Two Dcartesian Zone"
|
|
14641
|
+
},
|
|
14642
|
+
"3": {
|
|
14643
|
+
"id": 3,
|
|
14644
|
+
"cluster_id": 1360,
|
|
14645
|
+
"name": "RemoveZone",
|
|
14646
|
+
"label": "Remove Zone"
|
|
14647
|
+
},
|
|
14648
|
+
"4": {
|
|
14649
|
+
"id": 4,
|
|
14650
|
+
"cluster_id": 1360,
|
|
14651
|
+
"name": "CreateOrUpdateTrigger",
|
|
14652
|
+
"label": "Create Or Update Trigger"
|
|
14653
|
+
},
|
|
14654
|
+
"5": {
|
|
14655
|
+
"id": 5,
|
|
14656
|
+
"cluster_id": 1360,
|
|
14657
|
+
"name": "RemoveTrigger",
|
|
14658
|
+
"label": "Remove Trigger"
|
|
14300
14659
|
}
|
|
14301
14660
|
}
|
|
14302
14661
|
},
|
|
14303
|
-
"
|
|
14304
|
-
"id":
|
|
14305
|
-
"label": "
|
|
14662
|
+
"1361": {
|
|
14663
|
+
"id": 1361,
|
|
14664
|
+
"label": "CameraAvStreamManagement",
|
|
14306
14665
|
"attributes": {
|
|
14307
14666
|
"0": {
|
|
14308
14667
|
"id": 0,
|
|
14309
|
-
"cluster_id":
|
|
14310
|
-
"label": "
|
|
14311
|
-
"type": "Optional[
|
|
14668
|
+
"cluster_id": 1361,
|
|
14669
|
+
"label": "MaxConcurrentEncoders",
|
|
14670
|
+
"type": "Optional[uint8]",
|
|
14312
14671
|
"writable": false
|
|
14313
14672
|
},
|
|
14314
14673
|
"1": {
|
|
14315
14674
|
"id": 1,
|
|
14316
|
-
"cluster_id":
|
|
14317
|
-
"label": "
|
|
14318
|
-
"type": "Optional[
|
|
14675
|
+
"cluster_id": 1361,
|
|
14676
|
+
"label": "MaxEncodedPixelRate",
|
|
14677
|
+
"type": "Optional[uint32]",
|
|
14319
14678
|
"writable": false
|
|
14320
14679
|
},
|
|
14321
14680
|
"2": {
|
|
14322
14681
|
"id": 2,
|
|
14323
|
-
"cluster_id":
|
|
14324
|
-
"label": "
|
|
14325
|
-
"type": "Optional[
|
|
14682
|
+
"cluster_id": 1361,
|
|
14683
|
+
"label": "VideoSensorParams",
|
|
14684
|
+
"type": "Optional[VideoSensorParamsStruct]",
|
|
14326
14685
|
"writable": false
|
|
14327
14686
|
},
|
|
14328
14687
|
"3": {
|
|
14329
14688
|
"id": 3,
|
|
14330
|
-
"cluster_id":
|
|
14331
|
-
"label": "
|
|
14332
|
-
"type": "Optional[
|
|
14689
|
+
"cluster_id": 1361,
|
|
14690
|
+
"label": "NightVisionUsesInfrared",
|
|
14691
|
+
"type": "Optional[bool]",
|
|
14333
14692
|
"writable": false
|
|
14334
14693
|
},
|
|
14335
14694
|
"4": {
|
|
14336
14695
|
"id": 4,
|
|
14337
|
-
"cluster_id":
|
|
14338
|
-
"label": "
|
|
14339
|
-
"type": "
|
|
14696
|
+
"cluster_id": 1361,
|
|
14697
|
+
"label": "MinViewportResolution",
|
|
14698
|
+
"type": "Optional[VideoResolutionStruct]",
|
|
14340
14699
|
"writable": false
|
|
14341
14700
|
},
|
|
14342
14701
|
"5": {
|
|
14343
14702
|
"id": 5,
|
|
14344
|
-
"cluster_id":
|
|
14345
|
-
"label": "
|
|
14346
|
-
"type": "List[
|
|
14703
|
+
"cluster_id": 1361,
|
|
14704
|
+
"label": "RateDistortionTradeOffPoints",
|
|
14705
|
+
"type": "List[RateDistortionTradeOffPointsStruct]",
|
|
14347
14706
|
"writable": false
|
|
14348
14707
|
},
|
|
14349
14708
|
"6": {
|
|
14350
14709
|
"id": 6,
|
|
14351
|
-
"cluster_id":
|
|
14352
|
-
"label": "
|
|
14353
|
-
"type": "
|
|
14710
|
+
"cluster_id": 1361,
|
|
14711
|
+
"label": "MaxContentBufferSize",
|
|
14712
|
+
"type": "uint32",
|
|
14354
14713
|
"writable": false
|
|
14355
14714
|
},
|
|
14356
14715
|
"7": {
|
|
14357
14716
|
"id": 7,
|
|
14358
|
-
"cluster_id":
|
|
14359
|
-
"label": "
|
|
14360
|
-
"type": "
|
|
14717
|
+
"cluster_id": 1361,
|
|
14718
|
+
"label": "MicrophoneCapabilities",
|
|
14719
|
+
"type": "Optional[AudioCapabilitiesStruct]",
|
|
14361
14720
|
"writable": false
|
|
14362
14721
|
},
|
|
14363
14722
|
"8": {
|
|
14364
14723
|
"id": 8,
|
|
14365
|
-
"cluster_id":
|
|
14366
|
-
"label": "
|
|
14367
|
-
"type": "Optional[
|
|
14724
|
+
"cluster_id": 1361,
|
|
14725
|
+
"label": "SpeakerCapabilities",
|
|
14726
|
+
"type": "Optional[AudioCapabilitiesStruct]",
|
|
14368
14727
|
"writable": false
|
|
14369
14728
|
},
|
|
14370
14729
|
"9": {
|
|
14371
14730
|
"id": 9,
|
|
14372
|
-
"cluster_id":
|
|
14373
|
-
"label": "
|
|
14374
|
-
"type": "
|
|
14731
|
+
"cluster_id": 1361,
|
|
14732
|
+
"label": "TwoWayTalkSupport",
|
|
14733
|
+
"type": "Optional[TwoWayTalkSupportTypeEnum]",
|
|
14375
14734
|
"writable": false
|
|
14376
14735
|
},
|
|
14377
14736
|
"10": {
|
|
14378
14737
|
"id": 10,
|
|
14379
|
-
"cluster_id":
|
|
14380
|
-
"label": "
|
|
14381
|
-
"type": "List[
|
|
14738
|
+
"cluster_id": 1361,
|
|
14739
|
+
"label": "SnapshotCapabilities",
|
|
14740
|
+
"type": "List[SnapshotCapabilitiesStruct]",
|
|
14382
14741
|
"writable": false
|
|
14383
14742
|
},
|
|
14384
14743
|
"11": {
|
|
14385
14744
|
"id": 11,
|
|
14386
|
-
"cluster_id":
|
|
14387
|
-
"label": "
|
|
14388
|
-
"type": "
|
|
14745
|
+
"cluster_id": 1361,
|
|
14746
|
+
"label": "MaxNetworkBandwidth",
|
|
14747
|
+
"type": "uint32",
|
|
14389
14748
|
"writable": false
|
|
14390
14749
|
},
|
|
14391
14750
|
"12": {
|
|
14392
14751
|
"id": 12,
|
|
14393
|
-
"cluster_id":
|
|
14394
|
-
"label": "
|
|
14395
|
-
"type": "
|
|
14752
|
+
"cluster_id": 1361,
|
|
14753
|
+
"label": "CurrentFrameRate",
|
|
14754
|
+
"type": "Optional[uint16]",
|
|
14396
14755
|
"writable": false
|
|
14397
14756
|
},
|
|
14398
14757
|
"13": {
|
|
14399
14758
|
"id": 13,
|
|
14400
|
-
"cluster_id":
|
|
14401
|
-
"label": "
|
|
14402
|
-
"type": "
|
|
14403
|
-
"writable":
|
|
14759
|
+
"cluster_id": 1361,
|
|
14760
|
+
"label": "HdrModeEnabled",
|
|
14761
|
+
"type": "Optional[bool]",
|
|
14762
|
+
"writable": true
|
|
14404
14763
|
},
|
|
14405
|
-
"
|
|
14406
|
-
"id":
|
|
14407
|
-
"cluster_id":
|
|
14408
|
-
"label": "
|
|
14409
|
-
"type": "List[
|
|
14764
|
+
"14": {
|
|
14765
|
+
"id": 14,
|
|
14766
|
+
"cluster_id": 1361,
|
|
14767
|
+
"label": "SupportedStreamUsages",
|
|
14768
|
+
"type": "List[StreamUsageEnum]",
|
|
14769
|
+
"writable": false
|
|
14770
|
+
},
|
|
14771
|
+
"15": {
|
|
14772
|
+
"id": 15,
|
|
14773
|
+
"cluster_id": 1361,
|
|
14774
|
+
"label": "AllocatedVideoStreams",
|
|
14775
|
+
"type": "List[VideoStreamStruct]",
|
|
14776
|
+
"writable": false
|
|
14777
|
+
},
|
|
14778
|
+
"16": {
|
|
14779
|
+
"id": 16,
|
|
14780
|
+
"cluster_id": 1361,
|
|
14781
|
+
"label": "AllocatedAudioStreams",
|
|
14782
|
+
"type": "List[AudioStreamStruct]",
|
|
14783
|
+
"writable": false
|
|
14784
|
+
},
|
|
14785
|
+
"17": {
|
|
14786
|
+
"id": 17,
|
|
14787
|
+
"cluster_id": 1361,
|
|
14788
|
+
"label": "AllocatedSnapshotStreams",
|
|
14789
|
+
"type": "List[SnapshotStreamStruct]",
|
|
14790
|
+
"writable": false
|
|
14791
|
+
},
|
|
14792
|
+
"18": {
|
|
14793
|
+
"id": 18,
|
|
14794
|
+
"cluster_id": 1361,
|
|
14795
|
+
"label": "StreamUsagePriorities",
|
|
14796
|
+
"type": "List[StreamUsageEnum]",
|
|
14797
|
+
"writable": false
|
|
14798
|
+
},
|
|
14799
|
+
"19": {
|
|
14800
|
+
"id": 19,
|
|
14801
|
+
"cluster_id": 1361,
|
|
14802
|
+
"label": "SoftRecordingPrivacyModeEnabled",
|
|
14803
|
+
"type": "Optional[bool]",
|
|
14804
|
+
"writable": true
|
|
14805
|
+
},
|
|
14806
|
+
"20": {
|
|
14807
|
+
"id": 20,
|
|
14808
|
+
"cluster_id": 1361,
|
|
14809
|
+
"label": "SoftLivestreamPrivacyModeEnabled",
|
|
14810
|
+
"type": "Optional[bool]",
|
|
14811
|
+
"writable": true
|
|
14812
|
+
},
|
|
14813
|
+
"21": {
|
|
14814
|
+
"id": 21,
|
|
14815
|
+
"cluster_id": 1361,
|
|
14816
|
+
"label": "HardPrivacyModeOn",
|
|
14817
|
+
"type": "Optional[bool]",
|
|
14818
|
+
"writable": false
|
|
14819
|
+
},
|
|
14820
|
+
"22": {
|
|
14821
|
+
"id": 22,
|
|
14822
|
+
"cluster_id": 1361,
|
|
14823
|
+
"label": "NightVision",
|
|
14824
|
+
"type": "Optional[TriStateAutoEnum]",
|
|
14825
|
+
"writable": true
|
|
14826
|
+
},
|
|
14827
|
+
"23": {
|
|
14828
|
+
"id": 23,
|
|
14829
|
+
"cluster_id": 1361,
|
|
14830
|
+
"label": "NightVisionIllum",
|
|
14831
|
+
"type": "Optional[TriStateAutoEnum]",
|
|
14832
|
+
"writable": true
|
|
14833
|
+
},
|
|
14834
|
+
"24": {
|
|
14835
|
+
"id": 24,
|
|
14836
|
+
"cluster_id": 1361,
|
|
14837
|
+
"label": "Viewport",
|
|
14838
|
+
"type": "Optional[ViewportStruct]",
|
|
14839
|
+
"writable": true
|
|
14840
|
+
},
|
|
14841
|
+
"25": {
|
|
14842
|
+
"id": 25,
|
|
14843
|
+
"cluster_id": 1361,
|
|
14844
|
+
"label": "SpeakerMuted",
|
|
14845
|
+
"type": "Optional[bool]",
|
|
14846
|
+
"writable": true
|
|
14847
|
+
},
|
|
14848
|
+
"26": {
|
|
14849
|
+
"id": 26,
|
|
14850
|
+
"cluster_id": 1361,
|
|
14851
|
+
"label": "SpeakerVolumeLevel",
|
|
14852
|
+
"type": "Optional[uint8]",
|
|
14853
|
+
"writable": true
|
|
14854
|
+
},
|
|
14855
|
+
"27": {
|
|
14856
|
+
"id": 27,
|
|
14857
|
+
"cluster_id": 1361,
|
|
14858
|
+
"label": "SpeakerMaxLevel",
|
|
14859
|
+
"type": "Optional[uint8]",
|
|
14860
|
+
"writable": false
|
|
14861
|
+
},
|
|
14862
|
+
"28": {
|
|
14863
|
+
"id": 28,
|
|
14864
|
+
"cluster_id": 1361,
|
|
14865
|
+
"label": "SpeakerMinLevel",
|
|
14866
|
+
"type": "Optional[uint8]",
|
|
14867
|
+
"writable": false
|
|
14868
|
+
},
|
|
14869
|
+
"29": {
|
|
14870
|
+
"id": 29,
|
|
14871
|
+
"cluster_id": 1361,
|
|
14872
|
+
"label": "MicrophoneMuted",
|
|
14873
|
+
"type": "Optional[bool]",
|
|
14874
|
+
"writable": true
|
|
14875
|
+
},
|
|
14876
|
+
"30": {
|
|
14877
|
+
"id": 30,
|
|
14878
|
+
"cluster_id": 1361,
|
|
14879
|
+
"label": "MicrophoneVolumeLevel",
|
|
14880
|
+
"type": "Optional[uint8]",
|
|
14881
|
+
"writable": true
|
|
14882
|
+
},
|
|
14883
|
+
"31": {
|
|
14884
|
+
"id": 31,
|
|
14885
|
+
"cluster_id": 1361,
|
|
14886
|
+
"label": "MicrophoneMaxLevel",
|
|
14887
|
+
"type": "Optional[uint8]",
|
|
14888
|
+
"writable": false
|
|
14889
|
+
},
|
|
14890
|
+
"32": {
|
|
14891
|
+
"id": 32,
|
|
14892
|
+
"cluster_id": 1361,
|
|
14893
|
+
"label": "MicrophoneMinLevel",
|
|
14894
|
+
"type": "Optional[uint8]",
|
|
14895
|
+
"writable": false
|
|
14896
|
+
},
|
|
14897
|
+
"33": {
|
|
14898
|
+
"id": 33,
|
|
14899
|
+
"cluster_id": 1361,
|
|
14900
|
+
"label": "MicrophoneAgcEnabled",
|
|
14901
|
+
"type": "Optional[bool]",
|
|
14902
|
+
"writable": true
|
|
14903
|
+
},
|
|
14904
|
+
"34": {
|
|
14905
|
+
"id": 34,
|
|
14906
|
+
"cluster_id": 1361,
|
|
14907
|
+
"label": "ImageRotation",
|
|
14908
|
+
"type": "Optional[uint16]",
|
|
14909
|
+
"writable": true
|
|
14910
|
+
},
|
|
14911
|
+
"35": {
|
|
14912
|
+
"id": 35,
|
|
14913
|
+
"cluster_id": 1361,
|
|
14914
|
+
"label": "ImageFlipHorizontal",
|
|
14915
|
+
"type": "Optional[bool]",
|
|
14916
|
+
"writable": true
|
|
14917
|
+
},
|
|
14918
|
+
"36": {
|
|
14919
|
+
"id": 36,
|
|
14920
|
+
"cluster_id": 1361,
|
|
14921
|
+
"label": "ImageFlipVertical",
|
|
14922
|
+
"type": "Optional[bool]",
|
|
14923
|
+
"writable": true
|
|
14924
|
+
},
|
|
14925
|
+
"37": {
|
|
14926
|
+
"id": 37,
|
|
14927
|
+
"cluster_id": 1361,
|
|
14928
|
+
"label": "LocalVideoRecordingEnabled",
|
|
14929
|
+
"type": "Optional[bool]",
|
|
14930
|
+
"writable": true
|
|
14931
|
+
},
|
|
14932
|
+
"38": {
|
|
14933
|
+
"id": 38,
|
|
14934
|
+
"cluster_id": 1361,
|
|
14935
|
+
"label": "LocalSnapshotRecordingEnabled",
|
|
14936
|
+
"type": "Optional[bool]",
|
|
14937
|
+
"writable": true
|
|
14938
|
+
},
|
|
14939
|
+
"39": {
|
|
14940
|
+
"id": 39,
|
|
14941
|
+
"cluster_id": 1361,
|
|
14942
|
+
"label": "StatusLightEnabled",
|
|
14943
|
+
"type": "Optional[bool]",
|
|
14944
|
+
"writable": true
|
|
14945
|
+
},
|
|
14946
|
+
"40": {
|
|
14947
|
+
"id": 40,
|
|
14948
|
+
"cluster_id": 1361,
|
|
14949
|
+
"label": "StatusLightBrightness",
|
|
14950
|
+
"type": "Optional[ThreeLevelAutoEnum]",
|
|
14951
|
+
"writable": true
|
|
14952
|
+
},
|
|
14953
|
+
"65528": {
|
|
14954
|
+
"id": 65528,
|
|
14955
|
+
"cluster_id": 1361,
|
|
14956
|
+
"label": "GeneratedCommandList",
|
|
14957
|
+
"type": "List[command-id]",
|
|
14958
|
+
"writable": false
|
|
14959
|
+
},
|
|
14960
|
+
"65529": {
|
|
14961
|
+
"id": 65529,
|
|
14962
|
+
"cluster_id": 1361,
|
|
14963
|
+
"label": "AcceptedCommandList",
|
|
14964
|
+
"type": "List[command-id]",
|
|
14965
|
+
"writable": false
|
|
14966
|
+
},
|
|
14967
|
+
"65530": {
|
|
14968
|
+
"id": 65530,
|
|
14969
|
+
"cluster_id": 1361,
|
|
14970
|
+
"label": "EventList",
|
|
14971
|
+
"type": "Optional[unknown]",
|
|
14972
|
+
"writable": true
|
|
14973
|
+
},
|
|
14974
|
+
"65531": {
|
|
14975
|
+
"id": 65531,
|
|
14976
|
+
"cluster_id": 1361,
|
|
14977
|
+
"label": "AttributeList",
|
|
14978
|
+
"type": "List[attrib-id]",
|
|
14979
|
+
"writable": false
|
|
14980
|
+
},
|
|
14981
|
+
"65532": {
|
|
14982
|
+
"id": 65532,
|
|
14983
|
+
"cluster_id": 1361,
|
|
14984
|
+
"label": "FeatureMap",
|
|
14985
|
+
"type": "FeatureMap",
|
|
14986
|
+
"writable": false
|
|
14987
|
+
},
|
|
14988
|
+
"65533": {
|
|
14989
|
+
"id": 65533,
|
|
14990
|
+
"cluster_id": 1361,
|
|
14991
|
+
"label": "ClusterRevision",
|
|
14992
|
+
"type": "ClusterRevision",
|
|
14993
|
+
"writable": false
|
|
14994
|
+
}
|
|
14995
|
+
},
|
|
14996
|
+
"commands": {
|
|
14997
|
+
"0": {
|
|
14998
|
+
"id": 0,
|
|
14999
|
+
"cluster_id": 1361,
|
|
15000
|
+
"name": "AudioStreamAllocate",
|
|
15001
|
+
"label": "Audio Stream Allocate"
|
|
15002
|
+
},
|
|
15003
|
+
"2": {
|
|
15004
|
+
"id": 2,
|
|
15005
|
+
"cluster_id": 1361,
|
|
15006
|
+
"name": "AudioStreamDeallocate",
|
|
15007
|
+
"label": "Audio Stream Deallocate"
|
|
15008
|
+
},
|
|
15009
|
+
"3": {
|
|
15010
|
+
"id": 3,
|
|
15011
|
+
"cluster_id": 1361,
|
|
15012
|
+
"name": "VideoStreamAllocate",
|
|
15013
|
+
"label": "Video Stream Allocate"
|
|
15014
|
+
},
|
|
15015
|
+
"5": {
|
|
15016
|
+
"id": 5,
|
|
15017
|
+
"cluster_id": 1361,
|
|
15018
|
+
"name": "VideoStreamModify",
|
|
15019
|
+
"label": "Video Stream Modify"
|
|
15020
|
+
},
|
|
15021
|
+
"6": {
|
|
15022
|
+
"id": 6,
|
|
15023
|
+
"cluster_id": 1361,
|
|
15024
|
+
"name": "VideoStreamDeallocate",
|
|
15025
|
+
"label": "Video Stream Deallocate"
|
|
15026
|
+
},
|
|
15027
|
+
"7": {
|
|
15028
|
+
"id": 7,
|
|
15029
|
+
"cluster_id": 1361,
|
|
15030
|
+
"name": "SnapshotStreamAllocate",
|
|
15031
|
+
"label": "Snapshot Stream Allocate"
|
|
15032
|
+
},
|
|
15033
|
+
"9": {
|
|
15034
|
+
"id": 9,
|
|
15035
|
+
"cluster_id": 1361,
|
|
15036
|
+
"name": "SnapshotStreamModify",
|
|
15037
|
+
"label": "Snapshot Stream Modify"
|
|
15038
|
+
},
|
|
15039
|
+
"10": {
|
|
15040
|
+
"id": 10,
|
|
15041
|
+
"cluster_id": 1361,
|
|
15042
|
+
"name": "SnapshotStreamDeallocate",
|
|
15043
|
+
"label": "Snapshot Stream Deallocate"
|
|
15044
|
+
},
|
|
15045
|
+
"11": {
|
|
15046
|
+
"id": 11,
|
|
15047
|
+
"cluster_id": 1361,
|
|
15048
|
+
"name": "SetStreamPriorities",
|
|
15049
|
+
"label": "Set Stream Priorities"
|
|
15050
|
+
},
|
|
15051
|
+
"12": {
|
|
15052
|
+
"id": 12,
|
|
15053
|
+
"cluster_id": 1361,
|
|
15054
|
+
"name": "CaptureSnapshot",
|
|
15055
|
+
"label": "Capture Snapshot"
|
|
15056
|
+
}
|
|
15057
|
+
}
|
|
15058
|
+
},
|
|
15059
|
+
"1362": {
|
|
15060
|
+
"id": 1362,
|
|
15061
|
+
"label": "CameraAvSettingsUserLevelManagement",
|
|
15062
|
+
"attributes": {
|
|
15063
|
+
"0": {
|
|
15064
|
+
"id": 0,
|
|
15065
|
+
"cluster_id": 1362,
|
|
15066
|
+
"label": "MptzPosition",
|
|
15067
|
+
"type": "Optional[MPTZStruct]",
|
|
15068
|
+
"writable": false
|
|
15069
|
+
},
|
|
15070
|
+
"1": {
|
|
15071
|
+
"id": 1,
|
|
15072
|
+
"cluster_id": 1362,
|
|
15073
|
+
"label": "MaxPresets",
|
|
15074
|
+
"type": "Optional[uint8]",
|
|
15075
|
+
"writable": false
|
|
15076
|
+
},
|
|
15077
|
+
"2": {
|
|
15078
|
+
"id": 2,
|
|
15079
|
+
"cluster_id": 1362,
|
|
15080
|
+
"label": "MptzPresets",
|
|
15081
|
+
"type": "List[MPTZPresetStruct]",
|
|
15082
|
+
"writable": false
|
|
15083
|
+
},
|
|
15084
|
+
"3": {
|
|
15085
|
+
"id": 3,
|
|
15086
|
+
"cluster_id": 1362,
|
|
15087
|
+
"label": "DptzStreams",
|
|
15088
|
+
"type": "List[DPTZStruct]",
|
|
15089
|
+
"writable": false
|
|
15090
|
+
},
|
|
15091
|
+
"4": {
|
|
15092
|
+
"id": 4,
|
|
15093
|
+
"cluster_id": 1362,
|
|
15094
|
+
"label": "ZoomMax",
|
|
15095
|
+
"type": "Optional[uint8]",
|
|
15096
|
+
"writable": false
|
|
15097
|
+
},
|
|
15098
|
+
"5": {
|
|
15099
|
+
"id": 5,
|
|
15100
|
+
"cluster_id": 1362,
|
|
15101
|
+
"label": "TiltMin",
|
|
15102
|
+
"type": "Optional[int16]",
|
|
15103
|
+
"writable": false
|
|
15104
|
+
},
|
|
15105
|
+
"6": {
|
|
15106
|
+
"id": 6,
|
|
15107
|
+
"cluster_id": 1362,
|
|
15108
|
+
"label": "TiltMax",
|
|
15109
|
+
"type": "Optional[int16]",
|
|
15110
|
+
"writable": false
|
|
15111
|
+
},
|
|
15112
|
+
"7": {
|
|
15113
|
+
"id": 7,
|
|
15114
|
+
"cluster_id": 1362,
|
|
15115
|
+
"label": "PanMin",
|
|
15116
|
+
"type": "Optional[int16]",
|
|
15117
|
+
"writable": false
|
|
15118
|
+
},
|
|
15119
|
+
"8": {
|
|
15120
|
+
"id": 8,
|
|
15121
|
+
"cluster_id": 1362,
|
|
15122
|
+
"label": "PanMax",
|
|
15123
|
+
"type": "Optional[int16]",
|
|
15124
|
+
"writable": false
|
|
15125
|
+
},
|
|
15126
|
+
"9": {
|
|
15127
|
+
"id": 9,
|
|
15128
|
+
"cluster_id": 1362,
|
|
15129
|
+
"label": "MovementState",
|
|
15130
|
+
"type": "Optional[PhysicalMovementEnum]",
|
|
15131
|
+
"writable": false
|
|
15132
|
+
},
|
|
15133
|
+
"65528": {
|
|
15134
|
+
"id": 65528,
|
|
15135
|
+
"cluster_id": 1362,
|
|
15136
|
+
"label": "GeneratedCommandList",
|
|
15137
|
+
"type": "List[command-id]",
|
|
15138
|
+
"writable": false
|
|
15139
|
+
},
|
|
15140
|
+
"65529": {
|
|
15141
|
+
"id": 65529,
|
|
15142
|
+
"cluster_id": 1362,
|
|
15143
|
+
"label": "AcceptedCommandList",
|
|
15144
|
+
"type": "List[command-id]",
|
|
15145
|
+
"writable": false
|
|
15146
|
+
},
|
|
15147
|
+
"65530": {
|
|
15148
|
+
"id": 65530,
|
|
15149
|
+
"cluster_id": 1362,
|
|
15150
|
+
"label": "EventList",
|
|
15151
|
+
"type": "Optional[unknown]",
|
|
15152
|
+
"writable": true
|
|
15153
|
+
},
|
|
15154
|
+
"65531": {
|
|
15155
|
+
"id": 65531,
|
|
15156
|
+
"cluster_id": 1362,
|
|
15157
|
+
"label": "AttributeList",
|
|
15158
|
+
"type": "List[attrib-id]",
|
|
15159
|
+
"writable": false
|
|
15160
|
+
},
|
|
15161
|
+
"65532": {
|
|
15162
|
+
"id": 65532,
|
|
15163
|
+
"cluster_id": 1362,
|
|
15164
|
+
"label": "FeatureMap",
|
|
15165
|
+
"type": "FeatureMap",
|
|
15166
|
+
"writable": false
|
|
15167
|
+
},
|
|
15168
|
+
"65533": {
|
|
15169
|
+
"id": 65533,
|
|
15170
|
+
"cluster_id": 1362,
|
|
15171
|
+
"label": "ClusterRevision",
|
|
15172
|
+
"type": "ClusterRevision",
|
|
15173
|
+
"writable": false
|
|
15174
|
+
}
|
|
15175
|
+
},
|
|
15176
|
+
"commands": {
|
|
15177
|
+
"0": {
|
|
15178
|
+
"id": 0,
|
|
15179
|
+
"cluster_id": 1362,
|
|
15180
|
+
"name": "MptzSetPosition",
|
|
15181
|
+
"label": "Mptz Set Position"
|
|
15182
|
+
},
|
|
15183
|
+
"1": {
|
|
15184
|
+
"id": 1,
|
|
15185
|
+
"cluster_id": 1362,
|
|
15186
|
+
"name": "MptzRelativeMove",
|
|
15187
|
+
"label": "Mptz Relative Move"
|
|
15188
|
+
},
|
|
15189
|
+
"2": {
|
|
15190
|
+
"id": 2,
|
|
15191
|
+
"cluster_id": 1362,
|
|
15192
|
+
"name": "MptzMoveToPreset",
|
|
15193
|
+
"label": "Mptz Move To Preset"
|
|
15194
|
+
},
|
|
15195
|
+
"3": {
|
|
15196
|
+
"id": 3,
|
|
15197
|
+
"cluster_id": 1362,
|
|
15198
|
+
"name": "MptzSavePreset",
|
|
15199
|
+
"label": "Mptz Save Preset"
|
|
15200
|
+
},
|
|
15201
|
+
"4": {
|
|
15202
|
+
"id": 4,
|
|
15203
|
+
"cluster_id": 1362,
|
|
15204
|
+
"name": "MptzRemovePreset",
|
|
15205
|
+
"label": "Mptz Remove Preset"
|
|
15206
|
+
},
|
|
15207
|
+
"5": {
|
|
15208
|
+
"id": 5,
|
|
15209
|
+
"cluster_id": 1362,
|
|
15210
|
+
"name": "DptzSetViewport",
|
|
15211
|
+
"label": "Dptz Set Viewport"
|
|
15212
|
+
},
|
|
15213
|
+
"6": {
|
|
15214
|
+
"id": 6,
|
|
15215
|
+
"cluster_id": 1362,
|
|
15216
|
+
"name": "DptzRelativeMove",
|
|
15217
|
+
"label": "Dptz Relative Move"
|
|
15218
|
+
}
|
|
15219
|
+
}
|
|
15220
|
+
},
|
|
15221
|
+
"1363": {
|
|
15222
|
+
"id": 1363,
|
|
15223
|
+
"label": "WebRtcTransportProvider",
|
|
15224
|
+
"attributes": {
|
|
15225
|
+
"0": {
|
|
15226
|
+
"id": 0,
|
|
15227
|
+
"cluster_id": 1363,
|
|
15228
|
+
"label": "CurrentSessions",
|
|
15229
|
+
"type": "List[WebRtcTransportDefinitions.WebRTCSessionStruct]",
|
|
15230
|
+
"writable": false
|
|
15231
|
+
},
|
|
15232
|
+
"65528": {
|
|
15233
|
+
"id": 65528,
|
|
15234
|
+
"cluster_id": 1363,
|
|
15235
|
+
"label": "GeneratedCommandList",
|
|
15236
|
+
"type": "List[command-id]",
|
|
15237
|
+
"writable": false
|
|
15238
|
+
},
|
|
15239
|
+
"65529": {
|
|
15240
|
+
"id": 65529,
|
|
15241
|
+
"cluster_id": 1363,
|
|
15242
|
+
"label": "AcceptedCommandList",
|
|
15243
|
+
"type": "List[command-id]",
|
|
15244
|
+
"writable": false
|
|
15245
|
+
},
|
|
15246
|
+
"65530": {
|
|
15247
|
+
"id": 65530,
|
|
15248
|
+
"cluster_id": 1363,
|
|
15249
|
+
"label": "EventList",
|
|
15250
|
+
"type": "Optional[unknown]",
|
|
15251
|
+
"writable": true
|
|
15252
|
+
},
|
|
15253
|
+
"65531": {
|
|
15254
|
+
"id": 65531,
|
|
15255
|
+
"cluster_id": 1363,
|
|
15256
|
+
"label": "AttributeList",
|
|
15257
|
+
"type": "List[attrib-id]",
|
|
15258
|
+
"writable": false
|
|
15259
|
+
},
|
|
15260
|
+
"65532": {
|
|
15261
|
+
"id": 65532,
|
|
15262
|
+
"cluster_id": 1363,
|
|
15263
|
+
"label": "FeatureMap",
|
|
15264
|
+
"type": "FeatureMap",
|
|
15265
|
+
"writable": false
|
|
15266
|
+
},
|
|
15267
|
+
"65533": {
|
|
15268
|
+
"id": 65533,
|
|
15269
|
+
"cluster_id": 1363,
|
|
15270
|
+
"label": "ClusterRevision",
|
|
15271
|
+
"type": "ClusterRevision",
|
|
15272
|
+
"writable": false
|
|
15273
|
+
}
|
|
15274
|
+
},
|
|
15275
|
+
"commands": {
|
|
15276
|
+
"0": {
|
|
15277
|
+
"id": 0,
|
|
15278
|
+
"cluster_id": 1363,
|
|
15279
|
+
"name": "SolicitOffer",
|
|
15280
|
+
"label": "Solicit Offer"
|
|
15281
|
+
},
|
|
15282
|
+
"2": {
|
|
15283
|
+
"id": 2,
|
|
15284
|
+
"cluster_id": 1363,
|
|
15285
|
+
"name": "ProvideOffer",
|
|
15286
|
+
"label": "Provide Offer"
|
|
15287
|
+
},
|
|
15288
|
+
"4": {
|
|
15289
|
+
"id": 4,
|
|
15290
|
+
"cluster_id": 1363,
|
|
15291
|
+
"name": "ProvideAnswer",
|
|
15292
|
+
"label": "Provide Answer"
|
|
15293
|
+
},
|
|
15294
|
+
"5": {
|
|
15295
|
+
"id": 5,
|
|
15296
|
+
"cluster_id": 1363,
|
|
15297
|
+
"name": "ProvideIceCandidates",
|
|
15298
|
+
"label": "Provide Ice Candidates"
|
|
15299
|
+
},
|
|
15300
|
+
"6": {
|
|
15301
|
+
"id": 6,
|
|
15302
|
+
"cluster_id": 1363,
|
|
15303
|
+
"name": "EndSession",
|
|
15304
|
+
"label": "End Session"
|
|
15305
|
+
}
|
|
15306
|
+
}
|
|
15307
|
+
},
|
|
15308
|
+
"1364": {
|
|
15309
|
+
"id": 1364,
|
|
15310
|
+
"label": "WebRtcTransportRequestor",
|
|
15311
|
+
"attributes": {
|
|
15312
|
+
"0": {
|
|
15313
|
+
"id": 0,
|
|
15314
|
+
"cluster_id": 1364,
|
|
15315
|
+
"label": "CurrentSessions",
|
|
15316
|
+
"type": "List[WebRtcTransportDefinitions.WebRTCSessionStruct]",
|
|
15317
|
+
"writable": false
|
|
15318
|
+
},
|
|
15319
|
+
"65528": {
|
|
15320
|
+
"id": 65528,
|
|
15321
|
+
"cluster_id": 1364,
|
|
15322
|
+
"label": "GeneratedCommandList",
|
|
15323
|
+
"type": "List[command-id]",
|
|
15324
|
+
"writable": false
|
|
15325
|
+
},
|
|
15326
|
+
"65529": {
|
|
15327
|
+
"id": 65529,
|
|
15328
|
+
"cluster_id": 1364,
|
|
15329
|
+
"label": "AcceptedCommandList",
|
|
15330
|
+
"type": "List[command-id]",
|
|
15331
|
+
"writable": false
|
|
15332
|
+
},
|
|
15333
|
+
"65530": {
|
|
15334
|
+
"id": 65530,
|
|
15335
|
+
"cluster_id": 1364,
|
|
15336
|
+
"label": "EventList",
|
|
15337
|
+
"type": "Optional[unknown]",
|
|
15338
|
+
"writable": true
|
|
15339
|
+
},
|
|
15340
|
+
"65531": {
|
|
15341
|
+
"id": 65531,
|
|
15342
|
+
"cluster_id": 1364,
|
|
15343
|
+
"label": "AttributeList",
|
|
15344
|
+
"type": "List[attrib-id]",
|
|
15345
|
+
"writable": false
|
|
15346
|
+
},
|
|
15347
|
+
"65532": {
|
|
15348
|
+
"id": 65532,
|
|
15349
|
+
"cluster_id": 1364,
|
|
15350
|
+
"label": "FeatureMap",
|
|
15351
|
+
"type": "map32",
|
|
15352
|
+
"writable": false
|
|
15353
|
+
},
|
|
15354
|
+
"65533": {
|
|
15355
|
+
"id": 65533,
|
|
15356
|
+
"cluster_id": 1364,
|
|
15357
|
+
"label": "ClusterRevision",
|
|
15358
|
+
"type": "ClusterRevision",
|
|
15359
|
+
"writable": false
|
|
15360
|
+
}
|
|
15361
|
+
},
|
|
15362
|
+
"commands": {
|
|
15363
|
+
"0": {
|
|
15364
|
+
"id": 0,
|
|
15365
|
+
"cluster_id": 1364,
|
|
15366
|
+
"name": "Offer",
|
|
15367
|
+
"label": "Offer"
|
|
15368
|
+
},
|
|
15369
|
+
"1": {
|
|
15370
|
+
"id": 1,
|
|
15371
|
+
"cluster_id": 1364,
|
|
15372
|
+
"name": "Answer",
|
|
15373
|
+
"label": "Answer"
|
|
15374
|
+
},
|
|
15375
|
+
"2": {
|
|
15376
|
+
"id": 2,
|
|
15377
|
+
"cluster_id": 1364,
|
|
15378
|
+
"name": "IceCandidates",
|
|
15379
|
+
"label": "Ice Candidates"
|
|
15380
|
+
},
|
|
15381
|
+
"3": {
|
|
15382
|
+
"id": 3,
|
|
15383
|
+
"cluster_id": 1364,
|
|
15384
|
+
"name": "End",
|
|
15385
|
+
"label": "End"
|
|
15386
|
+
}
|
|
15387
|
+
}
|
|
15388
|
+
},
|
|
15389
|
+
"1365": {
|
|
15390
|
+
"id": 1365,
|
|
15391
|
+
"label": "PushAvStreamTransport",
|
|
15392
|
+
"attributes": {
|
|
15393
|
+
"0": {
|
|
15394
|
+
"id": 0,
|
|
15395
|
+
"cluster_id": 1365,
|
|
15396
|
+
"label": "SupportedFormats",
|
|
15397
|
+
"type": "List[SupportedFormatStruct]",
|
|
15398
|
+
"writable": false
|
|
15399
|
+
},
|
|
15400
|
+
"1": {
|
|
15401
|
+
"id": 1,
|
|
15402
|
+
"cluster_id": 1365,
|
|
15403
|
+
"label": "CurrentConnections",
|
|
15404
|
+
"type": "List[TransportConfigurationStruct]",
|
|
15405
|
+
"writable": false
|
|
15406
|
+
},
|
|
15407
|
+
"65528": {
|
|
15408
|
+
"id": 65528,
|
|
15409
|
+
"cluster_id": 1365,
|
|
15410
|
+
"label": "GeneratedCommandList",
|
|
15411
|
+
"type": "List[command-id]",
|
|
15412
|
+
"writable": false
|
|
15413
|
+
},
|
|
15414
|
+
"65529": {
|
|
15415
|
+
"id": 65529,
|
|
15416
|
+
"cluster_id": 1365,
|
|
15417
|
+
"label": "AcceptedCommandList",
|
|
15418
|
+
"type": "List[command-id]",
|
|
15419
|
+
"writable": false
|
|
15420
|
+
},
|
|
15421
|
+
"65530": {
|
|
15422
|
+
"id": 65530,
|
|
15423
|
+
"cluster_id": 1365,
|
|
15424
|
+
"label": "EventList",
|
|
15425
|
+
"type": "Optional[unknown]",
|
|
15426
|
+
"writable": true
|
|
15427
|
+
},
|
|
15428
|
+
"65531": {
|
|
15429
|
+
"id": 65531,
|
|
15430
|
+
"cluster_id": 1365,
|
|
15431
|
+
"label": "AttributeList",
|
|
15432
|
+
"type": "List[attrib-id]",
|
|
15433
|
+
"writable": false
|
|
15434
|
+
},
|
|
15435
|
+
"65532": {
|
|
15436
|
+
"id": 65532,
|
|
15437
|
+
"cluster_id": 1365,
|
|
15438
|
+
"label": "FeatureMap",
|
|
15439
|
+
"type": "FeatureMap",
|
|
15440
|
+
"writable": false
|
|
15441
|
+
},
|
|
15442
|
+
"65533": {
|
|
15443
|
+
"id": 65533,
|
|
15444
|
+
"cluster_id": 1365,
|
|
15445
|
+
"label": "ClusterRevision",
|
|
15446
|
+
"type": "ClusterRevision",
|
|
15447
|
+
"writable": false
|
|
15448
|
+
}
|
|
15449
|
+
},
|
|
15450
|
+
"commands": {
|
|
15451
|
+
"0": {
|
|
15452
|
+
"id": 0,
|
|
15453
|
+
"cluster_id": 1365,
|
|
15454
|
+
"name": "AllocatePushTransport",
|
|
15455
|
+
"label": "Allocate Push Transport"
|
|
15456
|
+
},
|
|
15457
|
+
"2": {
|
|
15458
|
+
"id": 2,
|
|
15459
|
+
"cluster_id": 1365,
|
|
15460
|
+
"name": "DeallocatePushTransport",
|
|
15461
|
+
"label": "Deallocate Push Transport"
|
|
15462
|
+
},
|
|
15463
|
+
"3": {
|
|
15464
|
+
"id": 3,
|
|
15465
|
+
"cluster_id": 1365,
|
|
15466
|
+
"name": "ModifyPushTransport",
|
|
15467
|
+
"label": "Modify Push Transport"
|
|
15468
|
+
},
|
|
15469
|
+
"4": {
|
|
15470
|
+
"id": 4,
|
|
15471
|
+
"cluster_id": 1365,
|
|
15472
|
+
"name": "SetTransportStatus",
|
|
15473
|
+
"label": "Set Transport Status"
|
|
15474
|
+
},
|
|
15475
|
+
"5": {
|
|
15476
|
+
"id": 5,
|
|
15477
|
+
"cluster_id": 1365,
|
|
15478
|
+
"name": "ManuallyTriggerTransport",
|
|
15479
|
+
"label": "Manually Trigger Transport"
|
|
15480
|
+
},
|
|
15481
|
+
"6": {
|
|
15482
|
+
"id": 6,
|
|
15483
|
+
"cluster_id": 1365,
|
|
15484
|
+
"name": "FindTransport",
|
|
15485
|
+
"label": "Find Transport"
|
|
15486
|
+
}
|
|
15487
|
+
}
|
|
15488
|
+
},
|
|
15489
|
+
"1366": {
|
|
15490
|
+
"id": 1366,
|
|
15491
|
+
"label": "Chime",
|
|
15492
|
+
"attributes": {
|
|
15493
|
+
"0": {
|
|
15494
|
+
"id": 0,
|
|
15495
|
+
"cluster_id": 1366,
|
|
15496
|
+
"label": "InstalledChimeSounds",
|
|
15497
|
+
"type": "List[ChimeSoundStruct]",
|
|
15498
|
+
"writable": false
|
|
15499
|
+
},
|
|
15500
|
+
"1": {
|
|
15501
|
+
"id": 1,
|
|
15502
|
+
"cluster_id": 1366,
|
|
15503
|
+
"label": "SelectedChime",
|
|
15504
|
+
"type": "uint8",
|
|
15505
|
+
"writable": true
|
|
15506
|
+
},
|
|
15507
|
+
"2": {
|
|
15508
|
+
"id": 2,
|
|
15509
|
+
"cluster_id": 1366,
|
|
15510
|
+
"label": "Enabled",
|
|
15511
|
+
"type": "bool",
|
|
15512
|
+
"writable": true
|
|
15513
|
+
},
|
|
15514
|
+
"65528": {
|
|
15515
|
+
"id": 65528,
|
|
15516
|
+
"cluster_id": 1366,
|
|
15517
|
+
"label": "GeneratedCommandList",
|
|
15518
|
+
"type": "List[command-id]",
|
|
15519
|
+
"writable": false
|
|
15520
|
+
},
|
|
15521
|
+
"65529": {
|
|
15522
|
+
"id": 65529,
|
|
15523
|
+
"cluster_id": 1366,
|
|
15524
|
+
"label": "AcceptedCommandList",
|
|
15525
|
+
"type": "List[command-id]",
|
|
15526
|
+
"writable": false
|
|
15527
|
+
},
|
|
15528
|
+
"65530": {
|
|
15529
|
+
"id": 65530,
|
|
15530
|
+
"cluster_id": 1366,
|
|
15531
|
+
"label": "EventList",
|
|
15532
|
+
"type": "Optional[unknown]",
|
|
15533
|
+
"writable": true
|
|
15534
|
+
},
|
|
15535
|
+
"65531": {
|
|
15536
|
+
"id": 65531,
|
|
15537
|
+
"cluster_id": 1366,
|
|
15538
|
+
"label": "AttributeList",
|
|
15539
|
+
"type": "List[attrib-id]",
|
|
15540
|
+
"writable": false
|
|
15541
|
+
},
|
|
15542
|
+
"65532": {
|
|
15543
|
+
"id": 65532,
|
|
15544
|
+
"cluster_id": 1366,
|
|
15545
|
+
"label": "FeatureMap",
|
|
15546
|
+
"type": "map32",
|
|
15547
|
+
"writable": false
|
|
15548
|
+
},
|
|
15549
|
+
"65533": {
|
|
15550
|
+
"id": 65533,
|
|
15551
|
+
"cluster_id": 1366,
|
|
15552
|
+
"label": "ClusterRevision",
|
|
15553
|
+
"type": "ClusterRevision",
|
|
15554
|
+
"writable": false
|
|
15555
|
+
}
|
|
15556
|
+
},
|
|
15557
|
+
"commands": {
|
|
15558
|
+
"0": {
|
|
15559
|
+
"id": 0,
|
|
15560
|
+
"cluster_id": 1366,
|
|
15561
|
+
"name": "PlayChimeSound",
|
|
15562
|
+
"label": "Play Chime Sound"
|
|
15563
|
+
}
|
|
15564
|
+
}
|
|
15565
|
+
},
|
|
15566
|
+
"1792": {
|
|
15567
|
+
"id": 1792,
|
|
15568
|
+
"label": "CommodityTariff",
|
|
15569
|
+
"attributes": {
|
|
15570
|
+
"0": {
|
|
15571
|
+
"id": 0,
|
|
15572
|
+
"cluster_id": 1792,
|
|
15573
|
+
"label": "TariffInfo",
|
|
15574
|
+
"type": "Nullable[TariffInformationStruct]",
|
|
15575
|
+
"writable": false
|
|
15576
|
+
},
|
|
15577
|
+
"1": {
|
|
15578
|
+
"id": 1,
|
|
15579
|
+
"cluster_id": 1792,
|
|
15580
|
+
"label": "TariffUnit",
|
|
15581
|
+
"type": "Nullable[TariffUnitEnum]",
|
|
15582
|
+
"writable": false
|
|
15583
|
+
},
|
|
15584
|
+
"2": {
|
|
15585
|
+
"id": 2,
|
|
15586
|
+
"cluster_id": 1792,
|
|
15587
|
+
"label": "StartDate",
|
|
15588
|
+
"type": "Nullable[epoch-s]",
|
|
15589
|
+
"writable": false
|
|
15590
|
+
},
|
|
15591
|
+
"3": {
|
|
15592
|
+
"id": 3,
|
|
15593
|
+
"cluster_id": 1792,
|
|
15594
|
+
"label": "DayEntries",
|
|
15595
|
+
"type": "List[DayEntryStruct]",
|
|
15596
|
+
"writable": false
|
|
15597
|
+
},
|
|
15598
|
+
"4": {
|
|
15599
|
+
"id": 4,
|
|
15600
|
+
"cluster_id": 1792,
|
|
15601
|
+
"label": "DayPatterns",
|
|
15602
|
+
"type": "List[DayPatternStruct]",
|
|
15603
|
+
"writable": false
|
|
15604
|
+
},
|
|
15605
|
+
"5": {
|
|
15606
|
+
"id": 5,
|
|
15607
|
+
"cluster_id": 1792,
|
|
15608
|
+
"label": "CalendarPeriods",
|
|
15609
|
+
"type": "List[CalendarPeriodStruct]",
|
|
15610
|
+
"writable": false
|
|
15611
|
+
},
|
|
15612
|
+
"6": {
|
|
15613
|
+
"id": 6,
|
|
15614
|
+
"cluster_id": 1792,
|
|
15615
|
+
"label": "IndividualDays",
|
|
15616
|
+
"type": "List[DayStruct]",
|
|
15617
|
+
"writable": false
|
|
15618
|
+
},
|
|
15619
|
+
"7": {
|
|
15620
|
+
"id": 7,
|
|
15621
|
+
"cluster_id": 1792,
|
|
15622
|
+
"label": "CurrentDay",
|
|
15623
|
+
"type": "Nullable[DayStruct]",
|
|
15624
|
+
"writable": false
|
|
15625
|
+
},
|
|
15626
|
+
"8": {
|
|
15627
|
+
"id": 8,
|
|
15628
|
+
"cluster_id": 1792,
|
|
15629
|
+
"label": "NextDay",
|
|
15630
|
+
"type": "Nullable[DayStruct]",
|
|
15631
|
+
"writable": false
|
|
15632
|
+
},
|
|
15633
|
+
"9": {
|
|
15634
|
+
"id": 9,
|
|
15635
|
+
"cluster_id": 1792,
|
|
15636
|
+
"label": "CurrentDayEntry",
|
|
15637
|
+
"type": "Nullable[DayEntryStruct]",
|
|
15638
|
+
"writable": false
|
|
15639
|
+
},
|
|
15640
|
+
"10": {
|
|
15641
|
+
"id": 10,
|
|
15642
|
+
"cluster_id": 1792,
|
|
15643
|
+
"label": "CurrentDayEntryDate",
|
|
15644
|
+
"type": "Nullable[epoch-s]",
|
|
15645
|
+
"writable": false
|
|
15646
|
+
},
|
|
15647
|
+
"11": {
|
|
15648
|
+
"id": 11,
|
|
15649
|
+
"cluster_id": 1792,
|
|
15650
|
+
"label": "NextDayEntry",
|
|
15651
|
+
"type": "Nullable[DayEntryStruct]",
|
|
15652
|
+
"writable": false
|
|
15653
|
+
},
|
|
15654
|
+
"12": {
|
|
15655
|
+
"id": 12,
|
|
15656
|
+
"cluster_id": 1792,
|
|
15657
|
+
"label": "NextDayEntryDate",
|
|
15658
|
+
"type": "Nullable[epoch-s]",
|
|
15659
|
+
"writable": false
|
|
15660
|
+
},
|
|
15661
|
+
"13": {
|
|
15662
|
+
"id": 13,
|
|
15663
|
+
"cluster_id": 1792,
|
|
15664
|
+
"label": "TariffComponents",
|
|
15665
|
+
"type": "List[TariffComponentStruct]",
|
|
15666
|
+
"writable": false
|
|
15667
|
+
},
|
|
15668
|
+
"14": {
|
|
15669
|
+
"id": 14,
|
|
15670
|
+
"cluster_id": 1792,
|
|
15671
|
+
"label": "TariffPeriods",
|
|
15672
|
+
"type": "List[TariffPeriodStruct]",
|
|
15673
|
+
"writable": false
|
|
15674
|
+
},
|
|
15675
|
+
"15": {
|
|
15676
|
+
"id": 15,
|
|
15677
|
+
"cluster_id": 1792,
|
|
15678
|
+
"label": "CurrentTariffComponents",
|
|
15679
|
+
"type": "List[TariffComponentStruct]",
|
|
15680
|
+
"writable": false
|
|
15681
|
+
},
|
|
15682
|
+
"16": {
|
|
15683
|
+
"id": 16,
|
|
15684
|
+
"cluster_id": 1792,
|
|
15685
|
+
"label": "NextTariffComponents",
|
|
15686
|
+
"type": "List[TariffComponentStruct]",
|
|
15687
|
+
"writable": false
|
|
15688
|
+
},
|
|
15689
|
+
"17": {
|
|
15690
|
+
"id": 17,
|
|
15691
|
+
"cluster_id": 1792,
|
|
15692
|
+
"label": "DefaultRandomizationOffset",
|
|
15693
|
+
"type": "Optional[Nullable[int16]]",
|
|
15694
|
+
"writable": false
|
|
15695
|
+
},
|
|
15696
|
+
"18": {
|
|
15697
|
+
"id": 18,
|
|
15698
|
+
"cluster_id": 1792,
|
|
15699
|
+
"label": "DefaultRandomizationType",
|
|
15700
|
+
"type": "Optional[Nullable[DayEntryRandomizationTypeEnum]]",
|
|
15701
|
+
"writable": false
|
|
15702
|
+
},
|
|
15703
|
+
"65528": {
|
|
15704
|
+
"id": 65528,
|
|
15705
|
+
"cluster_id": 1792,
|
|
15706
|
+
"label": "GeneratedCommandList",
|
|
15707
|
+
"type": "List[command-id]",
|
|
15708
|
+
"writable": false
|
|
15709
|
+
},
|
|
15710
|
+
"65529": {
|
|
15711
|
+
"id": 65529,
|
|
15712
|
+
"cluster_id": 1792,
|
|
15713
|
+
"label": "AcceptedCommandList",
|
|
15714
|
+
"type": "List[command-id]",
|
|
15715
|
+
"writable": false
|
|
15716
|
+
},
|
|
15717
|
+
"65530": {
|
|
15718
|
+
"id": 65530,
|
|
15719
|
+
"cluster_id": 1792,
|
|
15720
|
+
"label": "EventList",
|
|
15721
|
+
"type": "Optional[unknown]",
|
|
15722
|
+
"writable": true
|
|
15723
|
+
},
|
|
15724
|
+
"65531": {
|
|
15725
|
+
"id": 65531,
|
|
15726
|
+
"cluster_id": 1792,
|
|
15727
|
+
"label": "AttributeList",
|
|
15728
|
+
"type": "List[attrib-id]",
|
|
15729
|
+
"writable": false
|
|
15730
|
+
},
|
|
15731
|
+
"65532": {
|
|
15732
|
+
"id": 65532,
|
|
15733
|
+
"cluster_id": 1792,
|
|
15734
|
+
"label": "FeatureMap",
|
|
15735
|
+
"type": "FeatureMap",
|
|
15736
|
+
"writable": false
|
|
15737
|
+
},
|
|
15738
|
+
"65533": {
|
|
15739
|
+
"id": 65533,
|
|
15740
|
+
"cluster_id": 1792,
|
|
15741
|
+
"label": "ClusterRevision",
|
|
15742
|
+
"type": "ClusterRevision",
|
|
15743
|
+
"writable": false
|
|
15744
|
+
}
|
|
15745
|
+
},
|
|
15746
|
+
"commands": {
|
|
15747
|
+
"0": {
|
|
15748
|
+
"id": 0,
|
|
15749
|
+
"cluster_id": 1792,
|
|
15750
|
+
"name": "GetTariffComponent",
|
|
15751
|
+
"label": "Get Tariff Component"
|
|
15752
|
+
},
|
|
15753
|
+
"1": {
|
|
15754
|
+
"id": 1,
|
|
15755
|
+
"cluster_id": 1792,
|
|
15756
|
+
"name": "GetDayEntry",
|
|
15757
|
+
"label": "Get Day Entry"
|
|
15758
|
+
}
|
|
15759
|
+
}
|
|
15760
|
+
},
|
|
15761
|
+
"1872": {
|
|
15762
|
+
"id": 1872,
|
|
15763
|
+
"label": "EcosystemInformation",
|
|
15764
|
+
"attributes": {
|
|
15765
|
+
"0": {
|
|
15766
|
+
"id": 0,
|
|
15767
|
+
"cluster_id": 1872,
|
|
15768
|
+
"label": "DeviceDirectory",
|
|
15769
|
+
"type": "List[EcosystemDeviceStruct]",
|
|
15770
|
+
"writable": false
|
|
15771
|
+
},
|
|
15772
|
+
"1": {
|
|
15773
|
+
"id": 1,
|
|
15774
|
+
"cluster_id": 1872,
|
|
15775
|
+
"label": "LocationDirectory",
|
|
15776
|
+
"type": "List[EcosystemLocationStruct]",
|
|
15777
|
+
"writable": false
|
|
15778
|
+
},
|
|
15779
|
+
"65528": {
|
|
15780
|
+
"id": 65528,
|
|
15781
|
+
"cluster_id": 1872,
|
|
15782
|
+
"label": "GeneratedCommandList",
|
|
15783
|
+
"type": "List[command-id]",
|
|
15784
|
+
"writable": false
|
|
15785
|
+
},
|
|
15786
|
+
"65529": {
|
|
15787
|
+
"id": 65529,
|
|
15788
|
+
"cluster_id": 1872,
|
|
15789
|
+
"label": "AcceptedCommandList",
|
|
15790
|
+
"type": "List[command-id]",
|
|
15791
|
+
"writable": false
|
|
15792
|
+
},
|
|
15793
|
+
"65530": {
|
|
15794
|
+
"id": 65530,
|
|
15795
|
+
"cluster_id": 1872,
|
|
15796
|
+
"label": "EventList",
|
|
15797
|
+
"type": "Optional[unknown]",
|
|
15798
|
+
"writable": true
|
|
15799
|
+
},
|
|
15800
|
+
"65531": {
|
|
15801
|
+
"id": 65531,
|
|
15802
|
+
"cluster_id": 1872,
|
|
15803
|
+
"label": "AttributeList",
|
|
15804
|
+
"type": "List[attrib-id]",
|
|
15805
|
+
"writable": false
|
|
15806
|
+
},
|
|
15807
|
+
"65532": {
|
|
15808
|
+
"id": 65532,
|
|
15809
|
+
"cluster_id": 1872,
|
|
15810
|
+
"label": "FeatureMap",
|
|
15811
|
+
"type": "map32",
|
|
15812
|
+
"writable": false
|
|
15813
|
+
},
|
|
15814
|
+
"65533": {
|
|
15815
|
+
"id": 65533,
|
|
15816
|
+
"cluster_id": 1872,
|
|
15817
|
+
"label": "ClusterRevision",
|
|
15818
|
+
"type": "ClusterRevision",
|
|
15819
|
+
"writable": false
|
|
15820
|
+
}
|
|
15821
|
+
},
|
|
15822
|
+
"commands": {}
|
|
15823
|
+
},
|
|
15824
|
+
"1873": {
|
|
15825
|
+
"id": 1873,
|
|
15826
|
+
"label": "CommissionerControl",
|
|
15827
|
+
"attributes": {
|
|
15828
|
+
"0": {
|
|
15829
|
+
"id": 0,
|
|
15830
|
+
"cluster_id": 1873,
|
|
15831
|
+
"label": "SupportedDeviceCategories",
|
|
15832
|
+
"type": "SupportedDeviceCategoryBitmap",
|
|
15833
|
+
"writable": false
|
|
15834
|
+
},
|
|
15835
|
+
"65528": {
|
|
15836
|
+
"id": 65528,
|
|
15837
|
+
"cluster_id": 1873,
|
|
15838
|
+
"label": "GeneratedCommandList",
|
|
15839
|
+
"type": "List[command-id]",
|
|
15840
|
+
"writable": false
|
|
15841
|
+
},
|
|
15842
|
+
"65529": {
|
|
15843
|
+
"id": 65529,
|
|
15844
|
+
"cluster_id": 1873,
|
|
15845
|
+
"label": "AcceptedCommandList",
|
|
15846
|
+
"type": "List[command-id]",
|
|
15847
|
+
"writable": false
|
|
15848
|
+
},
|
|
15849
|
+
"65530": {
|
|
15850
|
+
"id": 65530,
|
|
15851
|
+
"cluster_id": 1873,
|
|
15852
|
+
"label": "EventList",
|
|
15853
|
+
"type": "Optional[unknown]",
|
|
15854
|
+
"writable": true
|
|
15855
|
+
},
|
|
15856
|
+
"65531": {
|
|
15857
|
+
"id": 65531,
|
|
15858
|
+
"cluster_id": 1873,
|
|
15859
|
+
"label": "AttributeList",
|
|
15860
|
+
"type": "List[attrib-id]",
|
|
15861
|
+
"writable": false
|
|
15862
|
+
},
|
|
15863
|
+
"65532": {
|
|
15864
|
+
"id": 65532,
|
|
15865
|
+
"cluster_id": 1873,
|
|
15866
|
+
"label": "FeatureMap",
|
|
15867
|
+
"type": "map32",
|
|
15868
|
+
"writable": false
|
|
15869
|
+
},
|
|
15870
|
+
"65533": {
|
|
15871
|
+
"id": 65533,
|
|
15872
|
+
"cluster_id": 1873,
|
|
15873
|
+
"label": "ClusterRevision",
|
|
15874
|
+
"type": "ClusterRevision",
|
|
15875
|
+
"writable": false
|
|
15876
|
+
}
|
|
15877
|
+
},
|
|
15878
|
+
"commands": {
|
|
15879
|
+
"0": {
|
|
15880
|
+
"id": 0,
|
|
15881
|
+
"cluster_id": 1873,
|
|
15882
|
+
"name": "RequestCommissioningApproval",
|
|
15883
|
+
"label": "Request Commissioning Approval"
|
|
15884
|
+
},
|
|
15885
|
+
"1": {
|
|
15886
|
+
"id": 1,
|
|
15887
|
+
"cluster_id": 1873,
|
|
15888
|
+
"name": "CommissionNode",
|
|
15889
|
+
"label": "Commission Node"
|
|
15890
|
+
}
|
|
15891
|
+
}
|
|
15892
|
+
},
|
|
15893
|
+
"1874": {
|
|
15894
|
+
"id": 1874,
|
|
15895
|
+
"label": "JointFabricDatastore",
|
|
15896
|
+
"attributes": {
|
|
15897
|
+
"0": {
|
|
15898
|
+
"id": 0,
|
|
15899
|
+
"cluster_id": 1874,
|
|
15900
|
+
"label": "AnchorRootCa",
|
|
15901
|
+
"type": "Optional[bytes]",
|
|
15902
|
+
"writable": false
|
|
15903
|
+
},
|
|
15904
|
+
"1": {
|
|
15905
|
+
"id": 1,
|
|
15906
|
+
"cluster_id": 1874,
|
|
15907
|
+
"label": "AnchorNodeId",
|
|
15908
|
+
"type": "Optional[node-id]",
|
|
15909
|
+
"writable": false
|
|
15910
|
+
},
|
|
15911
|
+
"2": {
|
|
15912
|
+
"id": 2,
|
|
15913
|
+
"cluster_id": 1874,
|
|
15914
|
+
"label": "AnchorVendorId",
|
|
15915
|
+
"type": "Optional[vendor-id]",
|
|
15916
|
+
"writable": false
|
|
15917
|
+
},
|
|
15918
|
+
"3": {
|
|
15919
|
+
"id": 3,
|
|
15920
|
+
"cluster_id": 1874,
|
|
15921
|
+
"label": "FriendlyName",
|
|
15922
|
+
"type": "Optional[string]",
|
|
15923
|
+
"writable": false
|
|
15924
|
+
},
|
|
15925
|
+
"4": {
|
|
15926
|
+
"id": 4,
|
|
15927
|
+
"cluster_id": 1874,
|
|
15928
|
+
"label": "GroupKeySetList",
|
|
15929
|
+
"type": "List[DatastoreGroupKeySetStruct]",
|
|
15930
|
+
"writable": false
|
|
15931
|
+
},
|
|
15932
|
+
"5": {
|
|
15933
|
+
"id": 5,
|
|
15934
|
+
"cluster_id": 1874,
|
|
15935
|
+
"label": "GroupList",
|
|
15936
|
+
"type": "List[DatastoreGroupInformationEntryStruct]",
|
|
15937
|
+
"writable": false
|
|
15938
|
+
},
|
|
15939
|
+
"6": {
|
|
15940
|
+
"id": 6,
|
|
15941
|
+
"cluster_id": 1874,
|
|
15942
|
+
"label": "NodeList",
|
|
15943
|
+
"type": "List[DatastoreNodeInformationEntryStruct]",
|
|
15944
|
+
"writable": false
|
|
15945
|
+
},
|
|
15946
|
+
"7": {
|
|
15947
|
+
"id": 7,
|
|
15948
|
+
"cluster_id": 1874,
|
|
15949
|
+
"label": "AdminList",
|
|
15950
|
+
"type": "List[DatastoreAdministratorInformationEntryStruct]",
|
|
15951
|
+
"writable": false
|
|
15952
|
+
},
|
|
15953
|
+
"8": {
|
|
15954
|
+
"id": 8,
|
|
15955
|
+
"cluster_id": 1874,
|
|
15956
|
+
"label": "Status",
|
|
15957
|
+
"type": "Optional[DatastoreStatusEntryStruct]",
|
|
15958
|
+
"writable": false
|
|
15959
|
+
},
|
|
15960
|
+
"9": {
|
|
15961
|
+
"id": 9,
|
|
15962
|
+
"cluster_id": 1874,
|
|
15963
|
+
"label": "EndpointGroupIdList",
|
|
15964
|
+
"type": "List[DatastoreEndpointGroupIDEntryStruct]",
|
|
15965
|
+
"writable": false
|
|
15966
|
+
},
|
|
15967
|
+
"10": {
|
|
15968
|
+
"id": 10,
|
|
15969
|
+
"cluster_id": 1874,
|
|
15970
|
+
"label": "EndpointBindingList",
|
|
15971
|
+
"type": "List[DatastoreEndpointBindingEntryStruct]",
|
|
15972
|
+
"writable": false
|
|
15973
|
+
},
|
|
15974
|
+
"11": {
|
|
15975
|
+
"id": 11,
|
|
15976
|
+
"cluster_id": 1874,
|
|
15977
|
+
"label": "NodeKeySetList",
|
|
15978
|
+
"type": "List[DatastoreNodeKeySetEntryStruct]",
|
|
15979
|
+
"writable": false
|
|
15980
|
+
},
|
|
15981
|
+
"12": {
|
|
15982
|
+
"id": 12,
|
|
15983
|
+
"cluster_id": 1874,
|
|
15984
|
+
"label": "NodeAclList",
|
|
15985
|
+
"type": "List[DatastoreACLEntryStruct]",
|
|
15986
|
+
"writable": false
|
|
15987
|
+
},
|
|
15988
|
+
"13": {
|
|
15989
|
+
"id": 13,
|
|
15990
|
+
"cluster_id": 1874,
|
|
15991
|
+
"label": "NodeEndpointList",
|
|
15992
|
+
"type": "List[DatastoreEndpointEntryStruct]",
|
|
15993
|
+
"writable": false
|
|
15994
|
+
},
|
|
15995
|
+
"65528": {
|
|
15996
|
+
"id": 65528,
|
|
15997
|
+
"cluster_id": 1874,
|
|
15998
|
+
"label": "GeneratedCommandList",
|
|
15999
|
+
"type": "List[command-id]",
|
|
14410
16000
|
"writable": false
|
|
14411
16001
|
},
|
|
14412
16002
|
"65529": {
|
|
@@ -14560,63 +16150,295 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
14560
16150
|
"name": "AddAclToNode",
|
|
14561
16151
|
"label": "Add Acl To Node"
|
|
14562
16152
|
},
|
|
14563
|
-
"19": {
|
|
14564
|
-
"id": 19,
|
|
14565
|
-
"cluster_id": 1874,
|
|
14566
|
-
"name": "RemoveAclFromNode",
|
|
14567
|
-
"label": "Remove Acl From Node"
|
|
16153
|
+
"19": {
|
|
16154
|
+
"id": 19,
|
|
16155
|
+
"cluster_id": 1874,
|
|
16156
|
+
"name": "RemoveAclFromNode",
|
|
16157
|
+
"label": "Remove Acl From Node"
|
|
16158
|
+
}
|
|
16159
|
+
}
|
|
16160
|
+
},
|
|
16161
|
+
"1875": {
|
|
16162
|
+
"id": 1875,
|
|
16163
|
+
"label": "JointFabricAdministrator",
|
|
16164
|
+
"attributes": {
|
|
16165
|
+
"0": {
|
|
16166
|
+
"id": 0,
|
|
16167
|
+
"cluster_id": 1875,
|
|
16168
|
+
"label": "AdministratorFabricIndex",
|
|
16169
|
+
"type": "Optional[Nullable[fabric-idx]]",
|
|
16170
|
+
"writable": true
|
|
16171
|
+
},
|
|
16172
|
+
"65528": {
|
|
16173
|
+
"id": 65528,
|
|
16174
|
+
"cluster_id": 1875,
|
|
16175
|
+
"label": "GeneratedCommandList",
|
|
16176
|
+
"type": "List[command-id]",
|
|
16177
|
+
"writable": false
|
|
16178
|
+
},
|
|
16179
|
+
"65529": {
|
|
16180
|
+
"id": 65529,
|
|
16181
|
+
"cluster_id": 1875,
|
|
16182
|
+
"label": "AcceptedCommandList",
|
|
16183
|
+
"type": "List[command-id]",
|
|
16184
|
+
"writable": false
|
|
16185
|
+
},
|
|
16186
|
+
"65530": {
|
|
16187
|
+
"id": 65530,
|
|
16188
|
+
"cluster_id": 1875,
|
|
16189
|
+
"label": "EventList",
|
|
16190
|
+
"type": "Optional[unknown]",
|
|
16191
|
+
"writable": true
|
|
16192
|
+
},
|
|
16193
|
+
"65531": {
|
|
16194
|
+
"id": 65531,
|
|
16195
|
+
"cluster_id": 1875,
|
|
16196
|
+
"label": "AttributeList",
|
|
16197
|
+
"type": "List[attrib-id]",
|
|
16198
|
+
"writable": false
|
|
16199
|
+
},
|
|
16200
|
+
"65532": {
|
|
16201
|
+
"id": 65532,
|
|
16202
|
+
"cluster_id": 1875,
|
|
16203
|
+
"label": "FeatureMap",
|
|
16204
|
+
"type": "map32",
|
|
16205
|
+
"writable": false
|
|
16206
|
+
},
|
|
16207
|
+
"65533": {
|
|
16208
|
+
"id": 65533,
|
|
16209
|
+
"cluster_id": 1875,
|
|
16210
|
+
"label": "ClusterRevision",
|
|
16211
|
+
"type": "ClusterRevision",
|
|
16212
|
+
"writable": false
|
|
16213
|
+
}
|
|
16214
|
+
},
|
|
16215
|
+
"commands": {
|
|
16216
|
+
"0": {
|
|
16217
|
+
"id": 0,
|
|
16218
|
+
"cluster_id": 1875,
|
|
16219
|
+
"name": "IcaccsrRequest",
|
|
16220
|
+
"label": "Icaccsr Request"
|
|
16221
|
+
},
|
|
16222
|
+
"2": {
|
|
16223
|
+
"id": 2,
|
|
16224
|
+
"cluster_id": 1875,
|
|
16225
|
+
"name": "AddIcac",
|
|
16226
|
+
"label": "Add Icac"
|
|
16227
|
+
},
|
|
16228
|
+
"4": {
|
|
16229
|
+
"id": 4,
|
|
16230
|
+
"cluster_id": 1875,
|
|
16231
|
+
"name": "OpenJointCommissioningWindow",
|
|
16232
|
+
"label": "Open Joint Commissioning Window"
|
|
16233
|
+
},
|
|
16234
|
+
"5": {
|
|
16235
|
+
"id": 5,
|
|
16236
|
+
"cluster_id": 1875,
|
|
16237
|
+
"name": "TransferAnchorRequest",
|
|
16238
|
+
"label": "Transfer Anchor Request"
|
|
16239
|
+
},
|
|
16240
|
+
"7": {
|
|
16241
|
+
"id": 7,
|
|
16242
|
+
"cluster_id": 1875,
|
|
16243
|
+
"name": "TransferAnchorComplete",
|
|
16244
|
+
"label": "Transfer Anchor Complete"
|
|
16245
|
+
},
|
|
16246
|
+
"8": {
|
|
16247
|
+
"id": 8,
|
|
16248
|
+
"cluster_id": 1875,
|
|
16249
|
+
"name": "AnnounceJointFabricAdministrator",
|
|
16250
|
+
"label": "Announce Joint Fabric Administrator"
|
|
16251
|
+
}
|
|
16252
|
+
}
|
|
16253
|
+
},
|
|
16254
|
+
"2049": {
|
|
16255
|
+
"id": 2049,
|
|
16256
|
+
"label": "TlsCertificateManagement",
|
|
16257
|
+
"attributes": {
|
|
16258
|
+
"0": {
|
|
16259
|
+
"id": 0,
|
|
16260
|
+
"cluster_id": 2049,
|
|
16261
|
+
"label": "MaxRootCertificates",
|
|
16262
|
+
"type": "uint8",
|
|
16263
|
+
"writable": false
|
|
16264
|
+
},
|
|
16265
|
+
"1": {
|
|
16266
|
+
"id": 1,
|
|
16267
|
+
"cluster_id": 2049,
|
|
16268
|
+
"label": "ProvisionedRootCertificates",
|
|
16269
|
+
"type": "List[TLSCertStruct]",
|
|
16270
|
+
"writable": false
|
|
16271
|
+
},
|
|
16272
|
+
"2": {
|
|
16273
|
+
"id": 2,
|
|
16274
|
+
"cluster_id": 2049,
|
|
16275
|
+
"label": "MaxClientCertificates",
|
|
16276
|
+
"type": "uint8",
|
|
16277
|
+
"writable": false
|
|
16278
|
+
},
|
|
16279
|
+
"3": {
|
|
16280
|
+
"id": 3,
|
|
16281
|
+
"cluster_id": 2049,
|
|
16282
|
+
"label": "ProvisionedClientCertificates",
|
|
16283
|
+
"type": "List[TLSClientCertificateDetailStruct]",
|
|
16284
|
+
"writable": false
|
|
16285
|
+
},
|
|
16286
|
+
"65528": {
|
|
16287
|
+
"id": 65528,
|
|
16288
|
+
"cluster_id": 2049,
|
|
16289
|
+
"label": "GeneratedCommandList",
|
|
16290
|
+
"type": "List[command-id]",
|
|
16291
|
+
"writable": false
|
|
16292
|
+
},
|
|
16293
|
+
"65529": {
|
|
16294
|
+
"id": 65529,
|
|
16295
|
+
"cluster_id": 2049,
|
|
16296
|
+
"label": "AcceptedCommandList",
|
|
16297
|
+
"type": "List[command-id]",
|
|
16298
|
+
"writable": false
|
|
16299
|
+
},
|
|
16300
|
+
"65530": {
|
|
16301
|
+
"id": 65530,
|
|
16302
|
+
"cluster_id": 2049,
|
|
16303
|
+
"label": "EventList",
|
|
16304
|
+
"type": "Optional[unknown]",
|
|
16305
|
+
"writable": true
|
|
16306
|
+
},
|
|
16307
|
+
"65531": {
|
|
16308
|
+
"id": 65531,
|
|
16309
|
+
"cluster_id": 2049,
|
|
16310
|
+
"label": "AttributeList",
|
|
16311
|
+
"type": "List[attrib-id]",
|
|
16312
|
+
"writable": false
|
|
16313
|
+
},
|
|
16314
|
+
"65532": {
|
|
16315
|
+
"id": 65532,
|
|
16316
|
+
"cluster_id": 2049,
|
|
16317
|
+
"label": "FeatureMap",
|
|
16318
|
+
"type": "map32",
|
|
16319
|
+
"writable": false
|
|
16320
|
+
},
|
|
16321
|
+
"65533": {
|
|
16322
|
+
"id": 65533,
|
|
16323
|
+
"cluster_id": 2049,
|
|
16324
|
+
"label": "ClusterRevision",
|
|
16325
|
+
"type": "ClusterRevision",
|
|
16326
|
+
"writable": false
|
|
16327
|
+
}
|
|
16328
|
+
},
|
|
16329
|
+
"commands": {
|
|
16330
|
+
"0": {
|
|
16331
|
+
"id": 0,
|
|
16332
|
+
"cluster_id": 2049,
|
|
16333
|
+
"name": "ProvisionRootCertificate",
|
|
16334
|
+
"label": "Provision Root Certificate"
|
|
16335
|
+
},
|
|
16336
|
+
"2": {
|
|
16337
|
+
"id": 2,
|
|
16338
|
+
"cluster_id": 2049,
|
|
16339
|
+
"name": "FindRootCertificate",
|
|
16340
|
+
"label": "Find Root Certificate"
|
|
16341
|
+
},
|
|
16342
|
+
"4": {
|
|
16343
|
+
"id": 4,
|
|
16344
|
+
"cluster_id": 2049,
|
|
16345
|
+
"name": "LookupRootCertificate",
|
|
16346
|
+
"label": "Lookup Root Certificate"
|
|
16347
|
+
},
|
|
16348
|
+
"6": {
|
|
16349
|
+
"id": 6,
|
|
16350
|
+
"cluster_id": 2049,
|
|
16351
|
+
"name": "RemoveRootCertificate",
|
|
16352
|
+
"label": "Remove Root Certificate"
|
|
16353
|
+
},
|
|
16354
|
+
"7": {
|
|
16355
|
+
"id": 7,
|
|
16356
|
+
"cluster_id": 2049,
|
|
16357
|
+
"name": "ClientCsr",
|
|
16358
|
+
"label": "Client Csr"
|
|
16359
|
+
},
|
|
16360
|
+
"9": {
|
|
16361
|
+
"id": 9,
|
|
16362
|
+
"cluster_id": 2049,
|
|
16363
|
+
"name": "ProvisionClientCertificate",
|
|
16364
|
+
"label": "Provision Client Certificate"
|
|
16365
|
+
},
|
|
16366
|
+
"10": {
|
|
16367
|
+
"id": 10,
|
|
16368
|
+
"cluster_id": 2049,
|
|
16369
|
+
"name": "FindClientCertificate",
|
|
16370
|
+
"label": "Find Client Certificate"
|
|
16371
|
+
},
|
|
16372
|
+
"12": {
|
|
16373
|
+
"id": 12,
|
|
16374
|
+
"cluster_id": 2049,
|
|
16375
|
+
"name": "LookupClientCertificate",
|
|
16376
|
+
"label": "Lookup Client Certificate"
|
|
16377
|
+
},
|
|
16378
|
+
"14": {
|
|
16379
|
+
"id": 14,
|
|
16380
|
+
"cluster_id": 2049,
|
|
16381
|
+
"name": "RemoveClientCertificate",
|
|
16382
|
+
"label": "Remove Client Certificate"
|
|
14568
16383
|
}
|
|
14569
16384
|
}
|
|
14570
16385
|
},
|
|
14571
|
-
"
|
|
14572
|
-
"id":
|
|
14573
|
-
"label": "
|
|
16386
|
+
"2050": {
|
|
16387
|
+
"id": 2050,
|
|
16388
|
+
"label": "TlsClientManagement",
|
|
14574
16389
|
"attributes": {
|
|
14575
16390
|
"0": {
|
|
14576
16391
|
"id": 0,
|
|
14577
|
-
"cluster_id":
|
|
14578
|
-
"label": "
|
|
14579
|
-
"type": "
|
|
14580
|
-
"writable":
|
|
16392
|
+
"cluster_id": 2050,
|
|
16393
|
+
"label": "MaxProvisioned",
|
|
16394
|
+
"type": "uint8",
|
|
16395
|
+
"writable": false
|
|
16396
|
+
},
|
|
16397
|
+
"1": {
|
|
16398
|
+
"id": 1,
|
|
16399
|
+
"cluster_id": 2050,
|
|
16400
|
+
"label": "ProvisionedEndpoints",
|
|
16401
|
+
"type": "List[TLSEndpointStruct]",
|
|
16402
|
+
"writable": false
|
|
14581
16403
|
},
|
|
14582
16404
|
"65528": {
|
|
14583
16405
|
"id": 65528,
|
|
14584
|
-
"cluster_id":
|
|
16406
|
+
"cluster_id": 2050,
|
|
14585
16407
|
"label": "GeneratedCommandList",
|
|
14586
16408
|
"type": "List[command-id]",
|
|
14587
16409
|
"writable": false
|
|
14588
16410
|
},
|
|
14589
16411
|
"65529": {
|
|
14590
16412
|
"id": 65529,
|
|
14591
|
-
"cluster_id":
|
|
16413
|
+
"cluster_id": 2050,
|
|
14592
16414
|
"label": "AcceptedCommandList",
|
|
14593
16415
|
"type": "List[command-id]",
|
|
14594
16416
|
"writable": false
|
|
14595
16417
|
},
|
|
14596
16418
|
"65530": {
|
|
14597
16419
|
"id": 65530,
|
|
14598
|
-
"cluster_id":
|
|
16420
|
+
"cluster_id": 2050,
|
|
14599
16421
|
"label": "EventList",
|
|
14600
16422
|
"type": "Optional[unknown]",
|
|
14601
16423
|
"writable": true
|
|
14602
16424
|
},
|
|
14603
16425
|
"65531": {
|
|
14604
16426
|
"id": 65531,
|
|
14605
|
-
"cluster_id":
|
|
16427
|
+
"cluster_id": 2050,
|
|
14606
16428
|
"label": "AttributeList",
|
|
14607
16429
|
"type": "List[attrib-id]",
|
|
14608
16430
|
"writable": false
|
|
14609
16431
|
},
|
|
14610
16432
|
"65532": {
|
|
14611
16433
|
"id": 65532,
|
|
14612
|
-
"cluster_id":
|
|
16434
|
+
"cluster_id": 2050,
|
|
14613
16435
|
"label": "FeatureMap",
|
|
14614
16436
|
"type": "map32",
|
|
14615
16437
|
"writable": false
|
|
14616
16438
|
},
|
|
14617
16439
|
"65533": {
|
|
14618
16440
|
"id": 65533,
|
|
14619
|
-
"cluster_id":
|
|
16441
|
+
"cluster_id": 2050,
|
|
14620
16442
|
"label": "ClusterRevision",
|
|
14621
16443
|
"type": "ClusterRevision",
|
|
14622
16444
|
"writable": false
|
|
@@ -14625,39 +16447,21 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
14625
16447
|
"commands": {
|
|
14626
16448
|
"0": {
|
|
14627
16449
|
"id": 0,
|
|
14628
|
-
"cluster_id":
|
|
14629
|
-
"name": "
|
|
14630
|
-
"label": "
|
|
16450
|
+
"cluster_id": 2050,
|
|
16451
|
+
"name": "ProvisionEndpoint",
|
|
16452
|
+
"label": "Provision Endpoint"
|
|
14631
16453
|
},
|
|
14632
16454
|
"2": {
|
|
14633
16455
|
"id": 2,
|
|
14634
|
-
"cluster_id":
|
|
14635
|
-
"name": "
|
|
14636
|
-
"label": "
|
|
16456
|
+
"cluster_id": 2050,
|
|
16457
|
+
"name": "FindEndpoint",
|
|
16458
|
+
"label": "Find Endpoint"
|
|
14637
16459
|
},
|
|
14638
16460
|
"4": {
|
|
14639
16461
|
"id": 4,
|
|
14640
|
-
"cluster_id":
|
|
14641
|
-
"name": "
|
|
14642
|
-
"label": "
|
|
14643
|
-
},
|
|
14644
|
-
"5": {
|
|
14645
|
-
"id": 5,
|
|
14646
|
-
"cluster_id": 1875,
|
|
14647
|
-
"name": "TransferAnchorRequest",
|
|
14648
|
-
"label": "Transfer Anchor Request"
|
|
14649
|
-
},
|
|
14650
|
-
"7": {
|
|
14651
|
-
"id": 7,
|
|
14652
|
-
"cluster_id": 1875,
|
|
14653
|
-
"name": "TransferAnchorComplete",
|
|
14654
|
-
"label": "Transfer Anchor Complete"
|
|
14655
|
-
},
|
|
14656
|
-
"8": {
|
|
14657
|
-
"id": 8,
|
|
14658
|
-
"cluster_id": 1875,
|
|
14659
|
-
"name": "AnnounceJointFabricAdministrator",
|
|
14660
|
-
"label": "Announce Joint Fabric Administrator"
|
|
16462
|
+
"cluster_id": 2050,
|
|
16463
|
+
"name": "RemoveEndpoint",
|
|
16464
|
+
"label": "Remove Endpoint"
|
|
14661
16465
|
}
|
|
14662
16466
|
}
|
|
14663
16467
|
},
|
|
@@ -14773,6 +16577,167 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
14773
16577
|
},
|
|
14774
16578
|
"commands": {}
|
|
14775
16579
|
},
|
|
16580
|
+
"2822": {
|
|
16581
|
+
"id": 2822,
|
|
16582
|
+
"label": "MeterIdentification",
|
|
16583
|
+
"attributes": {
|
|
16584
|
+
"0": {
|
|
16585
|
+
"id": 0,
|
|
16586
|
+
"cluster_id": 2822,
|
|
16587
|
+
"label": "MeterType",
|
|
16588
|
+
"type": "Nullable[MeterTypeEnum]",
|
|
16589
|
+
"writable": false
|
|
16590
|
+
},
|
|
16591
|
+
"1": {
|
|
16592
|
+
"id": 1,
|
|
16593
|
+
"cluster_id": 2822,
|
|
16594
|
+
"label": "PointOfDelivery",
|
|
16595
|
+
"type": "Nullable[string]",
|
|
16596
|
+
"writable": false
|
|
16597
|
+
},
|
|
16598
|
+
"2": {
|
|
16599
|
+
"id": 2,
|
|
16600
|
+
"cluster_id": 2822,
|
|
16601
|
+
"label": "MeterSerialNumber",
|
|
16602
|
+
"type": "Nullable[string]",
|
|
16603
|
+
"writable": false
|
|
16604
|
+
},
|
|
16605
|
+
"3": {
|
|
16606
|
+
"id": 3,
|
|
16607
|
+
"cluster_id": 2822,
|
|
16608
|
+
"label": "ProtocolVersion",
|
|
16609
|
+
"type": "Optional[Nullable[string]]",
|
|
16610
|
+
"writable": false
|
|
16611
|
+
},
|
|
16612
|
+
"4": {
|
|
16613
|
+
"id": 4,
|
|
16614
|
+
"cluster_id": 2822,
|
|
16615
|
+
"label": "PowerThreshold",
|
|
16616
|
+
"type": "Optional[Nullable[PowerThresholdStruct]]",
|
|
16617
|
+
"writable": false
|
|
16618
|
+
},
|
|
16619
|
+
"65528": {
|
|
16620
|
+
"id": 65528,
|
|
16621
|
+
"cluster_id": 2822,
|
|
16622
|
+
"label": "GeneratedCommandList",
|
|
16623
|
+
"type": "List[command-id]",
|
|
16624
|
+
"writable": false
|
|
16625
|
+
},
|
|
16626
|
+
"65529": {
|
|
16627
|
+
"id": 65529,
|
|
16628
|
+
"cluster_id": 2822,
|
|
16629
|
+
"label": "AcceptedCommandList",
|
|
16630
|
+
"type": "List[command-id]",
|
|
16631
|
+
"writable": false
|
|
16632
|
+
},
|
|
16633
|
+
"65530": {
|
|
16634
|
+
"id": 65530,
|
|
16635
|
+
"cluster_id": 2822,
|
|
16636
|
+
"label": "EventList",
|
|
16637
|
+
"type": "Optional[unknown]",
|
|
16638
|
+
"writable": true
|
|
16639
|
+
},
|
|
16640
|
+
"65531": {
|
|
16641
|
+
"id": 65531,
|
|
16642
|
+
"cluster_id": 2822,
|
|
16643
|
+
"label": "AttributeList",
|
|
16644
|
+
"type": "List[attrib-id]",
|
|
16645
|
+
"writable": false
|
|
16646
|
+
},
|
|
16647
|
+
"65532": {
|
|
16648
|
+
"id": 65532,
|
|
16649
|
+
"cluster_id": 2822,
|
|
16650
|
+
"label": "FeatureMap",
|
|
16651
|
+
"type": "FeatureMap",
|
|
16652
|
+
"writable": false
|
|
16653
|
+
},
|
|
16654
|
+
"65533": {
|
|
16655
|
+
"id": 65533,
|
|
16656
|
+
"cluster_id": 2822,
|
|
16657
|
+
"label": "ClusterRevision",
|
|
16658
|
+
"type": "ClusterRevision",
|
|
16659
|
+
"writable": false
|
|
16660
|
+
}
|
|
16661
|
+
},
|
|
16662
|
+
"commands": {}
|
|
16663
|
+
},
|
|
16664
|
+
"2823": {
|
|
16665
|
+
"id": 2823,
|
|
16666
|
+
"label": "CommodityMetering",
|
|
16667
|
+
"attributes": {
|
|
16668
|
+
"0": {
|
|
16669
|
+
"id": 0,
|
|
16670
|
+
"cluster_id": 2823,
|
|
16671
|
+
"label": "MeteredQuantity",
|
|
16672
|
+
"type": "List[MeteredQuantityStruct]",
|
|
16673
|
+
"writable": false
|
|
16674
|
+
},
|
|
16675
|
+
"1": {
|
|
16676
|
+
"id": 1,
|
|
16677
|
+
"cluster_id": 2823,
|
|
16678
|
+
"label": "MeteredQuantityTimestamp",
|
|
16679
|
+
"type": "Nullable[epoch-s]",
|
|
16680
|
+
"writable": false
|
|
16681
|
+
},
|
|
16682
|
+
"2": {
|
|
16683
|
+
"id": 2,
|
|
16684
|
+
"cluster_id": 2823,
|
|
16685
|
+
"label": "TariffUnit",
|
|
16686
|
+
"type": "Nullable[TariffUnitEnum]",
|
|
16687
|
+
"writable": false
|
|
16688
|
+
},
|
|
16689
|
+
"3": {
|
|
16690
|
+
"id": 3,
|
|
16691
|
+
"cluster_id": 2823,
|
|
16692
|
+
"label": "MaximumMeteredQuantities",
|
|
16693
|
+
"type": "Nullable[uint16]",
|
|
16694
|
+
"writable": false
|
|
16695
|
+
},
|
|
16696
|
+
"65528": {
|
|
16697
|
+
"id": 65528,
|
|
16698
|
+
"cluster_id": 2823,
|
|
16699
|
+
"label": "GeneratedCommandList",
|
|
16700
|
+
"type": "List[command-id]",
|
|
16701
|
+
"writable": false
|
|
16702
|
+
},
|
|
16703
|
+
"65529": {
|
|
16704
|
+
"id": 65529,
|
|
16705
|
+
"cluster_id": 2823,
|
|
16706
|
+
"label": "AcceptedCommandList",
|
|
16707
|
+
"type": "List[command-id]",
|
|
16708
|
+
"writable": false
|
|
16709
|
+
},
|
|
16710
|
+
"65530": {
|
|
16711
|
+
"id": 65530,
|
|
16712
|
+
"cluster_id": 2823,
|
|
16713
|
+
"label": "EventList",
|
|
16714
|
+
"type": "Optional[unknown]",
|
|
16715
|
+
"writable": true
|
|
16716
|
+
},
|
|
16717
|
+
"65531": {
|
|
16718
|
+
"id": 65531,
|
|
16719
|
+
"cluster_id": 2823,
|
|
16720
|
+
"label": "AttributeList",
|
|
16721
|
+
"type": "List[attrib-id]",
|
|
16722
|
+
"writable": false
|
|
16723
|
+
},
|
|
16724
|
+
"65532": {
|
|
16725
|
+
"id": 65532,
|
|
16726
|
+
"cluster_id": 2823,
|
|
16727
|
+
"label": "FeatureMap",
|
|
16728
|
+
"type": "map32",
|
|
16729
|
+
"writable": false
|
|
16730
|
+
},
|
|
16731
|
+
"65533": {
|
|
16732
|
+
"id": 65533,
|
|
16733
|
+
"cluster_id": 2823,
|
|
16734
|
+
"label": "ClusterRevision",
|
|
16735
|
+
"type": "ClusterRevision",
|
|
16736
|
+
"writable": false
|
|
16737
|
+
}
|
|
16738
|
+
},
|
|
16739
|
+
"commands": {}
|
|
16740
|
+
},
|
|
14776
16741
|
"302775297": {
|
|
14777
16742
|
"id": 302775297,
|
|
14778
16743
|
"label": "HeimanCluster",
|
|
@@ -15204,6 +17169,13 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
15204
17169
|
"type": "Optional[unknown]",
|
|
15205
17170
|
"writable": true
|
|
15206
17171
|
},
|
|
17172
|
+
"319422487": {
|
|
17173
|
+
"id": 319422487,
|
|
17174
|
+
"cluster_id": 319486977,
|
|
17175
|
+
"label": "WindowOpenMode",
|
|
17176
|
+
"type": "Optional[bool]",
|
|
17177
|
+
"writable": true
|
|
17178
|
+
},
|
|
15207
17179
|
"319422488": {
|
|
15208
17180
|
"id": 319422488,
|
|
15209
17181
|
"cluster_id": 319486977,
|
|
@@ -15290,5 +17262,103 @@ export const clusters: Record<number, ClusterDescription> = {
|
|
|
15290
17262
|
}
|
|
15291
17263
|
},
|
|
15292
17264
|
"commands": {}
|
|
17265
|
+
},
|
|
17266
|
+
"322239491": {
|
|
17267
|
+
"id": 322239491,
|
|
17268
|
+
"label": "TclDehumidifierCluster",
|
|
17269
|
+
"attributes": {
|
|
17270
|
+
"0": {
|
|
17271
|
+
"id": 0,
|
|
17272
|
+
"cluster_id": 322239491,
|
|
17273
|
+
"label": "Mode",
|
|
17274
|
+
"type": "Optional[unknown]",
|
|
17275
|
+
"writable": true
|
|
17276
|
+
},
|
|
17277
|
+
"1": {
|
|
17278
|
+
"id": 1,
|
|
17279
|
+
"cluster_id": 322239491,
|
|
17280
|
+
"label": "TargetHumidity",
|
|
17281
|
+
"type": "Optional[unknown]",
|
|
17282
|
+
"writable": true
|
|
17283
|
+
},
|
|
17284
|
+
"2": {
|
|
17285
|
+
"id": 2,
|
|
17286
|
+
"cluster_id": 322239491,
|
|
17287
|
+
"label": "CurrentHumidity",
|
|
17288
|
+
"type": "Optional[unknown]",
|
|
17289
|
+
"writable": true
|
|
17290
|
+
},
|
|
17291
|
+
"3": {
|
|
17292
|
+
"id": 3,
|
|
17293
|
+
"cluster_id": 322239491,
|
|
17294
|
+
"label": "WaterBucketFull",
|
|
17295
|
+
"type": "Optional[bool]",
|
|
17296
|
+
"writable": true
|
|
17297
|
+
},
|
|
17298
|
+
"4": {
|
|
17299
|
+
"id": 4,
|
|
17300
|
+
"cluster_id": 322239491,
|
|
17301
|
+
"label": "FilterAlert",
|
|
17302
|
+
"type": "Optional[bool]",
|
|
17303
|
+
"writable": true
|
|
17304
|
+
},
|
|
17305
|
+
"5": {
|
|
17306
|
+
"id": 5,
|
|
17307
|
+
"cluster_id": 322239491,
|
|
17308
|
+
"label": "ErrorCodes",
|
|
17309
|
+
"type": "Optional[string]",
|
|
17310
|
+
"writable": true
|
|
17311
|
+
},
|
|
17312
|
+
"6": {
|
|
17313
|
+
"id": 6,
|
|
17314
|
+
"cluster_id": 322239491,
|
|
17315
|
+
"label": "FeatureSet",
|
|
17316
|
+
"type": "Optional[string]",
|
|
17317
|
+
"writable": true
|
|
17318
|
+
},
|
|
17319
|
+
"65528": {
|
|
17320
|
+
"id": 65528,
|
|
17321
|
+
"cluster_id": 322239491,
|
|
17322
|
+
"label": "GeneratedCommandList",
|
|
17323
|
+
"type": "List[command-id]",
|
|
17324
|
+
"writable": false
|
|
17325
|
+
},
|
|
17326
|
+
"65529": {
|
|
17327
|
+
"id": 65529,
|
|
17328
|
+
"cluster_id": 322239491,
|
|
17329
|
+
"label": "AcceptedCommandList",
|
|
17330
|
+
"type": "List[command-id]",
|
|
17331
|
+
"writable": false
|
|
17332
|
+
},
|
|
17333
|
+
"65530": {
|
|
17334
|
+
"id": 65530,
|
|
17335
|
+
"cluster_id": 322239491,
|
|
17336
|
+
"label": "EventList",
|
|
17337
|
+
"type": "Optional[unknown]",
|
|
17338
|
+
"writable": true
|
|
17339
|
+
},
|
|
17340
|
+
"65531": {
|
|
17341
|
+
"id": 65531,
|
|
17342
|
+
"cluster_id": 322239491,
|
|
17343
|
+
"label": "AttributeList",
|
|
17344
|
+
"type": "List[attrib-id]",
|
|
17345
|
+
"writable": false
|
|
17346
|
+
},
|
|
17347
|
+
"65532": {
|
|
17348
|
+
"id": 65532,
|
|
17349
|
+
"cluster_id": 322239491,
|
|
17350
|
+
"label": "FeatureMap",
|
|
17351
|
+
"type": "map32",
|
|
17352
|
+
"writable": false
|
|
17353
|
+
},
|
|
17354
|
+
"65533": {
|
|
17355
|
+
"id": 65533,
|
|
17356
|
+
"cluster_id": 322239491,
|
|
17357
|
+
"label": "ClusterRevision",
|
|
17358
|
+
"type": "uint16",
|
|
17359
|
+
"writable": false
|
|
17360
|
+
}
|
|
17361
|
+
},
|
|
17362
|
+
"commands": {}
|
|
15293
17363
|
}
|
|
15294
17364
|
};
|