mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 15:12:19 +03:00
Исправляем ошибку вызова gettime
This commit is contained in:
@@ -54,7 +54,7 @@ class SysExt : public IoTItem {
|
||||
} else if (command == "getTime") {
|
||||
if (param.size()) {
|
||||
value.isDecimal = false;
|
||||
value.valS = watch->gettime(param[0].valS);
|
||||
value.valS = watch->gettime(param[0].valS.c_str());
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user