mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Publish 2.1.1
This commit is contained in:
parent
5c06f2a6d4
commit
cd24ca3510
6 changed files with 8 additions and 7 deletions
|
|
@ -1197,7 +1197,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.1.0';
|
||||
appVersion = 'v2.1.1';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
@ -3163,6 +3163,7 @@ class Somfy {
|
|||
remoteAddress: remoteAddress
|
||||
};
|
||||
putJSONSync('/unlinkRemote', obj, (err, shade) => {
|
||||
|
||||
console.log(shade);
|
||||
prompt.remove();
|
||||
this.setLinkedRemotesList(shade);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue