Publish 2.1.1

This commit is contained in:
Robert Strouse 2023-07-23 13:08:47 -07:00
parent 5c06f2a6d4
commit cd24ca3510
6 changed files with 8 additions and 7 deletions

View file

@ -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);