@matter-server/dashboard 0.2.4-alpha.0-20260116-d0b21f3 → 0.2.4

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.
Files changed (21) hide show
  1. package/dist/esm/client/models/descriptions.d.ts.map +1 -1
  2. package/dist/esm/client/models/descriptions.js +486 -0
  3. package/dist/esm/client/models/descriptions.js.map +1 -1
  4. package/dist/esm/pages/matter-cluster-view.d.ts.map +1 -1
  5. package/dist/esm/pages/matter-cluster-view.js +23 -7
  6. package/dist/esm/pages/matter-cluster-view.js.map +1 -1
  7. package/dist/web/js/{commission-node-dialog-B6EYNztD.js → commission-node-dialog-30lGnJcb.js} +5 -5
  8. package/dist/web/js/{commission-node-existing-CKKStTjd.js → commission-node-existing-RgaziosB.js} +4 -4
  9. package/dist/web/js/{commission-node-thread-D_Hgo4-b.js → commission-node-thread-CJn6OYQX.js} +4 -4
  10. package/dist/web/js/{commission-node-wifi-DQrWnfn9.js → commission-node-wifi-CCBBvBEh.js} +4 -4
  11. package/dist/web/js/{dialog-box-9i64nfcC.js → dialog-box-CFO9GMyG.js} +2 -2
  12. package/dist/web/js/{fire_event-CGgNDbLy.js → fire_event-CdvT7FSP.js} +1 -1
  13. package/dist/web/js/main.js +1 -1
  14. package/dist/web/js/{matter-dashboard-app-DD29PeTW.js → matter-dashboard-app-DwI2RvT1.js} +509 -7
  15. package/dist/web/js/{node-binding-dialog-DnO2DL_u.js → node-binding-dialog-CmTgtqz1.js} +3 -3
  16. package/dist/web/js/{outlined-text-field-tv3ZtxuK.js → outlined-text-field-DeeCilzP.js} +2 -2
  17. package/dist/web/js/{prevent_default-C72e35wq.js → prevent_default--haJaAsZ.js} +1 -1
  18. package/package.json +4 -3
  19. package/src/client/models/descriptions.ts +486 -0
  20. package/src/pages/matter-cluster-view.ts +31 -8
  21. package/src/tsconfig.json +3 -0
@@ -1 +1 @@
1
- {"version":3,"file":"descriptions.d.ts","sourceRoot":"","sources":["../../../../src/client/models/descriptions.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,UAAU;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA2B;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,2BAA2B,CAAA;KAAE,CAAC;CACvE;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAiSnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy4UvD,CAAC"}
1
+ {"version":3,"file":"descriptions.d.ts","sourceRoot":"","sources":["../../../../src/client/models/descriptions.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,UAAU;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,2BAA2B;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAkB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,2BAA2B,CAAA;KAAE,CAAC;CACvE;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAiSnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CA+2VvD,CAAC"}
@@ -10920,6 +10920,492 @@ const clusters = {
10920
10920
  "type": "ClusterRevision"
10921
10921
  }
10922
10922
  }
10923
+ },
10924
+ "2820": {
10925
+ "id": 2820,
10926
+ "label": "Draft Electrical Measurement Cluster",
10927
+ "attributes": {
10928
+ "1285": {
10929
+ "id": 1285,
10930
+ "cluster_id": 2820,
10931
+ "label": "Rms Voltage",
10932
+ "type": "Optional[unknown]"
10933
+ },
10934
+ "1288": {
10935
+ "id": 1288,
10936
+ "cluster_id": 2820,
10937
+ "label": "Rms Current",
10938
+ "type": "Optional[unknown]"
10939
+ },
10940
+ "1291": {
10941
+ "id": 1291,
10942
+ "cluster_id": 2820,
10943
+ "label": "Active Power",
10944
+ "type": "Optional[unknown]"
10945
+ },
10946
+ "1536": {
10947
+ "id": 1536,
10948
+ "cluster_id": 2820,
10949
+ "label": "Ac Voltage Multiplier",
10950
+ "type": "Optional[unknown]"
10951
+ },
10952
+ "1537": {
10953
+ "id": 1537,
10954
+ "cluster_id": 2820,
10955
+ "label": "Ac Voltage Divisor",
10956
+ "type": "Optional[unknown]"
10957
+ },
10958
+ "1538": {
10959
+ "id": 1538,
10960
+ "cluster_id": 2820,
10961
+ "label": "Ac Current Multiplier",
10962
+ "type": "Optional[unknown]"
10963
+ },
10964
+ "1539": {
10965
+ "id": 1539,
10966
+ "cluster_id": 2820,
10967
+ "label": "Ac Current Divisor",
10968
+ "type": "Optional[unknown]"
10969
+ },
10970
+ "1540": {
10971
+ "id": 1540,
10972
+ "cluster_id": 2820,
10973
+ "label": "Ac Power Multiplier",
10974
+ "type": "Optional[unknown]"
10975
+ },
10976
+ "1541": {
10977
+ "id": 1541,
10978
+ "cluster_id": 2820,
10979
+ "label": "Ac Power Divisor",
10980
+ "type": "Optional[unknown]"
10981
+ },
10982
+ "65528": {
10983
+ "id": 65528,
10984
+ "cluster_id": 2820,
10985
+ "label": "Generated Command List",
10986
+ "type": "List[command-id]"
10987
+ },
10988
+ "65529": {
10989
+ "id": 65529,
10990
+ "cluster_id": 2820,
10991
+ "label": "Accepted Command List",
10992
+ "type": "List[command-id]"
10993
+ },
10994
+ "65530": {
10995
+ "id": 65530,
10996
+ "cluster_id": 2820,
10997
+ "label": "Event List",
10998
+ "type": "Optional[unknown]"
10999
+ },
11000
+ "65531": {
11001
+ "id": 65531,
11002
+ "cluster_id": 2820,
11003
+ "label": "Attribute List",
11004
+ "type": "List[attrib-id]"
11005
+ },
11006
+ "65532": {
11007
+ "id": 65532,
11008
+ "cluster_id": 2820,
11009
+ "label": "Feature Map",
11010
+ "type": "map32"
11011
+ },
11012
+ "65533": {
11013
+ "id": 65533,
11014
+ "cluster_id": 2820,
11015
+ "label": "Cluster Revision",
11016
+ "type": "uint16"
11017
+ }
11018
+ }
11019
+ },
11020
+ "302775297": {
11021
+ "id": 302775297,
11022
+ "label": "Heiman Cluster",
11023
+ "attributes": {
11024
+ "65528": {
11025
+ "id": 65528,
11026
+ "cluster_id": 302775297,
11027
+ "label": "Generated Command List",
11028
+ "type": "List[command-id]"
11029
+ },
11030
+ "65529": {
11031
+ "id": 65529,
11032
+ "cluster_id": 302775297,
11033
+ "label": "Accepted Command List",
11034
+ "type": "List[command-id]"
11035
+ },
11036
+ "65530": {
11037
+ "id": 65530,
11038
+ "cluster_id": 302775297,
11039
+ "label": "Event List",
11040
+ "type": "Optional[unknown]"
11041
+ },
11042
+ "65531": {
11043
+ "id": 65531,
11044
+ "cluster_id": 302775297,
11045
+ "label": "Attribute List",
11046
+ "type": "List[attrib-id]"
11047
+ },
11048
+ "65532": {
11049
+ "id": 65532,
11050
+ "cluster_id": 302775297,
11051
+ "label": "Feature Map",
11052
+ "type": "map32"
11053
+ },
11054
+ "65533": {
11055
+ "id": 65533,
11056
+ "cluster_id": 302775297,
11057
+ "label": "Cluster Revision",
11058
+ "type": "uint16"
11059
+ },
11060
+ "302710800": {
11061
+ "id": 302710800,
11062
+ "cluster_id": 302775297,
11063
+ "label": "Tamper Alarm",
11064
+ "type": "Optional[unknown]"
11065
+ },
11066
+ "302710801": {
11067
+ "id": 302710801,
11068
+ "cluster_id": 302775297,
11069
+ "label": "Preheating State",
11070
+ "type": "Optional[unknown]"
11071
+ },
11072
+ "302710802": {
11073
+ "id": 302710802,
11074
+ "cluster_id": 302775297,
11075
+ "label": "No Disturbing State",
11076
+ "type": "Optional[unknown]"
11077
+ },
11078
+ "302710803": {
11079
+ "id": 302710803,
11080
+ "cluster_id": 302775297,
11081
+ "label": "Sensor Type",
11082
+ "type": "Optional[unknown]"
11083
+ },
11084
+ "302710804": {
11085
+ "id": 302710804,
11086
+ "cluster_id": 302775297,
11087
+ "label": "Siren Active",
11088
+ "type": "Optional[unknown]"
11089
+ },
11090
+ "302710805": {
11091
+ "id": 302710805,
11092
+ "cluster_id": 302775297,
11093
+ "label": "Alarm Mute",
11094
+ "type": "Optional[unknown]"
11095
+ },
11096
+ "302710806": {
11097
+ "id": 302710806,
11098
+ "cluster_id": 302775297,
11099
+ "label": "Low Power Mode",
11100
+ "type": "Optional[unknown]"
11101
+ }
11102
+ }
11103
+ },
11104
+ "305134641": {
11105
+ "id": 305134641,
11106
+ "label": "Inovelli Cluster",
11107
+ "attributes": {
11108
+ "65528": {
11109
+ "id": 65528,
11110
+ "cluster_id": 305134641,
11111
+ "label": "Generated Command List",
11112
+ "type": "List[command-id]"
11113
+ },
11114
+ "65529": {
11115
+ "id": 65529,
11116
+ "cluster_id": 305134641,
11117
+ "label": "Accepted Command List",
11118
+ "type": "List[command-id]"
11119
+ },
11120
+ "65530": {
11121
+ "id": 65530,
11122
+ "cluster_id": 305134641,
11123
+ "label": "Event List",
11124
+ "type": "Optional[unknown]"
11125
+ },
11126
+ "65531": {
11127
+ "id": 65531,
11128
+ "cluster_id": 305134641,
11129
+ "label": "Attribute List",
11130
+ "type": "List[attrib-id]"
11131
+ },
11132
+ "65532": {
11133
+ "id": 65532,
11134
+ "cluster_id": 305134641,
11135
+ "label": "Feature Map",
11136
+ "type": "map32"
11137
+ },
11138
+ "65533": {
11139
+ "id": 65533,
11140
+ "cluster_id": 305134641,
11141
+ "label": "Cluster Revision",
11142
+ "type": "uint16"
11143
+ },
11144
+ "305070177": {
11145
+ "id": 305070177,
11146
+ "cluster_id": 305134641,
11147
+ "label": "Led Indicator Intensity On",
11148
+ "type": "Optional[unknown]"
11149
+ },
11150
+ "305070178": {
11151
+ "id": 305070178,
11152
+ "cluster_id": 305134641,
11153
+ "label": "Led Indicator Intensity Off",
11154
+ "type": "Optional[unknown]"
11155
+ },
11156
+ "305070342": {
11157
+ "id": 305070342,
11158
+ "cluster_id": 305134641,
11159
+ "label": "Clear Notification With Config Double Tap",
11160
+ "type": "Optional[bool]"
11161
+ }
11162
+ }
11163
+ },
11164
+ "308149265": {
11165
+ "id": 308149265,
11166
+ "label": "Neo Cluster",
11167
+ "attributes": {
11168
+ "65528": {
11169
+ "id": 65528,
11170
+ "cluster_id": 308149265,
11171
+ "label": "Generated Command List",
11172
+ "type": "List[command-id]"
11173
+ },
11174
+ "65529": {
11175
+ "id": 65529,
11176
+ "cluster_id": 308149265,
11177
+ "label": "Accepted Command List",
11178
+ "type": "List[command-id]"
11179
+ },
11180
+ "65530": {
11181
+ "id": 65530,
11182
+ "cluster_id": 308149265,
11183
+ "label": "Event List",
11184
+ "type": "Optional[unknown]"
11185
+ },
11186
+ "65531": {
11187
+ "id": 65531,
11188
+ "cluster_id": 308149265,
11189
+ "label": "Attribute List",
11190
+ "type": "List[attrib-id]"
11191
+ },
11192
+ "65532": {
11193
+ "id": 65532,
11194
+ "cluster_id": 308149265,
11195
+ "label": "Feature Map",
11196
+ "type": "map32"
11197
+ },
11198
+ "65533": {
11199
+ "id": 65533,
11200
+ "cluster_id": 308149265,
11201
+ "label": "Cluster Revision",
11202
+ "type": "uint16"
11203
+ },
11204
+ "308084769": {
11205
+ "id": 308084769,
11206
+ "cluster_id": 308149265,
11207
+ "label": "Watt Accumulated",
11208
+ "type": "Optional[unknown]"
11209
+ },
11210
+ "308084770": {
11211
+ "id": 308084770,
11212
+ "cluster_id": 308149265,
11213
+ "label": "Current",
11214
+ "type": "Optional[unknown]"
11215
+ },
11216
+ "308084771": {
11217
+ "id": 308084771,
11218
+ "cluster_id": 308149265,
11219
+ "label": "Watt",
11220
+ "type": "Optional[unknown]"
11221
+ },
11222
+ "308084772": {
11223
+ "id": 308084772,
11224
+ "cluster_id": 308149265,
11225
+ "label": "Voltage",
11226
+ "type": "Optional[unknown]"
11227
+ }
11228
+ }
11229
+ },
11230
+ "319486977": {
11231
+ "id": 319486977,
11232
+ "label": "Eve Cluster",
11233
+ "attributes": {
11234
+ "65528": {
11235
+ "id": 65528,
11236
+ "cluster_id": 319486977,
11237
+ "label": "Generated Command List",
11238
+ "type": "List[command-id]"
11239
+ },
11240
+ "65529": {
11241
+ "id": 65529,
11242
+ "cluster_id": 319486977,
11243
+ "label": "Accepted Command List",
11244
+ "type": "List[command-id]"
11245
+ },
11246
+ "65530": {
11247
+ "id": 65530,
11248
+ "cluster_id": 319486977,
11249
+ "label": "Event List",
11250
+ "type": "Optional[unknown]"
11251
+ },
11252
+ "65531": {
11253
+ "id": 65531,
11254
+ "cluster_id": 319486977,
11255
+ "label": "Attribute List",
11256
+ "type": "List[attrib-id]"
11257
+ },
11258
+ "65532": {
11259
+ "id": 65532,
11260
+ "cluster_id": 319486977,
11261
+ "label": "Feature Map",
11262
+ "type": "map32"
11263
+ },
11264
+ "65533": {
11265
+ "id": 65533,
11266
+ "cluster_id": 319486977,
11267
+ "label": "Cluster Revision",
11268
+ "type": "uint16"
11269
+ },
11270
+ "319422470": {
11271
+ "id": 319422470,
11272
+ "cluster_id": 319486977,
11273
+ "label": "Times Opened",
11274
+ "type": "Optional[unknown]"
11275
+ },
11276
+ "319422472": {
11277
+ "id": 319422472,
11278
+ "cluster_id": 319486977,
11279
+ "label": "Voltage",
11280
+ "type": "Optional[unknown]"
11281
+ },
11282
+ "319422473": {
11283
+ "id": 319422473,
11284
+ "cluster_id": 319486977,
11285
+ "label": "Current",
11286
+ "type": "Optional[unknown]"
11287
+ },
11288
+ "319422474": {
11289
+ "id": 319422474,
11290
+ "cluster_id": 319486977,
11291
+ "label": "Watt",
11292
+ "type": "Optional[unknown]"
11293
+ },
11294
+ "319422475": {
11295
+ "id": 319422475,
11296
+ "cluster_id": 319486977,
11297
+ "label": "Watt Accumulated",
11298
+ "type": "Optional[unknown]"
11299
+ },
11300
+ "319422477": {
11301
+ "id": 319422477,
11302
+ "cluster_id": 319486977,
11303
+ "label": "Motion Sensitivity",
11304
+ "type": "Optional[unknown]"
11305
+ },
11306
+ "319422478": {
11307
+ "id": 319422478,
11308
+ "cluster_id": 319486977,
11309
+ "label": "Watt Accumulated Control Point",
11310
+ "type": "Optional[unknown]"
11311
+ },
11312
+ "319422480": {
11313
+ "id": 319422480,
11314
+ "cluster_id": 319486977,
11315
+ "label": "Obstruction Detected",
11316
+ "type": "Optional[bool]"
11317
+ },
11318
+ "319422483": {
11319
+ "id": 319422483,
11320
+ "cluster_id": 319486977,
11321
+ "label": "Altitude",
11322
+ "type": "Optional[unknown]"
11323
+ },
11324
+ "319422484": {
11325
+ "id": 319422484,
11326
+ "cluster_id": 319486977,
11327
+ "label": "Pressure",
11328
+ "type": "Optional[unknown]"
11329
+ },
11330
+ "319422485": {
11331
+ "id": 319422485,
11332
+ "cluster_id": 319486977,
11333
+ "label": "Weather Trend",
11334
+ "type": "Optional[unknown]"
11335
+ },
11336
+ "319422488": {
11337
+ "id": 319422488,
11338
+ "cluster_id": 319486977,
11339
+ "label": "Valve Position",
11340
+ "type": "Optional[unknown]"
11341
+ }
11342
+ }
11343
+ },
11344
+ "319683586": {
11345
+ "id": 319683586,
11346
+ "label": "Third Reality Metering Cluster",
11347
+ "attributes": {
11348
+ "0": {
11349
+ "id": 0,
11350
+ "cluster_id": 319683586,
11351
+ "label": "Current Summation Delivered",
11352
+ "type": "Optional[unknown]"
11353
+ },
11354
+ "769": {
11355
+ "id": 769,
11356
+ "cluster_id": 319683586,
11357
+ "label": "Multiplier",
11358
+ "type": "Optional[unknown]"
11359
+ },
11360
+ "770": {
11361
+ "id": 770,
11362
+ "cluster_id": 319683586,
11363
+ "label": "Divisor",
11364
+ "type": "Optional[unknown]"
11365
+ },
11366
+ "1024": {
11367
+ "id": 1024,
11368
+ "cluster_id": 319683586,
11369
+ "label": "Instantaneous Demand",
11370
+ "type": "Optional[unknown]"
11371
+ },
11372
+ "65528": {
11373
+ "id": 65528,
11374
+ "cluster_id": 319683586,
11375
+ "label": "Generated Command List",
11376
+ "type": "List[command-id]"
11377
+ },
11378
+ "65529": {
11379
+ "id": 65529,
11380
+ "cluster_id": 319683586,
11381
+ "label": "Accepted Command List",
11382
+ "type": "List[command-id]"
11383
+ },
11384
+ "65530": {
11385
+ "id": 65530,
11386
+ "cluster_id": 319683586,
11387
+ "label": "Event List",
11388
+ "type": "Optional[unknown]"
11389
+ },
11390
+ "65531": {
11391
+ "id": 65531,
11392
+ "cluster_id": 319683586,
11393
+ "label": "Attribute List",
11394
+ "type": "List[attrib-id]"
11395
+ },
11396
+ "65532": {
11397
+ "id": 65532,
11398
+ "cluster_id": 319683586,
11399
+ "label": "Feature Map",
11400
+ "type": "map32"
11401
+ },
11402
+ "65533": {
11403
+ "id": 65533,
11404
+ "cluster_id": 319683586,
11405
+ "label": "Cluster Revision",
11406
+ "type": "uint16"
11407
+ }
11408
+ }
10923
11409
  }
10924
11410
  };
10925
11411
  export {