-
Notifications
You must be signed in to change notification settings - Fork 1
/
fk-data.pbjson.dart
541 lines (502 loc) · 33.2 KB
/
fk-data.pbjson.dart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
///
// Generated code. Do not modify.
// source: fk-data.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,deprecated_member_use_from_same_package,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name
import 'dart:core' as $core;
import 'dart:convert' as $convert;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use downloadFlagsDescriptor instead')
const DownloadFlags$json = const {
'1': 'DownloadFlags',
'2': const [
const {'1': 'READING_FLAGS_NONE', '2': 0},
const {'1': 'READING_FLAGS_NOT_RECORDING', '2': 1},
const {'1': 'READING_FLAGS_MANUAL', '2': 2},
],
};
/// Descriptor for `DownloadFlags`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List downloadFlagsDescriptor = $convert.base64Decode('Cg1Eb3dubG9hZEZsYWdzEhYKElJFQURJTkdfRkxBR1NfTk9ORRAAEh8KG1JFQURJTkdfRkxBR1NfTk9UX1JFQ09SRElORxABEhgKFFJFQURJTkdfRkxBR1NfTUFOVUFMEAI=');
@$core.Deprecated('Use conditionFlagsDescriptor instead')
const ConditionFlags$json = const {
'1': 'ConditionFlags',
'2': const [
const {'1': 'CONDITION_FLAGS_NONE', '2': 0},
const {'1': 'CONDITION_FLAGS_RECORDING', '2': 1},
],
};
/// Descriptor for `ConditionFlags`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List conditionFlagsDescriptor = $convert.base64Decode('Cg5Db25kaXRpb25GbGFncxIYChRDT05ESVRJT05fRkxBR1NfTk9ORRAAEh0KGUNPTkRJVElPTl9GTEFHU19SRUNPUkRJTkcQAQ==');
@$core.Deprecated('Use eventSystemDescriptor instead')
const EventSystem$json = const {
'1': 'EventSystem',
'2': const [
const {'1': 'EVENT_SYSTEM_NONE', '2': 0},
const {'1': 'EVENT_SYSTEM_RESTART', '2': 1},
const {'1': 'EVENT_SYSTEM_BATTERY', '2': 2},
const {'1': 'EVENT_SYSTEM_MEMORY', '2': 3},
const {'1': 'EVENT_SYSTEM_SENSOR', '2': 4},
const {'1': 'EVENT_SYSTEM_WIFI', '2': 5},
const {'1': 'EVENT_SYSTEM_LORA', '2': 6},
],
};
/// Descriptor for `EventSystem`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List eventSystemDescriptor = $convert.base64Decode('CgtFdmVudFN5c3RlbRIVChFFVkVOVF9TWVNURU1fTk9ORRAAEhgKFEVWRU5UX1NZU1RFTV9SRVNUQVJUEAESGAoURVZFTlRfU1lTVEVNX0JBVFRFUlkQAhIXChNFVkVOVF9TWVNURU1fTUVNT1JZEAMSFwoTRVZFTlRfU1lTVEVNX1NFTlNPUhAEEhUKEUVWRU5UX1NZU1RFTV9XSUZJEAUSFQoRRVZFTlRfU1lTVEVNX0xPUkEQBg==');
@$core.Deprecated('Use severityDescriptor instead')
const Severity$json = const {
'1': 'Severity',
'2': const [
const {'1': 'SEVERITY_INFO', '2': 0},
const {'1': 'SEVERITY_WARNING', '2': 1},
const {'1': 'SEVERITY_ERROR', '2': 2},
],
};
/// Descriptor for `Severity`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List severityDescriptor = $convert.base64Decode('CghTZXZlcml0eRIRCg1TRVZFUklUWV9JTkZPEAASFAoQU0VWRVJJVFlfV0FSTklORxABEhIKDlNFVkVSSVRZX0VSUk9SEAI=');
@$core.Deprecated('Use signedRecordKindDescriptor instead')
const SignedRecordKind$json = const {
'1': 'SignedRecordKind',
'2': const [
const {'1': 'SIGNED_RECORD_KIND_NONE', '2': 0},
const {'1': 'SIGNED_RECORD_KIND_MODULES', '2': 1},
const {'1': 'SIGNED_RECORD_KIND_SCHEDULE', '2': 2},
const {'1': 'SIGNED_RECORD_KIND_STATE', '2': 3},
const {'1': 'SIGNED_RECORD_KIND_RAW_STATE', '2': 4},
const {'1': 'SIGNED_RECORD_KIND_EVENTS', '2': 5},
const {'1': 'SIGNED_RECORD_KIND_OTHER', '2': 255},
],
};
/// Descriptor for `SignedRecordKind`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List signedRecordKindDescriptor = $convert.base64Decode('ChBTaWduZWRSZWNvcmRLaW5kEhsKF1NJR05FRF9SRUNPUkRfS0lORF9OT05FEAASHgoaU0lHTkVEX1JFQ09SRF9LSU5EX01PRFVMRVMQARIfChtTSUdORURfUkVDT1JEX0tJTkRfU0NIRURVTEUQAhIcChhTSUdORURfUkVDT1JEX0tJTkRfU1RBVEUQAxIgChxTSUdORURfUkVDT1JEX0tJTkRfUkFXX1NUQVRFEAQSHQoZU0lHTkVEX1JFQ09SRF9LSU5EX0VWRU5UUxAFEh0KGFNJR05FRF9SRUNPUkRfS0lORF9PVEhFUhD/AQ==');
@$core.Deprecated('Use curveTypeDescriptor instead')
const CurveType$json = const {
'1': 'CurveType',
'2': const [
const {'1': 'CURVE_NONE', '2': 0},
const {'1': 'CURVE_LINEAR', '2': 1},
const {'1': 'CURVE_POWER', '2': 2},
const {'1': 'CURVE_LOGARITHMIC', '2': 3},
const {'1': 'CURVE_EXPONENTIAL', '2': 4},
],
};
/// Descriptor for `CurveType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List curveTypeDescriptor = $convert.base64Decode('CglDdXJ2ZVR5cGUSDgoKQ1VSVkVfTk9ORRAAEhAKDENVUlZFX0xJTkVBUhABEg8KC0NVUlZFX1BPV0VSEAISFQoRQ1VSVkVfTE9HQVJJVEhNSUMQAxIVChFDVVJWRV9FWFBPTkVOVElBTBAE');
@$core.Deprecated('Use deviceLocationDescriptor instead')
const DeviceLocation$json = const {
'1': 'DeviceLocation',
'2': const [
const {'1': 'enabled', '3': 7, '4': 1, '5': 13, '10': 'enabled'},
const {'1': 'fix', '3': 1, '4': 1, '5': 13, '10': 'fix'},
const {'1': 'time', '3': 2, '4': 1, '5': 3, '10': 'time'},
const {'1': 'longitude', '3': 3, '4': 1, '5': 2, '10': 'longitude'},
const {'1': 'latitude', '3': 4, '4': 1, '5': 2, '10': 'latitude'},
const {'1': 'altitude', '3': 5, '4': 1, '5': 2, '10': 'altitude'},
const {'1': 'coordinates', '3': 6, '4': 3, '5': 2, '10': 'coordinates'},
const {'1': 'satellites', '3': 8, '4': 1, '5': 13, '10': 'satellites'},
const {'1': 'hdop', '3': 9, '4': 1, '5': 13, '10': 'hdop'},
],
};
/// Descriptor for `DeviceLocation`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deviceLocationDescriptor = $convert.base64Decode('Cg5EZXZpY2VMb2NhdGlvbhIYCgdlbmFibGVkGAcgASgNUgdlbmFibGVkEhAKA2ZpeBgBIAEoDVIDZml4EhIKBHRpbWUYAiABKANSBHRpbWUSHAoJbG9uZ2l0dWRlGAMgASgCUglsb25naXR1ZGUSGgoIbGF0aXR1ZGUYBCABKAJSCGxhdGl0dWRlEhoKCGFsdGl0dWRlGAUgASgCUghhbHRpdHVkZRIgCgtjb29yZGluYXRlcxgGIAMoAlILY29vcmRpbmF0ZXMSHgoKc2F0ZWxsaXRlcxgIIAEoDVIKc2F0ZWxsaXRlcxISCgRoZG9wGAkgASgNUgRoZG9w');
@$core.Deprecated('Use sensorReadingDescriptor instead')
const SensorReading$json = const {
'1': 'SensorReading',
'2': const [
const {'1': 'reading', '3': 1, '4': 1, '5': 4, '10': 'reading'},
const {'1': 'time', '3': 2, '4': 1, '5': 3, '10': 'time'},
const {'1': 'sensor', '3': 3, '4': 1, '5': 13, '10': 'sensor'},
const {'1': 'value', '3': 4, '4': 1, '5': 2, '10': 'value'},
],
};
/// Descriptor for `SensorReading`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sensorReadingDescriptor = $convert.base64Decode('Cg1TZW5zb3JSZWFkaW5nEhgKB3JlYWRpbmcYASABKARSB3JlYWRpbmcSEgoEdGltZRgCIAEoA1IEdGltZRIWCgZzZW5zb3IYAyABKA1SBnNlbnNvchIUCgV2YWx1ZRgEIAEoAlIFdmFsdWU=');
@$core.Deprecated('Use loggedReadingDescriptor instead')
const LoggedReading$json = const {
'1': 'LoggedReading',
'2': const [
const {'1': 'version', '3': 1, '4': 1, '5': 13, '10': 'version'},
const {'1': 'location', '3': 2, '4': 1, '5': 11, '6': '.fk_data.DeviceLocation', '10': 'location'},
const {'1': 'reading', '3': 3, '4': 1, '5': 11, '6': '.fk_data.SensorReading', '10': 'reading'},
],
};
/// Descriptor for `LoggedReading`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List loggedReadingDescriptor = $convert.base64Decode('Cg1Mb2dnZWRSZWFkaW5nEhgKB3ZlcnNpb24YASABKA1SB3ZlcnNpb24SMwoIbG9jYXRpb24YAiABKAsyFy5ma19kYXRhLkRldmljZUxvY2F0aW9uUghsb2NhdGlvbhIwCgdyZWFkaW5nGAMgASgLMhYuZmtfZGF0YS5TZW5zb3JSZWFkaW5nUgdyZWFkaW5n');
@$core.Deprecated('Use sensorAndValueDescriptor instead')
const SensorAndValue$json = const {
'1': 'SensorAndValue',
'2': const [
const {'1': 'sensor', '3': 1, '4': 1, '5': 13, '10': 'sensor'},
const {'1': 'calibratedNull', '3': 4, '4': 1, '5': 8, '9': 0, '10': 'calibratedNull'},
const {'1': 'calibratedValue', '3': 2, '4': 1, '5': 2, '9': 0, '10': 'calibratedValue'},
const {'1': 'uncalibratedNull', '3': 5, '4': 1, '5': 8, '9': 1, '10': 'uncalibratedNull'},
const {'1': 'uncalibratedValue', '3': 3, '4': 1, '5': 2, '9': 1, '10': 'uncalibratedValue'},
],
'8': const [
const {'1': 'calibrated'},
const {'1': 'uncalibrated'},
],
};
/// Descriptor for `SensorAndValue`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sensorAndValueDescriptor = $convert.base64Decode('Cg5TZW5zb3JBbmRWYWx1ZRIWCgZzZW5zb3IYASABKA1SBnNlbnNvchIoCg5jYWxpYnJhdGVkTnVsbBgEIAEoCEgAUg5jYWxpYnJhdGVkTnVsbBIqCg9jYWxpYnJhdGVkVmFsdWUYAiABKAJIAFIPY2FsaWJyYXRlZFZhbHVlEiwKEHVuY2FsaWJyYXRlZE51bGwYBSABKAhIAVIQdW5jYWxpYnJhdGVkTnVsbBIuChF1bmNhbGlicmF0ZWRWYWx1ZRgDIAEoAkgBUhF1bmNhbGlicmF0ZWRWYWx1ZUIMCgpjYWxpYnJhdGVkQg4KDHVuY2FsaWJyYXRlZA==');
@$core.Deprecated('Use moduleHeaderDescriptor instead')
const ModuleHeader$json = const {
'1': 'ModuleHeader',
'2': const [
const {'1': 'manufacturer', '3': 1, '4': 1, '5': 13, '10': 'manufacturer'},
const {'1': 'kind', '3': 2, '4': 1, '5': 13, '10': 'kind'},
const {'1': 'version', '3': 3, '4': 1, '5': 13, '10': 'version'},
],
};
/// Descriptor for `ModuleHeader`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleHeaderDescriptor = $convert.base64Decode('CgxNb2R1bGVIZWFkZXISIgoMbWFudWZhY3R1cmVyGAEgASgNUgxtYW51ZmFjdHVyZXISEgoEa2luZBgCIAEoDVIEa2luZBIYCgd2ZXJzaW9uGAMgASgNUgd2ZXJzaW9u');
@$core.Deprecated('Use moduleInfoDescriptor instead')
const ModuleInfo$json = const {
'1': 'ModuleInfo',
'2': const [
const {'1': 'position', '3': 1, '4': 1, '5': 13, '10': 'position'},
const {'1': 'address', '3': 2, '4': 1, '5': 13, '10': 'address'},
const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
const {'1': 'header', '3': 4, '4': 1, '5': 11, '6': '.fk_data.ModuleHeader', '10': 'header'},
const {'1': 'firmware', '3': 5, '4': 1, '5': 11, '6': '.fk_data.Firmware', '10': 'firmware'},
const {'1': 'sensors', '3': 6, '4': 3, '5': 11, '6': '.fk_data.SensorInfo', '10': 'sensors'},
const {'1': 'id', '3': 7, '4': 1, '5': 12, '10': 'id'},
const {'1': 'flags', '3': 8, '4': 1, '5': 13, '10': 'flags'},
const {'1': 'configuration', '3': 9, '4': 1, '5': 12, '10': 'configuration'},
],
};
/// Descriptor for `ModuleInfo`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleInfoDescriptor = $convert.base64Decode('CgpNb2R1bGVJbmZvEhoKCHBvc2l0aW9uGAEgASgNUghwb3NpdGlvbhIYCgdhZGRyZXNzGAIgASgNUgdhZGRyZXNzEhIKBG5hbWUYAyABKAlSBG5hbWUSLQoGaGVhZGVyGAQgASgLMhUuZmtfZGF0YS5Nb2R1bGVIZWFkZXJSBmhlYWRlchItCghmaXJtd2FyZRgFIAEoCzIRLmZrX2RhdGEuRmlybXdhcmVSCGZpcm13YXJlEi0KB3NlbnNvcnMYBiADKAsyEy5ma19kYXRhLlNlbnNvckluZm9SB3NlbnNvcnMSDgoCaWQYByABKAxSAmlkEhQKBWZsYWdzGAggASgNUgVmbGFncxIkCg1jb25maWd1cmF0aW9uGAkgASgMUg1jb25maWd1cmF0aW9u');
@$core.Deprecated('Use sensorInfoDescriptor instead')
const SensorInfo$json = const {
'1': 'SensorInfo',
'2': const [
const {'1': 'number', '3': 1, '4': 1, '5': 13, '10': 'number'},
const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
const {'1': 'unitOfMeasure', '3': 3, '4': 1, '5': 9, '10': 'unitOfMeasure'},
const {'1': 'uncalibratedUnitOfMeasure', '3': 5, '4': 1, '5': 9, '10': 'uncalibratedUnitOfMeasure'},
const {'1': 'flags', '3': 4, '4': 1, '5': 13, '10': 'flags'},
],
};
/// Descriptor for `SensorInfo`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sensorInfoDescriptor = $convert.base64Decode('CgpTZW5zb3JJbmZvEhYKBm51bWJlchgBIAEoDVIGbnVtYmVyEhIKBG5hbWUYAiABKAlSBG5hbWUSJAoNdW5pdE9mTWVhc3VyZRgDIAEoCVINdW5pdE9mTWVhc3VyZRI8Chl1bmNhbGlicmF0ZWRVbml0T2ZNZWFzdXJlGAUgASgJUhl1bmNhbGlicmF0ZWRVbml0T2ZNZWFzdXJlEhQKBWZsYWdzGAQgASgNUgVmbGFncw==');
@$core.Deprecated('Use firmwareDescriptor instead')
const Firmware$json = const {
'1': 'Firmware',
'2': const [
const {'1': 'version', '3': 1, '4': 1, '5': 9, '10': 'version'},
const {'1': 'build', '3': 2, '4': 1, '5': 9, '10': 'build'},
const {'1': 'number', '3': 3, '4': 1, '5': 9, '10': 'number'},
const {'1': 'timestamp', '3': 4, '4': 1, '5': 4, '10': 'timestamp'},
const {'1': 'hash', '3': 5, '4': 1, '5': 9, '10': 'hash'},
],
};
/// Descriptor for `Firmware`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List firmwareDescriptor = $convert.base64Decode('CghGaXJtd2FyZRIYCgd2ZXJzaW9uGAEgASgJUgd2ZXJzaW9uEhQKBWJ1aWxkGAIgASgJUgVidWlsZBIWCgZudW1iZXIYAyABKAlSBm51bWJlchIcCgl0aW1lc3RhbXAYBCABKARSCXRpbWVzdGFtcBISCgRoYXNoGAUgASgJUgRoYXNo');
@$core.Deprecated('Use metadataDescriptor instead')
const Metadata$json = const {
'1': 'Metadata',
'2': const [
const {'1': 'deviceId', '3': 1, '4': 1, '5': 12, '10': 'deviceId'},
const {'1': 'time', '3': 2, '4': 1, '5': 3, '10': 'time'},
const {'1': 'git', '3': 3, '4': 1, '5': 9, '10': 'git'},
const {'1': 'build', '3': 7, '4': 1, '5': 9, '10': 'build'},
const {'1': 'resetCause', '3': 4, '4': 1, '5': 13, '10': 'resetCause'},
const {'1': 'sensors', '3': 5, '4': 3, '5': 11, '6': '.fk_data.SensorInfo', '10': 'sensors'},
const {'1': 'modules', '3': 6, '4': 3, '5': 11, '6': '.fk_data.ModuleInfo', '10': 'modules'},
const {'1': 'firmware', '3': 8, '4': 1, '5': 11, '6': '.fk_data.Firmware', '10': 'firmware'},
const {'1': 'generation', '3': 9, '4': 1, '5': 12, '10': 'generation'},
const {'1': 'record', '3': 10, '4': 1, '5': 4, '10': 'record'},
],
};
/// Descriptor for `Metadata`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List metadataDescriptor = $convert.base64Decode('CghNZXRhZGF0YRIaCghkZXZpY2VJZBgBIAEoDFIIZGV2aWNlSWQSEgoEdGltZRgCIAEoA1IEdGltZRIQCgNnaXQYAyABKAlSA2dpdBIUCgVidWlsZBgHIAEoCVIFYnVpbGQSHgoKcmVzZXRDYXVzZRgEIAEoDVIKcmVzZXRDYXVzZRItCgdzZW5zb3JzGAUgAygLMhMuZmtfZGF0YS5TZW5zb3JJbmZvUgdzZW5zb3JzEi0KB21vZHVsZXMYBiADKAsyEy5ma19kYXRhLk1vZHVsZUluZm9SB21vZHVsZXMSLQoIZmlybXdhcmUYCCABKAsyES5ma19kYXRhLkZpcm13YXJlUghmaXJtd2FyZRIeCgpnZW5lcmF0aW9uGAkgASgMUgpnZW5lcmF0aW9uEhYKBnJlY29yZBgKIAEoBFIGcmVjb3Jk');
@$core.Deprecated('Use statusDescriptor instead')
const Status$json = const {
'1': 'Status',
'2': const [
const {'1': 'time', '3': 1, '4': 1, '5': 3, '10': 'time'},
const {'1': 'uptime', '3': 2, '4': 1, '5': 13, '10': 'uptime'},
const {'1': 'battery', '3': 3, '4': 1, '5': 2, '10': 'battery'},
const {'1': 'memory', '3': 4, '4': 1, '5': 13, '10': 'memory'},
const {'1': 'busy', '3': 5, '4': 1, '5': 4, '10': 'busy'},
],
};
/// Descriptor for `Status`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List statusDescriptor = $convert.base64Decode('CgZTdGF0dXMSEgoEdGltZRgBIAEoA1IEdGltZRIWCgZ1cHRpbWUYAiABKA1SBnVwdGltZRIYCgdiYXR0ZXJ5GAMgASgCUgdiYXR0ZXJ5EhYKBm1lbW9yeRgEIAEoDVIGbWVtb3J5EhIKBGJ1c3kYBSABKARSBGJ1c3k=');
@$core.Deprecated('Use logMessageDescriptor instead')
const LogMessage$json = const {
'1': 'LogMessage',
'2': const [
const {'1': 'time', '3': 1, '4': 1, '5': 3, '10': 'time'},
const {'1': 'uptime', '3': 2, '4': 1, '5': 13, '10': 'uptime'},
const {'1': 'level', '3': 3, '4': 1, '5': 13, '10': 'level'},
const {'1': 'facility', '3': 4, '4': 1, '5': 9, '10': 'facility'},
const {'1': 'message', '3': 5, '4': 1, '5': 9, '10': 'message'},
],
};
/// Descriptor for `LogMessage`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List logMessageDescriptor = $convert.base64Decode('CgpMb2dNZXNzYWdlEhIKBHRpbWUYASABKANSBHRpbWUSFgoGdXB0aW1lGAIgASgNUgZ1cHRpbWUSFAoFbGV2ZWwYAyABKA1SBWxldmVsEhoKCGZhY2lsaXR5GAQgASgJUghmYWNpbGl0eRIYCgdtZXNzYWdlGAUgASgJUgdtZXNzYWdl');
@$core.Deprecated('Use sensorGroupDescriptor instead')
const SensorGroup$json = const {
'1': 'SensorGroup',
'2': const [
const {'1': 'module', '3': 1, '4': 1, '5': 13, '10': 'module'},
const {'1': 'time', '3': 3, '4': 1, '5': 3, '10': 'time'},
const {'1': 'readings', '3': 2, '4': 3, '5': 11, '6': '.fk_data.SensorAndValue', '10': 'readings'},
],
};
/// Descriptor for `SensorGroup`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sensorGroupDescriptor = $convert.base64Decode('CgtTZW5zb3JHcm91cBIWCgZtb2R1bGUYASABKA1SBm1vZHVsZRISCgR0aW1lGAMgASgDUgR0aW1lEjMKCHJlYWRpbmdzGAIgAygLMhcuZmtfZGF0YS5TZW5zb3JBbmRWYWx1ZVIIcmVhZGluZ3M=');
@$core.Deprecated('Use readingsDescriptor instead')
const Readings$json = const {
'1': 'Readings',
'2': const [
const {'1': 'time', '3': 1, '4': 1, '5': 3, '10': 'time'},
const {'1': 'reading', '3': 2, '4': 1, '5': 4, '10': 'reading'},
const {'1': 'flags', '3': 3, '4': 1, '5': 13, '10': 'flags'},
const {'1': 'meta', '3': 6, '4': 1, '5': 4, '10': 'meta'},
const {'1': 'uptime', '3': 7, '4': 1, '5': 13, '10': 'uptime'},
const {'1': 'location', '3': 4, '4': 1, '5': 11, '6': '.fk_data.DeviceLocation', '10': 'location'},
const {'1': 'sensorGroups', '3': 5, '4': 3, '5': 11, '6': '.fk_data.SensorGroup', '10': 'sensorGroups'},
],
};
/// Descriptor for `Readings`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List readingsDescriptor = $convert.base64Decode('CghSZWFkaW5ncxISCgR0aW1lGAEgASgDUgR0aW1lEhgKB3JlYWRpbmcYAiABKARSB3JlYWRpbmcSFAoFZmxhZ3MYAyABKA1SBWZsYWdzEhIKBG1ldGEYBiABKARSBG1ldGESFgoGdXB0aW1lGAcgASgNUgZ1cHRpbWUSMwoIbG9jYXRpb24YBCABKAsyFy5ma19kYXRhLkRldmljZUxvY2F0aW9uUghsb2NhdGlvbhI4CgxzZW5zb3JHcm91cHMYBSADKAsyFC5ma19kYXRhLlNlbnNvckdyb3VwUgxzZW5zb3JHcm91cHM=');
@$core.Deprecated('Use intervalDescriptor instead')
const Interval$json = const {
'1': 'Interval',
'2': const [
const {'1': 'start', '3': 1, '4': 1, '5': 4, '10': 'start'},
const {'1': 'end', '3': 2, '4': 1, '5': 4, '10': 'end'},
const {'1': 'interval', '3': 3, '4': 1, '5': 13, '10': 'interval'},
],
};
/// Descriptor for `Interval`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List intervalDescriptor = $convert.base64Decode('CghJbnRlcnZhbBIUCgVzdGFydBgBIAEoBFIFc3RhcnQSEAoDZW5kGAIgASgEUgNlbmQSGgoIaW50ZXJ2YWwYAyABKA1SCGludGVydmFs');
@$core.Deprecated('Use jobScheduleDescriptor instead')
const JobSchedule$json = const {
'1': 'JobSchedule',
'2': const [
const {'1': 'cron', '3': 1, '4': 1, '5': 12, '10': 'cron'},
const {'1': 'interval', '3': 2, '4': 1, '5': 13, '10': 'interval'},
const {'1': 'repeated', '3': 3, '4': 1, '5': 13, '10': 'repeated'},
const {'1': 'duration', '3': 4, '4': 1, '5': 13, '10': 'duration'},
const {'1': 'jitter', '3': 5, '4': 1, '5': 13, '10': 'jitter'},
const {'1': 'intervals', '3': 6, '4': 3, '5': 11, '6': '.fk_data.Interval', '10': 'intervals'},
],
};
/// Descriptor for `JobSchedule`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List jobScheduleDescriptor = $convert.base64Decode('CgtKb2JTY2hlZHVsZRISCgRjcm9uGAEgASgMUgRjcm9uEhoKCGludGVydmFsGAIgASgNUghpbnRlcnZhbBIaCghyZXBlYXRlZBgDIAEoDVIIcmVwZWF0ZWQSGgoIZHVyYXRpb24YBCABKA1SCGR1cmF0aW9uEhYKBmppdHRlchgFIAEoDVIGaml0dGVyEi8KCWludGVydmFscxgGIAMoCzIRLmZrX2RhdGEuSW50ZXJ2YWxSCWludGVydmFscw==');
@$core.Deprecated('Use scheduleDescriptor instead')
const Schedule$json = const {
'1': 'Schedule',
'2': const [
const {'1': 'readings', '3': 1, '4': 1, '5': 11, '6': '.fk_data.JobSchedule', '10': 'readings'},
const {'1': 'network', '3': 2, '4': 1, '5': 11, '6': '.fk_data.JobSchedule', '10': 'network'},
const {'1': 'lora', '3': 3, '4': 1, '5': 11, '6': '.fk_data.JobSchedule', '10': 'lora'},
const {'1': 'gps', '3': 4, '4': 1, '5': 11, '6': '.fk_data.JobSchedule', '10': 'gps'},
],
};
/// Descriptor for `Schedule`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List scheduleDescriptor = $convert.base64Decode('CghTY2hlZHVsZRIwCghyZWFkaW5ncxgBIAEoCzIULmZrX2RhdGEuSm9iU2NoZWR1bGVSCHJlYWRpbmdzEi4KB25ldHdvcmsYAiABKAsyFC5ma19kYXRhLkpvYlNjaGVkdWxlUgduZXR3b3JrEigKBGxvcmEYAyABKAsyFC5ma19kYXRhLkpvYlNjaGVkdWxlUgRsb3JhEiYKA2dwcxgEIAEoCzIULmZrX2RhdGEuSm9iU2NoZWR1bGVSA2dwcw==');
@$core.Deprecated('Use identityDescriptor instead')
const Identity$json = const {
'1': 'Identity',
'2': const [
const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `Identity`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List identityDescriptor = $convert.base64Decode('CghJZGVudGl0eRISCgRuYW1lGAEgASgJUgRuYW1l');
@$core.Deprecated('Use conditionDescriptor instead')
const Condition$json = const {
'1': 'Condition',
'2': const [
const {'1': 'flags', '3': 1, '4': 1, '5': 13, '10': 'flags'},
const {'1': 'recording', '3': 2, '4': 1, '5': 13, '10': 'recording'},
],
};
/// Descriptor for `Condition`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List conditionDescriptor = $convert.base64Decode('CglDb25kaXRpb24SFAoFZmxhZ3MYASABKA1SBWZsYWdzEhwKCXJlY29yZGluZxgCIAEoDVIJcmVjb3JkaW5n');
@$core.Deprecated('Use networkInfoDescriptor instead')
const NetworkInfo$json = const {
'1': 'NetworkInfo',
'2': const [
const {'1': 'ssid', '3': 1, '4': 1, '5': 9, '10': 'ssid'},
const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
const {'1': 'create', '3': 3, '4': 1, '5': 8, '10': 'create'},
const {'1': 'preferred', '3': 4, '4': 1, '5': 8, '10': 'preferred'},
],
};
/// Descriptor for `NetworkInfo`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List networkInfoDescriptor = $convert.base64Decode('CgtOZXR3b3JrSW5mbxISCgRzc2lkGAEgASgJUgRzc2lkEhoKCHBhc3N3b3JkGAIgASgJUghwYXNzd29yZBIWCgZjcmVhdGUYAyABKAhSBmNyZWF0ZRIcCglwcmVmZXJyZWQYBCABKAhSCXByZWZlcnJlZA==');
@$core.Deprecated('Use wifiTransmissionDescriptor instead')
const WifiTransmission$json = const {
'1': 'WifiTransmission',
'2': const [
const {'1': 'url', '3': 1, '4': 1, '5': 9, '10': 'url'},
const {'1': 'token', '3': 2, '4': 1, '5': 9, '10': 'token'},
const {'1': 'enabled', '3': 3, '4': 1, '5': 8, '10': 'enabled'},
],
};
/// Descriptor for `WifiTransmission`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List wifiTransmissionDescriptor = $convert.base64Decode('ChBXaWZpVHJhbnNtaXNzaW9uEhAKA3VybBgBIAEoCVIDdXJsEhQKBXRva2VuGAIgASgJUgV0b2tlbhIYCgdlbmFibGVkGAMgASgIUgdlbmFibGVk');
@$core.Deprecated('Use transmissionSettingsDescriptor instead')
const TransmissionSettings$json = const {
'1': 'TransmissionSettings',
'2': const [
const {'1': 'wifi', '3': 1, '4': 1, '5': 11, '6': '.fk_data.WifiTransmission', '10': 'wifi'},
],
};
/// Descriptor for `TransmissionSettings`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List transmissionSettingsDescriptor = $convert.base64Decode('ChRUcmFuc21pc3Npb25TZXR0aW5ncxItCgR3aWZpGAEgASgLMhkuZmtfZGF0YS5XaWZpVHJhbnNtaXNzaW9uUgR3aWZp');
@$core.Deprecated('Use networkSettingsDescriptor instead')
const NetworkSettings$json = const {
'1': 'NetworkSettings',
'2': const [
const {'1': 'networks', '3': 1, '4': 3, '5': 11, '6': '.fk_data.NetworkInfo', '10': 'networks'},
],
};
/// Descriptor for `NetworkSettings`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List networkSettingsDescriptor = $convert.base64Decode('Cg9OZXR3b3JrU2V0dGluZ3MSMAoIbmV0d29ya3MYASADKAsyFC5ma19kYXRhLk5ldHdvcmtJbmZvUghuZXR3b3Jrcw==');
@$core.Deprecated('Use loraSettingsDescriptor instead')
const LoraSettings$json = const {
'1': 'LoraSettings',
'2': const [
const {'1': 'deviceEui', '3': 1, '4': 1, '5': 12, '10': 'deviceEui'},
const {'1': 'appKey', '3': 2, '4': 1, '5': 12, '10': 'appKey'},
const {'1': 'joinEui', '3': 3, '4': 1, '5': 12, '10': 'joinEui'},
const {'1': 'frequencyBand', '3': 4, '4': 1, '5': 13, '10': 'frequencyBand'},
const {'1': 'deviceAddress', '3': 5, '4': 1, '5': 12, '10': 'deviceAddress'},
const {'1': 'networkSessionKey', '3': 6, '4': 1, '5': 12, '10': 'networkSessionKey'},
const {'1': 'appSessionKey', '3': 7, '4': 1, '5': 12, '10': 'appSessionKey'},
const {'1': 'uplinkCounter', '3': 8, '4': 1, '5': 13, '10': 'uplinkCounter'},
const {'1': 'downlinkCounter', '3': 9, '4': 1, '5': 13, '10': 'downlinkCounter'},
const {'1': 'rxDelay1', '3': 10, '4': 1, '5': 13, '10': 'rxDelay1'},
const {'1': 'rxDelay2', '3': 11, '4': 1, '5': 13, '10': 'rxDelay2'},
],
};
/// Descriptor for `LoraSettings`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List loraSettingsDescriptor = $convert.base64Decode('CgxMb3JhU2V0dGluZ3MSHAoJZGV2aWNlRXVpGAEgASgMUglkZXZpY2VFdWkSFgoGYXBwS2V5GAIgASgMUgZhcHBLZXkSGAoHam9pbkV1aRgDIAEoDFIHam9pbkV1aRIkCg1mcmVxdWVuY3lCYW5kGAQgASgNUg1mcmVxdWVuY3lCYW5kEiQKDWRldmljZUFkZHJlc3MYBSABKAxSDWRldmljZUFkZHJlc3MSLAoRbmV0d29ya1Nlc3Npb25LZXkYBiABKAxSEW5ldHdvcmtTZXNzaW9uS2V5EiQKDWFwcFNlc3Npb25LZXkYByABKAxSDWFwcFNlc3Npb25LZXkSJAoNdXBsaW5rQ291bnRlchgIIAEoDVINdXBsaW5rQ291bnRlchIoCg9kb3dubGlua0NvdW50ZXIYCSABKA1SD2Rvd25saW5rQ291bnRlchIaCghyeERlbGF5MRgKIAEoDVIIcnhEZWxheTESGgoIcnhEZWxheTIYCyABKA1SCHJ4RGVsYXky');
@$core.Deprecated('Use eventDetailsDescriptor instead')
const EventDetails$json = const {
'1': 'EventDetails',
'2': const [
const {'1': 'data', '3': 1, '4': 1, '5': 12, '10': 'data'},
const {'1': 'integers', '3': 2, '4': 3, '5': 5, '10': 'integers'},
const {'1': 'reals', '3': 3, '4': 3, '5': 2, '10': 'reals'},
],
};
/// Descriptor for `EventDetails`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List eventDetailsDescriptor = $convert.base64Decode('CgxFdmVudERldGFpbHMSEgoEZGF0YRgBIAEoDFIEZGF0YRIaCghpbnRlZ2VycxgCIAMoBVIIaW50ZWdlcnMSFAoFcmVhbHMYAyADKAJSBXJlYWxz');
@$core.Deprecated('Use eventDescriptor instead')
const Event$json = const {
'1': 'Event',
'2': const [
const {'1': 'system', '3': 1, '4': 1, '5': 14, '6': '.fk_data.EventSystem', '10': 'system'},
const {'1': 'severity', '3': 2, '4': 1, '5': 14, '6': '.fk_data.Severity', '10': 'severity'},
const {'1': 'code', '3': 3, '4': 1, '5': 13, '10': 'code'},
const {'1': 'time', '3': 4, '4': 1, '5': 13, '10': 'time'},
const {'1': 'details', '3': 5, '4': 1, '5': 11, '6': '.fk_data.EventDetails', '10': 'details'},
const {'1': 'debug', '3': 6, '4': 1, '5': 12, '10': 'debug'},
],
};
/// Descriptor for `Event`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List eventDescriptor = $convert.base64Decode('CgVFdmVudBIsCgZzeXN0ZW0YASABKA4yFC5ma19kYXRhLkV2ZW50U3lzdGVtUgZzeXN0ZW0SLQoIc2V2ZXJpdHkYAiABKA4yES5ma19kYXRhLlNldmVyaXR5UghzZXZlcml0eRISCgRjb2RlGAMgASgNUgRjb2RlEhIKBHRpbWUYBCABKA1SBHRpbWUSLwoHZGV0YWlscxgFIAEoCzIVLmZrX2RhdGEuRXZlbnREZXRhaWxzUgdkZXRhaWxzEhQKBWRlYnVnGAYgASgMUgVkZWJ1Zw==');
@$core.Deprecated('Use dataRecordDescriptor instead')
const DataRecord$json = const {
'1': 'DataRecord',
'2': const [
const {'1': 'loggedReading', '3': 1, '4': 1, '5': 11, '6': '.fk_data.LoggedReading', '10': 'loggedReading'},
const {'1': 'metadata', '3': 2, '4': 1, '5': 11, '6': '.fk_data.Metadata', '10': 'metadata'},
const {'1': 'log', '3': 3, '4': 1, '5': 11, '6': '.fk_data.LogMessage', '10': 'log'},
const {'1': 'logs', '3': 13, '4': 3, '5': 11, '6': '.fk_data.LogMessage', '10': 'logs'},
const {'1': 'status', '3': 4, '4': 1, '5': 11, '6': '.fk_data.Status', '10': 'status'},
const {'1': 'readings', '3': 5, '4': 1, '5': 11, '6': '.fk_data.Readings', '10': 'readings'},
const {'1': 'modules', '3': 6, '4': 3, '5': 11, '6': '.fk_data.ModuleInfo', '10': 'modules'},
const {'1': 'schedule', '3': 7, '4': 1, '5': 11, '6': '.fk_data.Schedule', '10': 'schedule'},
const {'1': 'meta', '3': 8, '4': 1, '5': 4, '10': 'meta'},
const {'1': 'identity', '3': 9, '4': 1, '5': 11, '6': '.fk_data.Identity', '10': 'identity'},
const {'1': 'condition', '3': 10, '4': 1, '5': 11, '6': '.fk_data.Condition', '10': 'condition'},
const {'1': 'lora', '3': 11, '4': 1, '5': 11, '6': '.fk_data.LoraSettings', '10': 'lora'},
const {'1': 'network', '3': 12, '4': 1, '5': 11, '6': '.fk_data.NetworkSettings', '10': 'network'},
const {'1': 'transmission', '3': 14, '4': 1, '5': 11, '6': '.fk_data.TransmissionSettings', '10': 'transmission'},
const {'1': 'events', '3': 15, '4': 3, '5': 11, '6': '.fk_data.Event', '10': 'events'},
],
};
/// Descriptor for `DataRecord`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List dataRecordDescriptor = $convert.base64Decode('CgpEYXRhUmVjb3JkEjwKDWxvZ2dlZFJlYWRpbmcYASABKAsyFi5ma19kYXRhLkxvZ2dlZFJlYWRpbmdSDWxvZ2dlZFJlYWRpbmcSLQoIbWV0YWRhdGEYAiABKAsyES5ma19kYXRhLk1ldGFkYXRhUghtZXRhZGF0YRIlCgNsb2cYAyABKAsyEy5ma19kYXRhLkxvZ01lc3NhZ2VSA2xvZxInCgRsb2dzGA0gAygLMhMuZmtfZGF0YS5Mb2dNZXNzYWdlUgRsb2dzEicKBnN0YXR1cxgEIAEoCzIPLmZrX2RhdGEuU3RhdHVzUgZzdGF0dXMSLQoIcmVhZGluZ3MYBSABKAsyES5ma19kYXRhLlJlYWRpbmdzUghyZWFkaW5ncxItCgdtb2R1bGVzGAYgAygLMhMuZmtfZGF0YS5Nb2R1bGVJbmZvUgdtb2R1bGVzEi0KCHNjaGVkdWxlGAcgASgLMhEuZmtfZGF0YS5TY2hlZHVsZVIIc2NoZWR1bGUSEgoEbWV0YRgIIAEoBFIEbWV0YRItCghpZGVudGl0eRgJIAEoCzIRLmZrX2RhdGEuSWRlbnRpdHlSCGlkZW50aXR5EjAKCWNvbmRpdGlvbhgKIAEoCzISLmZrX2RhdGEuQ29uZGl0aW9uUgljb25kaXRpb24SKQoEbG9yYRgLIAEoCzIVLmZrX2RhdGEuTG9yYVNldHRpbmdzUgRsb3JhEjIKB25ldHdvcmsYDCABKAsyGC5ma19kYXRhLk5ldHdvcmtTZXR0aW5nc1IHbmV0d29yaxJBCgx0cmFuc21pc3Npb24YDiABKAsyHS5ma19kYXRhLlRyYW5zbWlzc2lvblNldHRpbmdzUgx0cmFuc21pc3Npb24SJgoGZXZlbnRzGA8gAygLMg4uZmtfZGF0YS5FdmVudFIGZXZlbnRz');
@$core.Deprecated('Use signedRecordDescriptor instead')
const SignedRecord$json = const {
'1': 'SignedRecord',
'2': const [
const {'1': 'kind', '3': 1, '4': 1, '5': 14, '6': '.fk_data.SignedRecordKind', '10': 'kind'},
const {'1': 'time', '3': 2, '4': 1, '5': 3, '10': 'time'},
const {'1': 'data', '3': 3, '4': 1, '5': 12, '10': 'data'},
const {'1': 'hash', '3': 4, '4': 1, '5': 12, '10': 'hash'},
const {'1': 'record', '3': 5, '4': 1, '5': 4, '10': 'record'},
],
};
/// Descriptor for `SignedRecord`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List signedRecordDescriptor = $convert.base64Decode('CgxTaWduZWRSZWNvcmQSLQoEa2luZBgBIAEoDjIZLmZrX2RhdGEuU2lnbmVkUmVjb3JkS2luZFIEa2luZBISCgR0aW1lGAIgASgDUgR0aW1lEhIKBGRhdGEYAyABKAxSBGRhdGESEgoEaGFzaBgEIAEoDFIEaGFzaBIWCgZyZWNvcmQYBSABKARSBnJlY29yZA==');
@$core.Deprecated('Use loraRecordDescriptor instead')
const LoraRecord$json = const {
'1': 'LoraRecord',
'2': const [
const {'1': 'deviceId', '3': 1, '4': 1, '5': 12, '10': 'deviceId'},
const {'1': 'time', '3': 2, '4': 1, '5': 3, '10': 'time'},
const {'1': 'number', '3': 3, '4': 1, '5': 4, '10': 'number'},
const {'1': 'module', '3': 4, '4': 1, '5': 13, '10': 'module'},
const {'1': 'sensor', '3': 5, '4': 1, '5': 4, '10': 'sensor'},
const {'1': 'values', '3': 6, '4': 3, '5': 2, '10': 'values'},
const {'1': 'data', '3': 7, '4': 1, '5': 12, '10': 'data'},
],
};
/// Descriptor for `LoraRecord`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List loraRecordDescriptor = $convert.base64Decode('CgpMb3JhUmVjb3JkEhoKCGRldmljZUlkGAEgASgMUghkZXZpY2VJZBISCgR0aW1lGAIgASgDUgR0aW1lEhYKBm51bWJlchgDIAEoBFIGbnVtYmVyEhYKBm1vZHVsZRgEIAEoDVIGbW9kdWxlEhYKBnNlbnNvchgFIAEoBFIGc2Vuc29yEhYKBnZhbHVlcxgGIAMoAlIGdmFsdWVzEhIKBGRhdGEYByABKAxSBGRhdGE=');
@$core.Deprecated('Use calibrationPointDescriptor instead')
const CalibrationPoint$json = const {
'1': 'CalibrationPoint',
'2': const [
const {'1': 'references', '3': 1, '4': 3, '5': 2, '10': 'references'},
const {'1': 'uncalibrated', '3': 2, '4': 3, '5': 2, '10': 'uncalibrated'},
const {'1': 'factory', '3': 3, '4': 3, '5': 2, '10': 'factory'},
const {'1': 'adc', '3': 4, '4': 3, '5': 12, '10': 'adc'},
],
};
/// Descriptor for `CalibrationPoint`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List calibrationPointDescriptor = $convert.base64Decode('ChBDYWxpYnJhdGlvblBvaW50Eh4KCnJlZmVyZW5jZXMYASADKAJSCnJlZmVyZW5jZXMSIgoMdW5jYWxpYnJhdGVkGAIgAygCUgx1bmNhbGlicmF0ZWQSGAoHZmFjdG9yeRgDIAMoAlIHZmFjdG9yeRIQCgNhZGMYBCADKAxSA2FkYw==');
@$core.Deprecated('Use calibrationCoefficientsDescriptor instead')
const CalibrationCoefficients$json = const {
'1': 'CalibrationCoefficients',
'2': const [
const {'1': 'values', '3': 1, '4': 3, '5': 2, '10': 'values'},
],
};
/// Descriptor for `CalibrationCoefficients`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List calibrationCoefficientsDescriptor = $convert.base64Decode('ChdDYWxpYnJhdGlvbkNvZWZmaWNpZW50cxIWCgZ2YWx1ZXMYASADKAJSBnZhbHVlcw==');
@$core.Deprecated('Use calibrationDescriptor instead')
const Calibration$json = const {
'1': 'Calibration',
'2': const [
const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.fk_data.CurveType', '10': 'type'},
const {'1': 'time', '3': 2, '4': 1, '5': 13, '10': 'time'},
const {'1': 'kind', '3': 6, '4': 1, '5': 13, '10': 'kind'},
const {'1': 'points', '3': 3, '4': 3, '5': 11, '6': '.fk_data.CalibrationPoint', '10': 'points'},
const {'1': 'coefficients', '3': 4, '4': 1, '5': 11, '6': '.fk_data.CalibrationCoefficients', '10': 'coefficients'},
const {'1': 'firmware', '3': 5, '4': 1, '5': 11, '6': '.fk_data.Firmware', '10': 'firmware'},
],
};
/// Descriptor for `Calibration`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List calibrationDescriptor = $convert.base64Decode('CgtDYWxpYnJhdGlvbhImCgR0eXBlGAEgASgOMhIuZmtfZGF0YS5DdXJ2ZVR5cGVSBHR5cGUSEgoEdGltZRgCIAEoDVIEdGltZRISCgRraW5kGAYgASgNUgRraW5kEjEKBnBvaW50cxgDIAMoCzIZLmZrX2RhdGEuQ2FsaWJyYXRpb25Qb2ludFIGcG9pbnRzEkQKDGNvZWZmaWNpZW50cxgEIAEoCzIgLmZrX2RhdGEuQ2FsaWJyYXRpb25Db2VmZmljaWVudHNSDGNvZWZmaWNpZW50cxItCghmaXJtd2FyZRgFIAEoCzIRLmZrX2RhdGEuRmlybXdhcmVSCGZpcm13YXJl');
@$core.Deprecated('Use moduleConfigurationDescriptor instead')
const ModuleConfiguration$json = const {
'1': 'ModuleConfiguration',
'2': const [
const {'1': 'calibration', '3': 1, '4': 1, '5': 11, '6': '.fk_data.Calibration', '10': 'calibration'},
const {'1': 'calibrations', '3': 2, '4': 3, '5': 11, '6': '.fk_data.Calibration', '10': 'calibrations'},
],
};
/// Descriptor for `ModuleConfiguration`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List moduleConfigurationDescriptor = $convert.base64Decode('ChNNb2R1bGVDb25maWd1cmF0aW9uEjYKC2NhbGlicmF0aW9uGAEgASgLMhQuZmtfZGF0YS5DYWxpYnJhdGlvblILY2FsaWJyYXRpb24SOAoMY2FsaWJyYXRpb25zGAIgAygLMhQuZmtfZGF0YS5DYWxpYnJhdGlvblIMY2FsaWJyYXRpb25z');