Get Performed Device Power Actions
GET {{baseUrl}}/v1/device/:deviceUid/power-action
Get all performed device power actions by deviceUid
Get Power actions sent to the device – restart, shutdown/turn off, turn on, restart the android app, refresh applet and reload applet.
-
APP_RESTART
– Restart APP on the display and clear HTML caches; -
SYSTEM_REBOOT
– Restart device -
APPLET_RELOAD
– Hard reload of saved content and files -
APPLET_REFRESH
– Soft refresh of the applet (like F5) -
DISPLAY_POWER_ON
– Turn on display (not chip) -
DISPLAY_POWER_OFF
– Turn off the display (not chip) -
APPLET_DISABLE
– Disable applet for the current session and show basic device info -
APPLET_ENABLE
– Enable applet again for the current session and show the current applet
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Unique Device Identification |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]