Skip to content

Commit

Permalink
fix #188
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Nov 4, 2024
1 parent da42aef commit f95c467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [11.5.1] - 2024-11-04
### added Shelly Pro 1 UL - [#188](https://github.com/windkh/node-red-contrib-shelly/issues/188)

## [11.5.0] - 2024-10-20
### msg.payload can be an array of commands (gen2 only) - [#184](https://github.com/windkh/node-red-contrib-shelly/issues/184)

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.5.0",
"version": "11.5.1",
"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 @@ -84,6 +84,7 @@
{ "gen" : "2", "name" : "Shelly Pro 1", "model" : "SPSW-001XE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1 v.0", "model" : "SPSW-101XE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1 v.1", "model" : "SPSW-201XE16EU","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pro-1-v1", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1 v.1 UL", "model" : "SPSW-201XE15UL","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1PM", "model" : "SPSW-001PE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1PM v.0", "model" : "SPSW-101PE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 1PM v.1", "model" : "SPSW-201PE16EU","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pro-1pm-v1", "supported" : "not tested" },
Expand Down

0 comments on commit f95c467

Please sign in to comment.