4 #include "Automation.h"
20 Sequential(
const char* name,
bool queueIfBlocked =
false,
bool restartable =
false);
29 Sequential(
const char* name, std::vector<Automation*> sequence,
bool queueIfBlocked =
false,
bool restartable =
false);
62 std::vector<Automation*> routines;
63 std::queue<Automation*> queued;