rebooted property
Sent to tell clients the radio has just rebooted. Set to true if present. Not used on all transports, currently just used for the serial console. NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.
Implementation
@$pb.TagNumber(8)
$core.bool get rebooted => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set rebooted($core.bool value) => $_setBool(7, value);