lastHeartbeatTime property

  1. @TagNumber(7)
Timestamp lastHeartbeatTime

Output only The last time an MQTT PINGREQ was received. This field applies only to devices connecting through MQTT. MQTT clients usually only send PINGREQ messages if the connection is idle, and no other messages have been sent. Timestamps are periodically collected and written to storage; they may be stale by a few minutes.

Implementation

@$pb.TagNumber(7)
$2.Timestamp get lastHeartbeatTime => $_getN(3);
  1. @TagNumber(7)
void lastHeartbeatTime=(Timestamp v)

Implementation

@$pb.TagNumber(7)
set lastHeartbeatTime($2.Timestamp v) { setField(7, v); }