add: sensors

This commit is contained in:
Charles Hathaway
2023-10-01 22:02:30 -07:00
parent a07a993bab
commit ac4e32697c
13 changed files with 1247 additions and 191 deletions
+64
View File
@@ -160,6 +160,41 @@ final $typed_data.Uint8List popIceMessageRequestDescriptor = $convert.base64Deco
'ChRQb3BJY2VNZXNzYWdlUmVxdWVzdBJLChJzZXNzaW9uX2lkZW50aWZpZXIYASABKAsyHC5zaW'
'duYWxlci5TZXNzaW9uLklkZW50aWZpZXJSEXNlc3Npb25JZGVudGlmaWVy');
@$core.Deprecated('Use createSampleRequestDescriptor instead')
const CreateSampleRequest$json = {
'1': 'CreateSampleRequest',
'2': [
{'1': 'sample', '3': 1, '4': 1, '5': 11, '6': '.signaler.Sample', '10': 'sample'},
],
};
/// Descriptor for `CreateSampleRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createSampleRequestDescriptor = $convert.base64Decode(
'ChNDcmVhdGVTYW1wbGVSZXF1ZXN0EigKBnNhbXBsZRgBIAEoCzIQLnNpZ25hbGVyLlNhbXBsZV'
'IGc2FtcGxl');
@$core.Deprecated('Use listSamplesRequestDescriptor instead')
const ListSamplesRequest$json = {
'1': 'ListSamplesRequest',
};
/// Descriptor for `ListSamplesRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listSamplesRequestDescriptor = $convert.base64Decode(
'ChJMaXN0U2FtcGxlc1JlcXVlc3Q=');
@$core.Deprecated('Use listSamplesResponseDescriptor instead')
const ListSamplesResponse$json = {
'1': 'ListSamplesResponse',
'2': [
{'1': 'samples', '3': 1, '4': 3, '5': 11, '6': '.signaler.Sample', '10': 'samples'},
],
};
/// Descriptor for `ListSamplesResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listSamplesResponseDescriptor = $convert.base64Decode(
'ChNMaXN0U2FtcGxlc1Jlc3BvbnNlEioKB3NhbXBsZXMYASADKAsyEC5zaWduYWxlci5TYW1wbG'
'VSB3NhbXBsZXM=');
@$core.Deprecated('Use cameraDescriptor instead')
const Camera$json = {
'1': 'Camera',
@@ -284,3 +319,32 @@ const AuthToken$json = {
final $typed_data.Uint8List authTokenDescriptor = $convert.base64Decode(
'CglBdXRoVG9rZW4SFAoFdG9rZW4YASABKAlSBXRva2Vu');
@$core.Deprecated('Use sampleDescriptor instead')
const Sample$json = {
'1': 'Sample',
'2': [
{'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.signaler.Sample.Type', '10': 'type'},
{'1': 'reading', '3': 2, '4': 1, '5': 1, '10': 'reading'},
{'1': 'camera_id', '3': 3, '4': 1, '5': 11, '6': '.signaler.Camera.Identifier', '10': 'cameraId'},
],
'4': [Sample_Type$json],
};
@$core.Deprecated('Use sampleDescriptor instead')
const Sample_Type$json = {
'1': 'Type',
'2': [
{'1': 'UNSPECIFIED', '2': 0},
{'1': 'TEMPERATURE_C', '2': 1},
{'1': 'HUMIDITY', '2': 2},
{'1': 'PRESSURE', '2': 3},
],
};
/// Descriptor for `Sample`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sampleDescriptor = $convert.base64Decode(
'CgZTYW1wbGUSKQoEdHlwZRgBIAEoDjIVLnNpZ25hbGVyLlNhbXBsZS5UeXBlUgR0eXBlEhgKB3'
'JlYWRpbmcYAiABKAFSB3JlYWRpbmcSOAoJY2FtZXJhX2lkGAMgASgLMhsuc2lnbmFsZXIuQ2Ft'
'ZXJhLklkZW50aWZpZXJSCGNhbWVyYUlkIkYKBFR5cGUSDwoLVU5TUEVDSUZJRUQQABIRCg1URU'
'1QRVJBVFVSRV9DEAESDAoISFVNSURJVFkQAhIMCghQUkVTU1VSRRAD');