SENSOR constant
Config_DeviceConfig_Role
const SENSOR
Description: Broadcasts telemetry packets as priority. Technical Details: Telemetry Mesh packets will be prioritized higher and sent more frequently by default. When used in conjunction with power.is_power_saving = true, nodes will wake up, send environment telemetry, and then sleep for telemetry.environment_update_interval seconds.
Implementation
static const Config_DeviceConfig_Role SENSOR =
Config_DeviceConfig_Role._(6, _omitEnumNames ? '' : 'SENSOR');