stephb9959
2022-11-02 12:23:10 -07:00
parent d5502e1527
commit b0cfed809f
14 changed files with 230 additions and 116 deletions

View File

@@ -419,7 +419,7 @@ namespace OpenWifi {
}
static bool ValidateScriptType(const std::string &t) {
return t=="uci" || t=="ucode" || t=="shell" || t=="bundle";
return t=="shell" || t=="bundle";
}
void RESTAPI_device_commandHandler::Script(const std::string &CMD_UUID, uint64_t CMD_RPC, std::chrono::milliseconds timeout) {