configOkToMqtt property
Sets the ok_to_mqtt bit on outgoing packets
Implementation
@$pb.TagNumber(105)
$core.bool get configOkToMqtt => $_getBF(17);
Implementation
@$pb.TagNumber(105)
set configOkToMqtt($core.bool value) => $_setBool(17, value);