This commit is contained in:
Proddy
2023-03-04 19:14:25 +01:00
parent dd200f6d34
commit a41dc71965
12 changed files with 373 additions and 136 deletions

View File

@@ -29,14 +29,14 @@ namespace emsesp {
class ScheduleItem {
public:
std::string id; // unqiue id, is the name
std::string id; // unqiue id
boolean active;
uint8_t flags;
uint16_t elapsed_min; // total mins from 00:00
std::string time; // HH:MM
std::string cmd;
std::string value;
std::string description;
std::string name;
uint8_t retry_cnt;
};