DeviceMetrics$json top-level constant
Implementation
@$core.Deprecated('Use deviceMetricsDescriptor instead')
const DeviceMetrics$json = {
'1': 'DeviceMetrics',
'2': [
{
'1': 'battery_level',
'3': 1,
'4': 1,
'5': 13,
'9': 0,
'10': 'batteryLevel',
'17': true
},
{
'1': 'voltage',
'3': 2,
'4': 1,
'5': 2,
'9': 1,
'10': 'voltage',
'17': true
},
{
'1': 'channel_utilization',
'3': 3,
'4': 1,
'5': 2,
'9': 2,
'10': 'channelUtilization',
'17': true
},
{
'1': 'air_util_tx',
'3': 4,
'4': 1,
'5': 2,
'9': 3,
'10': 'airUtilTx',
'17': true
},
{
'1': 'uptime_seconds',
'3': 5,
'4': 1,
'5': 13,
'9': 4,
'10': 'uptimeSeconds',
'17': true
},
],
'8': [
{'1': '_battery_level'},
{'1': '_voltage'},
{'1': '_channel_utilization'},
{'1': '_air_util_tx'},
{'1': '_uptime_seconds'},
],
};