Skip to content

Commit

Permalink
Updates 25.01.24
Browse files Browse the repository at this point in the history
* Fixed Thermostat initialization logic and added more logging
* Updated matter.js for further optimizations
  • Loading branch information
Apollon77 committed Jan 25, 2025
1 parent 01d5be8 commit c4cfd88
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 140 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ With the ioBroker Matter Adapter it is possible to map the following use cases:
-->

## Changelog

### __WORK IN PROGRESS__
* (@Apollon77) Fixed Thermostat initialization logic and added more logging
* (@Apollon77) Updated matter.js for further optimizations

### 0.4.4 (2025-01-24)
* (@Apollon77) Added OPEN state for all Door Locks to open door again
* (@Apollon77) Fixed Thermostat initialization when no AUTO mode is supported
Expand Down
118 changes: 59 additions & 59 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"
"@matter/nodejs-ble": "0.12.1"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.3",
"@iobroker/i18n": "^0.3.1",
"@iobroker/dm-utils": "^1.0.7",
"@iobroker/type-detector": "^4.1.1",
"@matter/main": "0.12.0",
"@matter/nodejs": "0.12.0",
"@project-chip/matter.js": "0.12.0",
"@matter/main": "0.12.1",
"@matter/nodejs": "0.12.1",
"@project-chip/matter.js": "0.12.1",
"axios": "^1.7.9",
"jsonwebtoken": "^9.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions src-admin/package-lock.json

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

Loading

0 comments on commit c4cfd88

Please sign in to comment.