RemoteHardwarePinType$json top-level constant
- @Deprecated('Use remoteHardwarePinTypeDescriptor instead')
Implementation
@$core.Deprecated('Use remoteHardwarePinTypeDescriptor instead')
const RemoteHardwarePinType$json = {
'1': 'RemoteHardwarePinType',
'2': [
{'1': 'UNKNOWN', '2': 0},
{'1': 'DIGITAL_READ', '2': 1},
{'1': 'DIGITAL_WRITE', '2': 2},
],
};