HealthMetrics$json top-level constant
Implementation
@$core.Deprecated('Use healthMetricsDescriptor instead')
const HealthMetrics$json = {
'1': 'HealthMetrics',
'2': [
{
'1': 'heart_bpm',
'3': 1,
'4': 1,
'5': 13,
'9': 0,
'10': 'heartBpm',
'17': true
},
{'1': 'spO2', '3': 2, '4': 1, '5': 13, '9': 1, '10': 'spO2', '17': true},
{
'1': 'temperature',
'3': 3,
'4': 1,
'5': 2,
'9': 2,
'10': 'temperature',
'17': true
},
],
'8': [
{'1': '_heart_bpm'},
{'1': '_spO2'},
{'1': '_temperature'},
],
};