Example details for Device/At
Syntax variant 1 (preferred REST-format): Device/{id}/At/{time}/{script}/
Syntax variant 2 (traditional query-string): Device//At?id={id}&time={time}&script={script}
Turns on device 55379 at time 2033-12-31 23:59. Please note the use of _COLON_ instead of : is necessary only when using HTTP GET.
GET, syntax 1 (preferred REST-format):
Device/55379/At/2033-12-31%2023_COLON_59/TurnOn/
GET, syntax 2 (traditional query-string):
Device//At?id=55379&time=2033-12-31%2023_COLON_59&script=TurnOn
POST, traditional
Documentation and tests automatically generated from source-code 2025-12-06 05:04