Config

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

NameValueDescription
DEC_S8Enable all decimal as strings
TIME_S32Enable all times as date strings
SEQ_ALL65536BETA: Enable sequencing