web interface constructor

This commit is contained in:
Dmitry Borisenko
2020-08-21 02:34:38 +03:00
parent e0d0e30e93
commit 0485feeabe
23 changed files with 760 additions and 28 deletions

View File

@@ -39,6 +39,9 @@ String all_widgets = "";
String scenario = "";
String order_loop = "";
String itemsFile = "";
String itemsLine = "";
// Sensors
String analog_value_names_list;
int enter_to_analog_counter;