Added functionality for euro lift tilt mechanisms.

This commit is contained in:
Robert Strouse 2023-09-28 18:25:09 -07:00
parent 93656f9478
commit 1cb9746cc8
8 changed files with 66 additions and 22 deletions

View file

@ -1201,7 +1201,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.1.8';
appVersion = 'v2.1.9';
reloadApp = false;
init() {
if (this.initialized) return;