Skip to content

Wrp.Authorization

Weston Schmidt edited this page Dec 2, 2017 · 1 revision

Authorization Status

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.

Definition

{
    "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 Codes

Status Code Description
200 Authorized
Clone this wiki locally