Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.11 #99

Merged
merged 33 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d2145c9
Refactor PowerSource
Luligu Nov 22, 2024
44c9e89
Dev 1.0.11-dev.1
Luligu Nov 25, 2024
3a13e77
Platform jest test on shelly1
Luligu Nov 25, 2024
788f29d
Dev 1.0.11-dev.2
Luligu Dec 1, 2024
3d769e2
Jest shellyProperty 100%
Luligu Dec 1, 2024
c315131
Jest shellyComponent 100%
Luligu Dec 1, 2024
d578e9a
Jest shellyComponent 100%
Luligu Dec 1, 2024
fdc9664
Jest shellyComponent 100%
Luligu Dec 1, 2024
39b3856
Jest platform
Luligu Dec 1, 2024
0f39335
Jest shellyComponent 100%
Luligu Dec 1, 2024
0ccbc12
Dev 1.0.11-dev.2
Luligu Dec 1, 2024
503d11f
Dev 1.0.11-dev.2
Luligu Dec 1, 2024
b1f10e6
Verified support for shelly2pmg3 (Shelly 2PM Gen 3) mode cover
Luligu Dec 1, 2024
48d22b1
The cache file is saved for all sleepy devices when they wake up
Luligu Dec 2, 2024
c9c448c
Dev 1.0.11-dev.3
Luligu Dec 2, 2024
ab70f3d
Requires matterbridge 1.6.5.
Luligu Dec 2, 2024
8762e62
Refactor Thermostat component
Luligu Dec 3, 2024
5ed7687
Refactor Thermostat component for BLU TRV
Luligu Dec 3, 2024
e1529ea
Add separate shellySwitchCommandHandler
Luligu Dec 3, 2024
1705dd4
Add separate shellyLight
Luligu Dec 3, 2024
b51c3c1
Add separate shellyCover
Luligu Dec 3, 2024
91b3de2
Add separate shellyUpdateHandler
Luligu Dec 3, 2024
030da27
Add deviceType modeSelect
Luligu Dec 3, 2024
24b7892
Dev 1.0.11-dev.4
Luligu Dec 3, 2024
112b667
CHANGELOG
Luligu Dec 3, 2024
12a5fa4
Dev 1.0.11-dev.4
Luligu Dec 3, 2024
2879cf6
Add Identify cluster
Luligu Dec 3, 2024
99479e6
Require node 18, 20 or 22
Luligu Dec 4, 2024
2cb91b7
Refactor PowerSource
Luligu Dec 4, 2024
fe9aabf
Dev 1.0.11-dev.5
Luligu Dec 4, 2024
3392014
Dev 1.0.11-dev.5
Luligu Dec 4, 2024
51683f2
Release 1.0.11
Luligu Dec 4, 2024
fb1e96c
Release 1.0.11
Luligu Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release 1.0.11
  • Loading branch information
Luligu committed Dec 4, 2024
commit 51683f2253ea1d85e74f9b5623324c9e1de3ecf9
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you like this project and find it useful, please consider giving it a star on

You can also sponsor Tamer here https://buymeacoffee.com/6sjde6vkzl for his invaluable contribution to this project.

## [1.0.11] - 2024-12-XX
## [1.0.11] - 2024-12-04

### Added

Expand All @@ -23,6 +23,7 @@ You can also sponsor Tamer here https://buymeacoffee.com/6sjde6vkzl for his inva
- [platform]: The ShellyPlatform class has grown too much: moved the shellySwitchCommandHandler, shellyLightCommandHandler, shellyCoverCommandHandler and shellyUpdateHandler methods to separate files.
- [platform]: Refactor Matter Thermostat component for WallDisplay
- [platform]: Refactor Matter Thermostat component for BLU Trv
- [levelControl]: Fix max level to 254.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-shelly",
"version": "1.0.11-dev.5",
"version": "1.0.11",
"description": "Matterbridge shelly plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down
Loading