@matter-server/dashboard 0.5.8 → 0.5.9

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.
@@ -230,6 +230,7 @@ class MatterNode {
230
230
  available;
231
231
  is_bridge;
232
232
  attributes;
233
+ /** Attribute subscriptions (always empty array in current protocol, matches Python Matter Server) */
233
234
  attribute_subscriptions;
234
235
  /**
235
236
  * Matter specification version of the node (e.g., "1.2.0", "1.3.0", "1.4.0").
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter-server/dashboard",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Dashboard for OHF Matter Server",
5
5
  "bugs": {
6
6
  "url": "https://github.com/matter-js/matterjs-server/issues"
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@lit/context": "^1.1.6",
39
39
  "@material/web": "^2.4.1",
40
- "@matter-server/ws-client": "0.5.8",
41
- "@matter-server/custom-clusters": "0.5.8",
40
+ "@matter-server/ws-client": "0.5.9",
41
+ "@matter-server/custom-clusters": "0.5.9",
42
42
  "@mdi/js": "^7.4.47",
43
43
  "lit": "^3.3.2",
44
44
  "tslib": "^2.8.1",