mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Fix issue #192. Movement continues to my position when finished.
This commit is contained in:
parent
42a4dcb3ff
commit
d97f150439
7 changed files with 12 additions and 12 deletions
|
|
@ -1252,7 +1252,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.2.1';
|
||||
appVersion = 'v2.2.2b';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue