MessageType$json top-level constant
Implementation
@$core.Deprecated('Use messageTypeDescriptor instead')
const MessageType$json = {
'1': 'MessageType',
'2': [
{'1': 'ACK', '2': 0},
{'1': 'COLLECT_INTERVAL', '2': 160},
{'1': 'BEEP_ON', '2': 161},
{'1': 'BEEP_OFF', '2': 162},
{'1': 'SHUTDOWN', '2': 163},
{'1': 'POWER_ON', '2': 164},
{'1': 'SCD41_TEMP', '2': 176},
{'1': 'SCD41_HUMIDITY', '2': 177},
{'1': 'SCD41_CO2', '2': 178},
{'1': 'AHT20_TEMP', '2': 179},
{'1': 'AHT20_HUMIDITY', '2': 180},
{'1': 'TVOC_INDEX', '2': 181},
],
};