Skip to content

Commit

Permalink
Release 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Feb 27, 2021
1 parent 0e38f83 commit c554420
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,8 @@
},
"3.0.16": {
"en": "Please see the support forum for the change log. The release contains too much (breaking) changes to be added in the changelog here."
},
"3.0.17": {
"en": "Please see the support forum for the change log. The release contains too much (breaking) changes to be added in the changelog here."
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Shelly Button"
]
},
"version": "3.0.16",
"version": "3.0.17",
"compatibility": ">=5.0.0",
"author": {
"name": "Jelger Haanstra",
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"Shelly Button"
]
},
"version": "3.0.16",
"version": "3.0.17",
"compatibility": ">=5.0.0",
"author": {
"name": "Jelger Haanstra",
Expand Down
1 change: 0 additions & 1 deletion drivers/shellymotion/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ShellyMotionDriver extends Homey.Driver {
let deviceIcon = 'icon.svg';

session.setHandler('list_devices', async (data) => {
console.log(discoveryResults);
const devices = Object.values(discoveryResults).map(discoveryResult => {
return {
name: 'Shelly Motion Sensor ['+ discoveryResult.address +']',
Expand Down
2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"success": "Shelly device added succesfully",
"startpairing": "First pair the device with the Shelly smartphone app. Then press the physical button on your Shelly sensor or remove and re-insert the battery to wake up the device. The LED inside the sensor stops blinking once it has connected to your WiFi and is then ready for pairing. Then you can click the next button below.",
"startpairingbutton": "First pair the device with the Shelly smartphone app. Connect a USB cable to the button to ensure it's powered and connected with your WiFi before continuing.",
"startpairingmotion": "First pair the device with the Shelly smartphone app. Enable the CoAP communication through the webinterface of your Shelly Motion Sensor. From the webinterface reboot your Shelly Motion and continu this pairing wizard directly after the sensor has rebooted.",
"startpairingmotion": "[DUE TO A BUG IN THE MOTION SENSOR FIRMWARE YOU NEED TO MANUALLY PAIR THIS DEVICE USING ITS IP ADDRESS AS IT WONT BE DISCOVERED] First pair the device with the Shelly smartphone app. Enable the CoAP communication (under Internet & Security) through the webinterface of your Shelly Motion Sensor and enter the IP address of Homey here. From the webinterface reboot your Shelly Motion and continu this pairing wizard directly after the sensor has rebooted.",
"titleselection": "What do you want to do?",
"nodevices": "No devices have been discovered. You can try again or use manual pairing if you know the IP address of your Shelly device.",
"again": "Try Again",
Expand Down
2 changes: 1 addition & 1 deletion locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"success": "Shelly apparaat succesvol toegevoegd",
"startpairing": "Koppel het apparaat eerst met de Shelly smartphone app. Druk daarna op de fysieke knop op in je Shelly sensor of verwijder en herplaats de batterij om het apparaat wakker te maken. Wacht tot de LED aan blijft, de Shelly is dan verbonden met je WiFi netwerk. Klik vervolgens op de volgende knop hieronder.",
"startpairingbutton": "Koppel het apparaat eerst met de Shelly smartphone app. Verbind een USB kabel aan de knop om er zeker van te zijn dat deze stroom heeft en verbonden is met WiFi voordat je verder gaat.",
"startpairingmotion": "Koppel het apparaat eerst met de Shelly smartphone app. Schakel de CoAP communicatie optie in via de webinterface van de Shelly. Herstart je Shelly via de webinterface en ga verder met de pairing wizard direct nadat de sensor is herstart.",
"startpairingmotion": "[DUE TO A BUG IN THE MOTION SENSOR FIRMWARE YOU NEED TO MANUALLY PAIR THIS DEVICE USING ITS IP ADDRESS AS IT WONT BE DISCOVERED] Koppel het apparaat eerst met de Shelly smartphone app. Schakel de CoAP communicatie optie (onder Internet & Security) in via de webinterface van de Shelly en voeg hier het IP adres van Homey toe. Herstart je Shelly via de webinterface en ga verder met de pairing wizard direct nadat de sensor is herstart.",
"titleselection": "Wat wil je doen?",
"nodevices": "Geen apparaten gevonden. Je kan het nog een keer proberen of je Shelly handmatig toevoegen als je het IP adres weet.",
"again": "Probeer opnieuw",
Expand Down
2 changes: 1 addition & 1 deletion node_modules/coap/lib/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions node_modules/shellies/lib/coap/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud.shelly",
"version": "3.0.16",
"version": "3.0.17",
"description": "Homey app for controlling Shelly devices",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit c554420

Please sign in to comment.