Websocket Reference
Identify Data Schema
Field Name
Type
Description
Identify Type Enum
Name
Value
Payload Format
Field Name
Type
Description
Example Payload
{
"op": 5,
"d": {
"ts": "2022-05-04T10:26:11.268507+01:00",
"val": 95
},
"uid": "8e864e3a-979a-4d04-b4e9-b6d020f20ba0",
"seq": 73,
"t": "HEART_RATE"
}{
"op": 6,
"d": {
"val": 95
},
"t": "HEART_RATE"
}{
"op": 2,
"d": {
"heartbeat_interval": 40000
}
}{"op": 1} // Sent back to the client by the server every "heartbeat_interval" msOpcodes
Name
Value
Description
Sent By
Data Types
Name
Description
Close Codes
Code
Reason
Last updated
Was this helpful?