PowerDown Manager and Bankwise PowerDown
This commit is contained in:
@@ -76,6 +76,10 @@ bool ScheduledCommand::operator ==(const ScheduledCommand& b) const
|
||||
return b.command == command && b.start == start && b.executionTime == executionTime && b.end == end;
|
||||
}
|
||||
|
||||
bool ScheduledCommand::isIn(std::vector<Command> commandSet) const
|
||||
{
|
||||
return commandIsIn(command, commandSet);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user