LOST_AND_FOUND constant

Config_DeviceConfig_Role const LOST_AND_FOUND

Description: Broadcasts location as message to default channel regularly for to assist with device recovery. Technical Details: Used to automatically send a text message to the mesh with the current position of the device on a frequent interval: "I'm lost! Position: lat / long"

Implementation

static const Config_DeviceConfig_Role LOST_AND_FOUND =
    Config_DeviceConfig_Role._(9, _omitEnumNames ? '' : 'LOST_AND_FOUND');