CLIENT_HIDDEN constant
Config_DeviceConfig_Role
const CLIENT_HIDDEN
Description: Device that only broadcasts as needed for stealth or power savings. Technical Details: Used for nodes that "only speak when spoken to" Turns all of the routine broadcasts but allows for ad-hoc communication Still rebroadcasts, but with local only rebroadcast mode (known meshes only) Can be used for clandestine operation or to dramatically reduce airtime / power consumption
Implementation
static const Config_DeviceConfig_Role CLIENT_HIDDEN =
Config_DeviceConfig_Role._(8, _omitEnumNames ? '' : 'CLIENT_HIDDEN');