deviceUpdateInterval property
Interval in seconds of how often we should try to send our device metrics to the mesh
Implementation
@$pb.TagNumber(1)
$core.int get deviceUpdateInterval => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set deviceUpdateInterval($core.int value) => $_setUnsignedInt32(0, value);