Skip to content

Commit

Permalink
Release 3.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed May 25, 2021
1 parent d134c79 commit 101d236
Show file tree
Hide file tree
Showing 25 changed files with 4,515 additions and 265 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,8 @@
},
"3.0.45": {
"en": "Fixed an error when setting dimmer to 0 brightness, also fixed an issue where flow cards where not showing up on the Shelly 1L. Added a possible fix for some RGBW2 devices returning a 404 error after the previous release and included some additional error handling for network communication errors."
},
"3.0.46": {
"en": "Branding improvements and preparations for the upcoming Shelly4Pro. No functional changes in this release."
}
}
16 changes: 12 additions & 4 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,21 @@
"Shelly Vintage"
]
},
"version": "3.0.45",
"version": "3.0.46",
"compatibility": ">=5.0.0",
"author": {
"name": "Jelger Haanstra",
"email": "homey@solidewebservices.com",
"name": "Allterco Robotics",
"email": "homey@shelly.cloud",
"website": "https://github.com/jghaanstra/cloud.shelly/"
},
"contributors": {
"developers": [
{
"name": "Jelger Haanstra",
"email": "[email protected]"
}
]
},
"contributing": {
"donate": {
"paypal": {
Expand All @@ -81,7 +89,7 @@
},
"homeyCommunityTopicId": 765,
"source": "https://github.com/jghaanstra/cloud.shelly",
"homepage": "https://community.athom.com/t/765",
"homepage": "https://shelly.cloud/",
"images": {
"small": "./assets/images/small.jpg",
"large": "./assets/images/large.jpg",
Expand Down
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class ShellyApp extends Homey.App {
}
const filteredShelly = filteredShellies.filter(shelly => shelly.id.includes(deviceid));
const homeydevice = filteredShelly[0].device;
homeydevice.deviceCoapReport(prop, newValue);
homeydevice.parseCapabilityUpdate(prop, newValue);
if (homeydevice.getSetting('address') !== device.host) {
homeydevice.setSettings({address: device.host});
}
Expand Down
16 changes: 12 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,21 @@
"Shelly Vintage"
]
},
"version": "3.0.45",
"version": "3.0.46",
"compatibility": ">=5.0.0",
"author": {
"name": "Jelger Haanstra",
"email": "homey@solidewebservices.com",
"name": "Allterco Robotics",
"email": "homey@shelly.cloud",
"website": "https://github.com/jghaanstra/cloud.shelly/"
},
"contributors": {
"developers": [
{
"name": "Jelger Haanstra",
"email": "[email protected]"
}
]
},
"contributing": {
"donate": {
"paypal": {
Expand All @@ -82,7 +90,7 @@
},
"homeyCommunityTopicId": 765,
"source": "https://github.com/jghaanstra/cloud.shelly",
"homepage": "https://community.athom.com/t/765",
"homepage": "https://shelly.cloud/",
"images": {
"small": "./assets/images/small.jpg",
"large": "./assets/images/large.jpg",
Expand Down
Loading

0 comments on commit 101d236

Please sign in to comment.