Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Nov 30, 2024
1 parent d5bc97b commit 303fdc6
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 180 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ If you like this project and find it useful, please consider giving it a star on

All notable changes to this project will be documented in this file.

## [1.2.0] - 2024-11-21
## [1.2.0] - 2024-11-30

### Added

- [edge]: Verified to work with matterbridge edge (matter.js new API).
- [edge]: Verified to work with Matterbridge edge (matter.js new API).
- [plugin]: Refactor movement to support concurrent movementes from all screens.
- [plugin]: Refactor movement to show the movement on the controller (if it supports that) even for close and open commands.
- [matter]: Added bridgedNode and powerSource device types to the cover.

### Changed

- [package]: Requires matterbridge 1.6.0.
- [package]: Requires matterbridge 1.6.5.
- [package]: Updated dependencies.

### Fixed
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Follow these steps to install or update Matterbridge if it is not already instal
on Windows:

```
npm install -g matterbridge
npm install -g matterbridge --omit=dev
```

on Linux (you need the necessary permissions):
on Linux (if may need the necessary permissions):

```
sudo npm install -g matterbridge
sudo npm install -g matterbridge --omit=dev
```

See the complete guidelines on [Matterbridge](https://github.com/Luligu/matterbridge/blob/main/README.md) for more information.
Expand All @@ -43,26 +43,30 @@ A working setup of any of the TaHoma bridges (like the Connectivity kit).

## How to install

Open the frontend of matterbridge, select the plugin and install it.

## How to install from the command line

On windows:

```
cd $HOME\Matterbridge
npm install -g matterbridge-somfy-tahoma
npm install -g matterbridge-somfy-tahoma --omit=dev
matterbridge -add matterbridge-somfy-tahoma
```

On linux:

```
cd ~/Matterbridge
sudo npm install -g matterbridge-somfy-tahoma
sudo npm install -g matterbridge-somfy-tahoma --omit=dev
matterbridge -add matterbridge-somfy-tahoma
```

Then start Matterbridge

```
matterbridge -bridge
matterbridge
```

## How to use it
Expand Down
Loading

0 comments on commit 303fdc6

Please sign in to comment.