Skip to main content

Heartbeat

🔍📡 HeartBeat Packet

The HeartBeat packet is sent periodically when no other data is available to send.

ParameterData TypeDescription
jMessageTypevarchar(15)Must be sent as HEARTBEAT after jHeartbeatIntervalInSecs (received in Register API response). If the user misses 3 consecutive HeartBeat packets, it indicates that OMEx has restarted, and the user must attempt re-login.

Example HeartBeat Packet

{
"jMessageType": "HEARTBEAT"
}