Gateway/At
Authorization required: Yes
HTTP methods allowed: GET, POST
Syntax: Gateway/At/{time}/{script}/ Details
Stores script given by {script} for execution at time indicated by {time}
Note that any colon in {time} is not allowed by our web-server (IIS) with syntax 1 even if you encode it as %3A. Encode as _COLON_ instead
Likewise for syntax 1, any forward slash in {script} must be replaced by _SLASH_ (encoding as %2F does not help)
See also Device/At
Unit-tests: 1 test(s)
Popularity: 5 (number of times method has been accessed)
Documentation and tests automatically generated from source-code 2025-12-06 05:04