Trigger a prompt now on the device (response sent via MQTT)
GET
/devices/id/queueRtkCmd_AlertWithPrompt
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
device id
Typenumber
Requiredformat
integer
Query Parameters
alertValue*
Refer to documentation for structure of 4 byte alert value
Typenumber
Requiredformat
prompt*
Text to display on device. Long text will be scrolled automatically but try to keep it short!
Typestring
Requiredbtn1Text
Text to display above left(up) arrow button
Typestring
btn2Text
Text to display above right(down) arrow button
Typestring
timeoutS
if non-zero, auto hide message after this many seconds
Typenumber
format
Responses
Body (JSON)
application/json
JSON
{
"deviceId": 0,
"messageId": 0,
"commandType": 0,
"created": "string",
"sent": "string",
"receivedAck": "string",
"payload": "string",
"response": "string",
"id": 0
}
GET
/devices/id/queueRtkCmd_AlertWithPrompt