Scenario class

This commit is contained in:
Dmitry Borisenko
2020-08-29 20:17:39 +03:00
parent b1ca2ad511
commit 25d58d3471
8 changed files with 194 additions and 70 deletions

View File

@@ -80,9 +80,14 @@ extern String configOptionJson; //для трансфера
// Mqtt
extern String chipId;
extern String prex;
extern String all_widgets;
extern String scenario;
extern String order_loop;
//orders and events
extern String orderBuf;
extern String eventBuf;
extern String itemsFile;
extern String itemsLine;