lastStateTime property
Output only
The last time a state event was received. Timestamps are
periodically collected and written to storage; they may be stale by a few
minutes.
Implementation
@$pb.TagNumber(20)
$2.Timestamp get lastStateTime => $_getN(14);
Implementation
@$pb.TagNumber(20)
set lastStateTime($2.Timestamp v) { setField(20, v); }