-
Notifications
You must be signed in to change notification settings - Fork 0
Commands Basic
The following commands have no parameters. They each perform a basic function and are executed using an HTTP Get.
URL: /api/IoTDisplay
Returns the current screen as a png image.
HTTP Responses: OK (200), BadRequest (400) or InternalServerError (500)
/api/IoTDisplay/LastUpdated
Returns the last date and time the screen was updated in "yyyy-MM-ddTHH:mm:ss.FFFFFFFZ" (GMT) format.
HTTP Responses: OK (200), BadRequest (400) or InternalServerError (500)
/api/IoTDisplay/Refresh
Refreshes the screen by clearing the canvas and reloading from the state files.
HTTP Responses: Accepted (202), BadRequest (400) or InternalServerError (500)
/api/IoTDisplay/Clear
Clears the screen of everything but clocks. Screen state files are also deleted.
HTTP Responses: Accepted (202), BadRequest (400) or InternalServerError (500)
/api/IoTDisplay/ClockClear
Clears the screen of all clocks. Clock state files are also deleted.
HTTP Responses: Accepted (202), BadRequest (400) or InternalServerError (500)