-
Notifications
You must be signed in to change notification settings - Fork 19
Wrp.Authorization
Weston Schmidt edited this page Dec 2, 2017
·
1 revision
This message is designed to only be routed between the cloud websocket termination server (Talaria) and the device websocket origination point (Parodus). That is why there is no source
or dest
fields.
Unless you are developing for Talaria, Parodus or your own client, don't use this message type.
{
"msg_type": 2,
"status": 200
}
Name | Description |
---|---|
msg_type | The message type for the authorization status message. (SHALL be 2.) |
status | The status of the device to which the message is sent. |
Status Code | Description |
---|---|
200 | Authorized |