mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Working version
This commit is contained in:
@@ -45,12 +45,9 @@ void csvCmdExecute(String& cmdStr) {
|
||||
else if (order == F("button-in")) {
|
||||
sCmd.addCommand(order.c_str(), buttonIn);
|
||||
}
|
||||
else if (order == F("input-digit")) {
|
||||
else if (order == F("input")) {
|
||||
sCmd.addCommand(order.c_str(), input);
|
||||
}
|
||||
else if (order == F("input-time")) {
|
||||
//sCmd.addCommand(order.c_str(), inputTime);
|
||||
}
|
||||
else if (order == F("output-text")) {
|
||||
sCmd.addCommand(order.c_str(), textOut);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user