Skip to content

Commit

Permalink
fixed #179
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Sep 19, 2024
1 parent 579e44f commit 227cb6b
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.1.1] - 2024-09-19
### added Shelly Pro 2 UL - [#179](https://github.com/windkh/node-red-contrib-shelly/issues/179)

## [11.1.0] - 2024-09-19
### fixed callback - [#178](https://github.com/windkh/node-red-contrib-shelly/issues/178)

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.1.0",
"version": "11.1.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 @@ -88,6 +88,7 @@
{ "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" },
{ "gen" : "2", "name" : "Shelly Pro 1PM v.1 UL","model" : "SPSW-201PE15UL","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 2 v.1", "model" : "SPSW-202XE16EU","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pro-2-v1", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 2 v.1 UL", "model" : "SPSW-202XE12UL","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 2PM", "model" : "SPSW-002PE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 2PM v.0", "model" : "SPSW-102PE16EU","type" : "Relay", "helpLink" : "", "supported" : "not tested" },
{ "gen" : "2", "name" : "Shelly Pro 2PM v.1", "model" : "SPSW-202PE16EU","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pro-2pm-v1", "supported" : "not tested" },
Expand Down

0 comments on commit 227cb6b

Please sign in to comment.