{
"event": "conf",
"flags": FLAGS
}
{
"event": "conf",
"status": "OK"
}
FLAGS
Flags is an XOR'd bitwise number
Example: To enable all decimals as strings AND all timestamps as date strings, you would set FLAGS to 40 (32 XOR 8 = 40)
NOTE: Sequencing when enabled will add an extra field to all the websocket responses
Name | Value | Description |
---|---|---|
DEC_S | 8 | Enable all decimal as strings |
TIME_S | 32 | Enable all times as date strings |
SEQ_ALL | 65536 | BETA: Enable sequencing |