Skip to content

Commit

Permalink
fix #182
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Oct 10, 2024
1 parent e95ded8 commit 3389788
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.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.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.0",
"version": "11.4.1",
"description": "Shelly nodes.",
"node-red": {
"version": ">=3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion shelly/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
{ "gen" : "3", "name" : "Shelly 1 Mini Gen3", "model" : "S3SW-001X8EU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-1-mini-gen3", "supported" : "not tested" },
{ "gen" : "3", "name" : "Shelly 1PM Mini Gen3", "model" : "S3SW-001P8EU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-1pm-mini-gen3", "supported" : "true" },
{ "gen" : "3", "name" : "Shelly PM Mini Gen3", "model" : "S3PM-001PCEU16","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pm-mini-gen3", "supported" : "not tested" },
{ "gen" : "3", "name" : "Shelly PM Mini Gen3", "model" : "S3PM-001PCEU16","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pm-mini-gen3", "supported" : "not tested" }
{ "gen" : "3", "name" : "Shelly PM Mini Gen3", "model" : "S3PM-001PCEU16","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pm-mini-gen3", "supported" : "not tested" },
{ "gen" : "3", "name" : "Shelly Plug S MTR Gen3","model" : "S3PL-00112EU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-plug-s-mtr-gen3", "supported" : "not tested" }
]
}

0 comments on commit 3389788

Please sign in to comment.