The control scripts. Control scripts generally run indefinitely. The more control scripts exist, the slower they will execute. If a control script voluntarily terminates execution, it is restarted automatically after five seconds. If a control script is updated, its execution is automatically restarted.
Normal response.
Unauthorized response.
{- "result": {
- "test": "print(\"this is control script test\");"
}, - "error": "Error message (present if an error occurred)."
}
Normal response.
Unauthorized response.
{- "test": "print(\"this is control script test\");"
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Normal response.
Unauthorized response.
{- "test": "print(\"this is control script test\");"
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}