DeviceConnectionStatus$json top-level constant
Implementation
@$core.Deprecated('Use deviceConnectionStatusDescriptor instead')
const DeviceConnectionStatus$json = {
'1': 'DeviceConnectionStatus',
'2': [
{
'1': 'wifi',
'3': 1,
'4': 1,
'5': 11,
'6': '.meshtastic.WifiConnectionStatus',
'9': 0,
'10': 'wifi',
'17': true
},
{
'1': 'ethernet',
'3': 2,
'4': 1,
'5': 11,
'6': '.meshtastic.EthernetConnectionStatus',
'9': 1,
'10': 'ethernet',
'17': true
},
{
'1': 'bluetooth',
'3': 3,
'4': 1,
'5': 11,
'6': '.meshtastic.BluetoothConnectionStatus',
'9': 2,
'10': 'bluetooth',
'17': true
},
{
'1': 'serial',
'3': 4,
'4': 1,
'5': 11,
'6': '.meshtastic.SerialConnectionStatus',
'9': 3,
'10': 'serial',
'17': true
},
],
'8': [
{'1': '_wifi'},
{'1': '_ethernet'},
{'1': '_bluetooth'},
{'1': '_serial'},
],
};