Skip to content

Commit

Permalink
fixed #185
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Oct 20, 2024
1 parent db923dd commit 8e55496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## [11.4.1] - 2024-10-10
### support for shelly plugs mtr gen 3 - [#182](https://github.com/windkh/node-red-contrib-shelly/issues/182)
## [11.4.2] - 2024-10-20
### support for shelly bulb rgbw - [#185](https://github.com/windkh/node-red-contrib-shelly/issues/185)

## [11.4.0] - 2024-10-04
### support for shelly RC button 4 - [#181](https://github.com/windkh/node-red-contrib-shelly/issues/181)
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": "node-red-contrib-shelly",
"version": "11.4.1",
"version": "11.4.2",
"description": "Shelly nodes.",
"node-red": {
"version": ">=3.0.0",
Expand Down
1 change: 1 addition & 0 deletions shelly/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
{ "gen" : "1", "name" : "Shelly DUO", "model" : "SHBDUO-1", "type" : "Dimmer", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-duo-duo-gu10", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly Vintage", "model" : "SHVIN-1", "type" : "Dimmer", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-vintage", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly Duo RGBW", "model" : "SHCB-1", "type" : "RGBW", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-bulb-duo-rgbw", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly Bulb RGBW", "model" : "SHBLB-1", "type" : "RGBW", "helpLink" : "", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly H&T", "model" : "SHHT-1", "type" : "Sensor", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-h-t", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly Flood", "model" : "SHWT-1", "type" : "Sensor", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-flood", "supported" : "true" },
{ "gen" : "1", "name" : "Shelly Door/Window 1", "model" : "SHDW-1", "type" : "Sensor", "helpLink" : "", "supported" : "true" },
Expand Down

0 comments on commit 8e55496

Please sign in to comment.