stateBroadcastSecs property
Interval in seconds of how often we should send a message to the mesh with the current state regardless of trigger events When set to 0, only trigger events will be broadcasted Works as a sort of status heartbeat for peace of mind
Implementation
@$pb.TagNumber(3)
$core.int get stateBroadcastSecs => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set stateBroadcastSecs($core.int value) => $_setUnsignedInt32(2, value);