Skip to content

Commit

Permalink
Identify and PowerSource and UI optimizations (#322)
Browse files Browse the repository at this point in the history
* deps

* power source opts

* better return duplicate pairing error

* refactor identify logic

* add logging

* remove existing devie check in UI

* readme

* adjust logging

* ui update
  • Loading branch information
Apollon77 authored Jan 22, 2025
1 parent 51cfa91 commit d8ce89a
Show file tree
Hide file tree
Showing 37 changed files with 598 additions and 424 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ With the ioBroker Matter Adapter it is possible to map the following use cases:
-->

## Changelog

### __WORK IN PROGRESS__
* (@bluefox) Optimized UI
* (@Apollon77) Improved handling for Power Source cluster on root endpoint
* (@Apollon77) Changed Identify handling - Light will be turned on/off, others just logged

### 0.4.0 (2025-01-20)
* (@Apollon77) "SET" states are no longer updated when Actual states are present and get updated!
* (@Apollon77) Initializes states also with "ack=false" states because better than no initial values
Expand Down
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"url": "https://github.com/ioBroker/ioBroker.matter"
},
"optionalDependencies": {
"@matter/nodejs-ble": "0.12.0-alpha.0-20250118-678537a5f"
"@matter/nodejs-ble": "0.12.0-alpha.0-20250121-0ab1b29a1"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"@iobroker/i18n": "^0.3.1",
"@iobroker/dm-utils": "^1.0.6",
"@iobroker/type-detector": "^4.1.1",
"@matter/main": "0.12.0-alpha.0-20250118-678537a5f",
"@matter/nodejs": "0.12.0-alpha.0-20250118-678537a5f",
"@project-chip/matter.js": "0.12.0-alpha.0-20250118-678537a5f",
"@matter/main": "0.12.0-alpha.0-20250121-0ab1b29a1",
"@matter/nodejs": "0.12.0-alpha.0-20250121-0ab1b29a1",
"@project-chip/matter.js": "0.12.0-alpha.0-20250121-0ab1b29a1",
"axios": "^1.7.9",
"jsonwebtoken": "^9.0.2"
},
Expand Down
48 changes: 24 additions & 24 deletions src-admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"@foxriver76/iob-component-lib": "^0.2.0",
"@iobroker/adapter-react-v5": "^7.4.14",
"@iobroker/dm-gui-components": "^7.4.14",
"@iobroker/adapter-react-v5": "^7.4.15",
"@iobroker/dm-gui-components": "^7.4.15",
"@iobroker/type-detector": "^4.1.1",
"@types/react-dom": "^18.3.5",
"@types/uuid": "^10.0.0",
Expand Down Expand Up @@ -51,4 +51,4 @@
}
]
]
}
}
Loading

0 comments on commit d8ce89a

Please sign in to comment.