Skip to content

Commit

Permalink
Merge pull request #851 from JuniperChris929/mini
Browse files Browse the repository at this point in the history
removed the "plus" from the new mini series
  • Loading branch information
GermanBluefox authored Sep 26, 2023
2 parents d350419 + c78b385 commit 661c061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/devices/gen2/shelly1pmmini.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ shellyHelperGen2.addSwitchToGen2Device(shelly1pmmini, 0, true);
shellyHelperGen2.addInputToGen2Device(shelly1pmmini, 0);

module.exports = {
shelly1pmmini: shelly1pmmini,
shelly1pmmini,
};
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.shelly",
"version": "6.4.3",
"version": "6.4.4",
"description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP",
"author": {
"name": "Thorsten Stueben",
Expand All @@ -14,6 +14,10 @@
{
"name": "Matthias Kleine",
"email": "[email protected]"
},
{
"name": "Christian Scholz",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.shelly",
Expand Down

0 comments on commit 661c061

Please sign in to comment.