Skip to content

Commit

Permalink
Merge pull request #47 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 0.9.8
  • Loading branch information
Luligu authored Sep 13, 2024
2 parents 93bb15b + 7878f42 commit b36250c
Show file tree
Hide file tree
Showing 13 changed files with 1,760 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-matterbridge-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm -v

- name: Install matterbridge
run: npm install -g matterbridge --verbose
run: npm install -g matterbridge

- name: Install dependencies
run: npm ci
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ If you like this project and find it useful, please consider giving it a star on

- Unless you are using docker (in that case all is already updated when you pull the image), please update Matterbridge to 1.5.4 to work with matterbridge-shelly >= 0.9.5. This is a one time issue due to the update to matter.js 0.10.0.

## [0.9.8] - 2024-09-13

### Added

- [shelly]: The Input components are not added when they are not enabled in the device web page.
- [shelly]: Input components configured like Button are now supported as momentary switches if exposeInputEvent=momentary.
- [shelly]: Configure Light and Rgb components.
- [shelly]: Extended support for Matter 1.3 electrical measurement clusters (they will soon be released in Home Automation).

### Verified

- [shelly]: Verified shellyplus010v with firmware v. 1.4.2 and added Jest test.
- [shelly]: Verified shellyplusi4 (DC) with firmware v. 1.4.2 and added Jest test.

### Changed

- [package]: Updated typescript to 5.6.2.
- [package]: Updated dependencies.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [0.9.7] - 2024-09-09

### Added
Expand Down
Loading

0 comments on commit b36250c

Please sign in to comment.