mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
test
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user