airQualityInterval property
Interval in seconds of how often we should try to send our air quality metrics to the mesh
Implementation
@$pb.TagNumber(7)
$core.int get airQualityInterval => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set airQualityInterval($core.int value) => $_setUnsignedInt32(6, value);