Added functionality to support low level triggers for GPIO types #206

This commit is contained in:
Robert Strouse 2023-12-20 09:18:45 -08:00
parent 0c36c8e746
commit c0621d82ec
9 changed files with 75 additions and 44 deletions

View file

@ -1252,7 +1252,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.2.2c';
appVersion = 'v2.2.2d';
reloadApp = false;
init() {
if (this.initialized) return;