From 8e5549646e2f56c3c0c96ec3699a747ef31e13f8 Mon Sep 17 00:00:00 2001 From: windkh Date: Sun, 20 Oct 2024 15:40:28 +0200 Subject: [PATCH] fixed #185 --- CHANGELOG.md | 4 ++-- package.json | 2 +- shelly/config/config.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a760e38..029628e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5114f36..6a995f5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/shelly/config/config.json b/shelly/config/config.json index 85e60e7..0cb759d 100644 --- a/shelly/config/config.json +++ b/shelly/config/config.json @@ -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" },