From 227cb6b4c6f5a1c04e3f0c7c3cc31c11eb41d3ca Mon Sep 17 00:00:00 2001 From: windkh Date: Thu, 19 Sep 2024 16:45:20 +0200 Subject: [PATCH] fixed #179 --- CHANGELOG.md | 3 +++ package.json | 2 +- shelly/config/config.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0316500..a9274cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 17683d5..d6ce71f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/shelly/config/config.json b/shelly/config/config.json index 88ee7bd..706451f 100644 --- a/shelly/config/config.json +++ b/shelly/config/config.json @@ -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" },