Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | 35 | M | XAH | |
grpId | 5001 | O | string (40) | |
heartBtInt | 1008 | O | int | Timeout for the group in seconds (default is 5). It’s enough to send a new value once for each group. |
Samples
WS
REST
{
"35":"XAH",
"5001":"mygrpId_12",
"1008":5
}
{
"grpId":"mygrpId_12",
"heartBtInt":5
}
WS | REST |
{ "35":"XAH", "5001":"mygrpId_12", "1008":5 } | { "grpId":"mygrpId_12", "heartBtInt":5 } |