wiliot-certificate 4.5.0__py3-none-any.whl → 4.5.0a2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +211 -0
  2. certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +894 -0
  3. certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +184 -0
  4. certificate/ag/wlt_types_ag_jsons/calibration.json +490 -0
  5. certificate/ag/wlt_types_ag_jsons/custom.json +614 -0
  6. certificate/ag/wlt_types_ag_jsons/datapath.json +900 -0
  7. certificate/ag/wlt_types_ag_jsons/energy2400.json +670 -0
  8. certificate/ag/wlt_types_ag_jsons/energySub1g.json +691 -0
  9. certificate/ag/wlt_types_ag_jsons/externalSensor.json +727 -0
  10. certificate/ag/wlt_types_ag_jsons/interface.json +1095 -0
  11. certificate/ag/wlt_types_ag_jsons/powerManagement.json +1439 -0
  12. certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
  13. certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
  14. certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +126 -0
  15. certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +175 -0
  16. certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +65 -0
  17. certificate/cert_common.py +35 -65
  18. certificate/cert_config.py +18 -43
  19. certificate/cert_data_sim.py +9 -12
  20. certificate/cert_defines.py +0 -8
  21. certificate/cert_gw_sim.py +7 -32
  22. certificate/cert_mqtt.py +5 -15
  23. certificate/cert_prints.py +0 -1
  24. certificate/cert_results.py +37 -48
  25. certificate/cert_utils.py +15 -24
  26. certificate/certificate.py +5 -12
  27. certificate/certificate_cli.py +13 -10
  28. certificate/certificate_eth_test_list.txt +3 -4
  29. certificate/certificate_sanity_test_list.txt +2 -3
  30. certificate/certificate_test_list.txt +4 -4
  31. certificate/tests/calibration/interval_test/interval_test.json +0 -1
  32. certificate/tests/calibration/output_power_test/output_power_test.json +0 -1
  33. certificate/tests/calibration/pattern_test/pattern_test.json +0 -1
  34. certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +0 -1
  35. certificate/tests/cloud_connectivity/acl_test/acl_test.json +0 -1
  36. certificate/tests/cloud_connectivity/acl_test/acl_test.py +15 -13
  37. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -2
  38. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py +6 -8
  39. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +0 -1
  40. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +3 -3
  41. certificate/tests/cloud_connectivity/connection_test/connection_test.json +0 -1
  42. certificate/tests/cloud_connectivity/connection_test/connection_test.py +13 -6
  43. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +0 -1
  44. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +11 -6
  45. certificate/tests/cloud_connectivity/downlink_test/downlink_test.json +0 -1
  46. certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +4 -1
  47. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +0 -1
  48. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +9 -14
  49. certificate/tests/cloud_connectivity/reboot_test/reboot_test.json +0 -1
  50. certificate/tests/cloud_connectivity/reboot_test/reboot_test.py +0 -2
  51. certificate/tests/cloud_connectivity/registration_test/registration_test.json +0 -1
  52. certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
  53. certificate/tests/cloud_connectivity/stress_test/stress_test.json +0 -1
  54. certificate/tests/cloud_connectivity/stress_test/stress_test.py +11 -15
  55. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json +0 -1
  56. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +2 -1
  57. certificate/tests/cloud_connectivity/uplink_test/uplink_test.json +0 -1
  58. certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +20 -27
  59. certificate/tests/datapath/aging_test/aging_test.json +0 -1
  60. certificate/tests/datapath/aging_test/aging_test.py +3 -7
  61. certificate/tests/datapath/event_ble5_test/event_ble5_test.json +2 -3
  62. certificate/tests/datapath/event_ble5_test/event_ble5_test.py +13 -7
  63. certificate/tests/datapath/event_test/event_test.json +2 -3
  64. certificate/tests/datapath/event_test/event_test.py +10 -5
  65. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +1 -2
  66. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +5 -9
  67. certificate/tests/datapath/output_power_test/output_power_test.json +0 -1
  68. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +0 -1
  69. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +4 -4
  70. certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +0 -1
  71. certificate/tests/datapath/pattern_test/pattern_test.json +0 -1
  72. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json +0 -1
  73. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py +5 -5
  74. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +0 -1
  75. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +5 -5
  76. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json +0 -1
  77. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +8 -10
  78. certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +0 -1
  79. certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +0 -1
  80. certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +0 -1
  81. certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json +0 -1
  82. certificate/tests/datapath/rx_channel_test/rx_channel_test.json +0 -1
  83. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +0 -1
  84. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
  85. certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +0 -1
  86. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +0 -1
  87. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +0 -3
  88. certificate/tests/datapath/stress_test/stress_test.json +0 -1
  89. certificate/tests/datapath/stress_test/stress_test.py +0 -3
  90. certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +0 -1
  91. certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json +0 -1
  92. certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json +0 -1
  93. certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json +0 -1
  94. certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json +0 -1
  95. certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json +0 -1
  96. certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json +0 -1
  97. certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json +0 -1
  98. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json +0 -1
  99. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py +14 -18
  100. certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +0 -1
  101. certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +0 -1
  102. certificate/tests/energy2400/output_power_test/output_power_test.json +0 -1
  103. certificate/tests/energy2400/pattern_test/pattern_test.json +0 -1
  104. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -1
  105. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -4
  106. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +9 -9
  107. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +271 -113
  108. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -1
  109. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
  110. certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +0 -1
  111. certificate/tests/energy_sub1g/pattern_test/pattern_test.json +0 -1
  112. certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +0 -1
  113. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +0 -1
  114. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +9 -4
  115. common/api_if/api_validation.py +0 -6
  116. common/web/templates/generator.html +79 -141
  117. common/web/web_utils.py +56 -78
  118. gui_certificate/server.py +78 -283
  119. gui_certificate/templates/cert_run.html +113 -179
  120. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/METADATA +22 -7
  121. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/RECORD +125 -109
  122. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/WHEEL +0 -0
  123. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/entry_points.txt +0 -0
  124. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/licenses/LICENSE +0 -0
  125. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1439 @@
1
+ {
2
+ "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "moduleType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 4,
11
+ "bitLength": 4,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "msgType",
16
+ "byteOffset": 5,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 4,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "apiVersion",
24
+ "byteOffset": 6,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "seqId",
32
+ "byteOffset": 7,
33
+ "byteLength": 1,
34
+ "bitOffset": 0,
35
+ "bitLength": 8,
36
+ "outType": "uint"
37
+ },
38
+ {
39
+ "name": "brgMac",
40
+ "byteOffset": 8,
41
+ "byteLength": 6,
42
+ "bitOffset": 0,
43
+ "bitLength": 48,
44
+ "outType": "string"
45
+ },
46
+ {
47
+ "name": "staticLedsOn",
48
+ "byteOffset": 14,
49
+ "byteLength": 1,
50
+ "bitOffset": 0,
51
+ "bitLength": 8,
52
+ "outType": "uint"
53
+ },
54
+ {
55
+ "name": "staticKeepAlivePeriod",
56
+ "byteOffset": 15,
57
+ "byteLength": 1,
58
+ "bitOffset": 0,
59
+ "bitLength": 8,
60
+ "outType": "uint",
61
+ "calculations": [
62
+ {
63
+ "operator": "*",
64
+ "operand": 5
65
+ },
66
+ {
67
+ "operator": "+",
68
+ "operand": 0
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "name": "staticKeepAliveScan",
74
+ "byteOffset": 16,
75
+ "byteLength": 1,
76
+ "bitOffset": 0,
77
+ "bitLength": 8,
78
+ "outType": "uint",
79
+ "calculations": [
80
+ {
81
+ "operator": "*",
82
+ "operand": 10
83
+ },
84
+ {
85
+ "operator": "+",
86
+ "operand": 0
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "name": "staticOnDuration",
92
+ "byteOffset": 17,
93
+ "byteLength": 1,
94
+ "bitOffset": 0,
95
+ "bitLength": 8,
96
+ "outType": "uint",
97
+ "calculations": [
98
+ {
99
+ "operator": "*",
100
+ "operand": 30
101
+ },
102
+ {
103
+ "operator": "+",
104
+ "operand": 0
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "staticSleepDuration",
110
+ "byteOffset": 18,
111
+ "byteLength": 2,
112
+ "bitOffset": 0,
113
+ "bitLength": 16,
114
+ "outType": "uint",
115
+ "calculations": [
116
+ {
117
+ "operator": "*",
118
+ "operand": 60
119
+ },
120
+ {
121
+ "operator": "+",
122
+ "operand": 0
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "dynamicLedsOn",
128
+ "byteOffset": 20,
129
+ "byteLength": 1,
130
+ "bitOffset": 0,
131
+ "bitLength": 8,
132
+ "outType": "uint"
133
+ },
134
+ {
135
+ "name": "dynamicKeepAlivePeriod",
136
+ "byteOffset": 21,
137
+ "byteLength": 1,
138
+ "bitOffset": 0,
139
+ "bitLength": 8,
140
+ "outType": "uint",
141
+ "calculations": [
142
+ {
143
+ "operator": "*",
144
+ "operand": 5
145
+ },
146
+ {
147
+ "operator": "+",
148
+ "operand": 0
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "name": "dynamicKeepAliveScan",
154
+ "byteOffset": 22,
155
+ "byteLength": 1,
156
+ "bitOffset": 0,
157
+ "bitLength": 8,
158
+ "outType": "uint",
159
+ "calculations": [
160
+ {
161
+ "operator": "*",
162
+ "operand": 10
163
+ },
164
+ {
165
+ "operator": "+",
166
+ "operand": 0
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "name": "dynamicOnDuration",
172
+ "byteOffset": 23,
173
+ "byteLength": 1,
174
+ "bitOffset": 0,
175
+ "bitLength": 8,
176
+ "outType": "uint",
177
+ "calculations": [
178
+ {
179
+ "operator": "*",
180
+ "operand": 30
181
+ },
182
+ {
183
+ "operator": "+",
184
+ "operand": 0
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "dynamicSleepDuration",
190
+ "byteOffset": 24,
191
+ "byteLength": 2,
192
+ "bitOffset": 0,
193
+ "bitLength": 16,
194
+ "outType": "uint",
195
+ "calculations": [
196
+ {
197
+ "operator": "*",
198
+ "operand": 60
199
+ },
200
+ {
201
+ "operator": "+",
202
+ "operand": 0
203
+ }
204
+ ]
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "version": "12",
210
+ "packetFields": [
211
+ {
212
+ "name": "moduleType",
213
+ "byteOffset": 5,
214
+ "byteLength": 1,
215
+ "bitOffset": 4,
216
+ "bitLength": 4,
217
+ "outType": "uint"
218
+ },
219
+ {
220
+ "name": "msgType",
221
+ "byteOffset": 5,
222
+ "byteLength": 1,
223
+ "bitOffset": 0,
224
+ "bitLength": 4,
225
+ "outType": "uint"
226
+ },
227
+ {
228
+ "name": "apiVersion",
229
+ "byteOffset": 6,
230
+ "byteLength": 1,
231
+ "bitOffset": 0,
232
+ "bitLength": 8,
233
+ "outType": "uint"
234
+ },
235
+ {
236
+ "name": "seqId",
237
+ "byteOffset": 7,
238
+ "byteLength": 1,
239
+ "bitOffset": 0,
240
+ "bitLength": 8,
241
+ "outType": "uint"
242
+ },
243
+ {
244
+ "name": "brgMac",
245
+ "byteOffset": 8,
246
+ "byteLength": 6,
247
+ "bitOffset": 0,
248
+ "bitLength": 48,
249
+ "outType": "string"
250
+ },
251
+ {
252
+ "name": "staticLedsOn",
253
+ "byteOffset": 14,
254
+ "byteLength": 1,
255
+ "bitOffset": 0,
256
+ "bitLength": 8,
257
+ "outType": "uint"
258
+ },
259
+ {
260
+ "name": "staticKeepAlivePeriod",
261
+ "byteOffset": 15,
262
+ "byteLength": 1,
263
+ "bitOffset": 0,
264
+ "bitLength": 8,
265
+ "outType": "uint",
266
+ "calculations": [
267
+ {
268
+ "operator": "*",
269
+ "operand": 5
270
+ },
271
+ {
272
+ "operator": "+",
273
+ "operand": 0
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "name": "staticKeepAliveScan",
279
+ "byteOffset": 16,
280
+ "byteLength": 1,
281
+ "bitOffset": 0,
282
+ "bitLength": 8,
283
+ "outType": "uint",
284
+ "calculations": [
285
+ {
286
+ "operator": "*",
287
+ "operand": 10
288
+ },
289
+ {
290
+ "operator": "+",
291
+ "operand": 0
292
+ }
293
+ ]
294
+ },
295
+ {
296
+ "name": "staticOnDuration",
297
+ "byteOffset": 17,
298
+ "byteLength": 1,
299
+ "bitOffset": 0,
300
+ "bitLength": 8,
301
+ "outType": "uint",
302
+ "calculations": [
303
+ {
304
+ "operator": "*",
305
+ "operand": 30
306
+ },
307
+ {
308
+ "operator": "+",
309
+ "operand": 0
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "name": "staticSleepDuration",
315
+ "byteOffset": 18,
316
+ "byteLength": 2,
317
+ "bitOffset": 0,
318
+ "bitLength": 16,
319
+ "outType": "uint",
320
+ "calculations": [
321
+ {
322
+ "operator": "*",
323
+ "operand": 60
324
+ },
325
+ {
326
+ "operator": "+",
327
+ "operand": 0
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "name": "dynamicLedsOn",
333
+ "byteOffset": 20,
334
+ "byteLength": 1,
335
+ "bitOffset": 0,
336
+ "bitLength": 8,
337
+ "outType": "uint"
338
+ },
339
+ {
340
+ "name": "dynamicKeepAlivePeriod",
341
+ "byteOffset": 21,
342
+ "byteLength": 1,
343
+ "bitOffset": 0,
344
+ "bitLength": 8,
345
+ "outType": "uint",
346
+ "calculations": [
347
+ {
348
+ "operator": "*",
349
+ "operand": 5
350
+ },
351
+ {
352
+ "operator": "+",
353
+ "operand": 0
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "name": "dynamicKeepAliveScan",
359
+ "byteOffset": 22,
360
+ "byteLength": 1,
361
+ "bitOffset": 0,
362
+ "bitLength": 8,
363
+ "outType": "uint",
364
+ "calculations": [
365
+ {
366
+ "operator": "*",
367
+ "operand": 10
368
+ },
369
+ {
370
+ "operator": "+",
371
+ "operand": 0
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "name": "dynamicOnDuration",
377
+ "byteOffset": 23,
378
+ "byteLength": 1,
379
+ "bitOffset": 0,
380
+ "bitLength": 8,
381
+ "outType": "uint",
382
+ "calculations": [
383
+ {
384
+ "operator": "*",
385
+ "operand": 30
386
+ },
387
+ {
388
+ "operator": "+",
389
+ "operand": 0
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "name": "dynamicSleepDuration",
395
+ "byteOffset": 24,
396
+ "byteLength": 2,
397
+ "bitOffset": 0,
398
+ "bitLength": 16,
399
+ "outType": "uint",
400
+ "calculations": [
401
+ {
402
+ "operator": "*",
403
+ "operand": 60
404
+ },
405
+ {
406
+ "operator": "+",
407
+ "operand": 0
408
+ }
409
+ ]
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "version": "11",
415
+ "packetFields": [
416
+ {
417
+ "name": "moduleType",
418
+ "byteOffset": 5,
419
+ "byteLength": 1,
420
+ "bitOffset": 4,
421
+ "bitLength": 4,
422
+ "outType": "uint"
423
+ },
424
+ {
425
+ "name": "msgType",
426
+ "byteOffset": 5,
427
+ "byteLength": 1,
428
+ "bitOffset": 0,
429
+ "bitLength": 4,
430
+ "outType": "uint"
431
+ },
432
+ {
433
+ "name": "apiVersion",
434
+ "byteOffset": 6,
435
+ "byteLength": 1,
436
+ "bitOffset": 0,
437
+ "bitLength": 8,
438
+ "outType": "uint"
439
+ },
440
+ {
441
+ "name": "seqId",
442
+ "byteOffset": 7,
443
+ "byteLength": 1,
444
+ "bitOffset": 0,
445
+ "bitLength": 8,
446
+ "outType": "uint"
447
+ },
448
+ {
449
+ "name": "brgMac",
450
+ "byteOffset": 8,
451
+ "byteLength": 6,
452
+ "bitOffset": 0,
453
+ "bitLength": 48,
454
+ "outType": "string"
455
+ },
456
+ {
457
+ "name": "staticLedsOn",
458
+ "byteOffset": 14,
459
+ "byteLength": 1,
460
+ "bitOffset": 0,
461
+ "bitLength": 8,
462
+ "outType": "uint"
463
+ },
464
+ {
465
+ "name": "staticKeepAlivePeriod",
466
+ "byteOffset": 15,
467
+ "byteLength": 1,
468
+ "bitOffset": 0,
469
+ "bitLength": 8,
470
+ "outType": "uint",
471
+ "calculations": [
472
+ {
473
+ "operator": "*",
474
+ "operand": 5
475
+ },
476
+ {
477
+ "operator": "+",
478
+ "operand": 0
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "name": "staticKeepAliveScan",
484
+ "byteOffset": 16,
485
+ "byteLength": 1,
486
+ "bitOffset": 0,
487
+ "bitLength": 8,
488
+ "outType": "uint",
489
+ "calculations": [
490
+ {
491
+ "operator": "*",
492
+ "operand": 10
493
+ },
494
+ {
495
+ "operator": "+",
496
+ "operand": 0
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "name": "staticOnDuration",
502
+ "byteOffset": 17,
503
+ "byteLength": 1,
504
+ "bitOffset": 0,
505
+ "bitLength": 8,
506
+ "outType": "uint",
507
+ "calculations": [
508
+ {
509
+ "operator": "*",
510
+ "operand": 30
511
+ },
512
+ {
513
+ "operator": "+",
514
+ "operand": 0
515
+ }
516
+ ]
517
+ },
518
+ {
519
+ "name": "staticSleepDuration",
520
+ "byteOffset": 18,
521
+ "byteLength": 2,
522
+ "bitOffset": 0,
523
+ "bitLength": 16,
524
+ "outType": "uint",
525
+ "calculations": [
526
+ {
527
+ "operator": "*",
528
+ "operand": 60
529
+ },
530
+ {
531
+ "operator": "+",
532
+ "operand": 0
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "name": "dynamicLedsOn",
538
+ "byteOffset": 20,
539
+ "byteLength": 1,
540
+ "bitOffset": 0,
541
+ "bitLength": 8,
542
+ "outType": "uint"
543
+ },
544
+ {
545
+ "name": "dynamicKeepAlivePeriod",
546
+ "byteOffset": 21,
547
+ "byteLength": 1,
548
+ "bitOffset": 0,
549
+ "bitLength": 8,
550
+ "outType": "uint",
551
+ "calculations": [
552
+ {
553
+ "operator": "*",
554
+ "operand": 5
555
+ },
556
+ {
557
+ "operator": "+",
558
+ "operand": 0
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "name": "dynamicKeepAliveScan",
564
+ "byteOffset": 22,
565
+ "byteLength": 1,
566
+ "bitOffset": 0,
567
+ "bitLength": 8,
568
+ "outType": "uint",
569
+ "calculations": [
570
+ {
571
+ "operator": "*",
572
+ "operand": 10
573
+ },
574
+ {
575
+ "operator": "+",
576
+ "operand": 0
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "name": "dynamicOnDuration",
582
+ "byteOffset": 23,
583
+ "byteLength": 1,
584
+ "bitOffset": 0,
585
+ "bitLength": 8,
586
+ "outType": "uint",
587
+ "calculations": [
588
+ {
589
+ "operator": "*",
590
+ "operand": 30
591
+ },
592
+ {
593
+ "operator": "+",
594
+ "operand": 0
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "name": "dynamicSleepDuration",
600
+ "byteOffset": 24,
601
+ "byteLength": 2,
602
+ "bitOffset": 0,
603
+ "bitLength": 16,
604
+ "outType": "uint",
605
+ "calculations": [
606
+ {
607
+ "operator": "*",
608
+ "operand": 60
609
+ },
610
+ {
611
+ "operator": "+",
612
+ "operand": 0
613
+ }
614
+ ]
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "version": "10",
620
+ "packetFields": [
621
+ {
622
+ "name": "moduleType",
623
+ "byteOffset": 5,
624
+ "byteLength": 1,
625
+ "bitOffset": 4,
626
+ "bitLength": 4,
627
+ "outType": "uint"
628
+ },
629
+ {
630
+ "name": "msgType",
631
+ "byteOffset": 5,
632
+ "byteLength": 1,
633
+ "bitOffset": 0,
634
+ "bitLength": 4,
635
+ "outType": "uint"
636
+ },
637
+ {
638
+ "name": "apiVersion",
639
+ "byteOffset": 6,
640
+ "byteLength": 1,
641
+ "bitOffset": 0,
642
+ "bitLength": 8,
643
+ "outType": "uint"
644
+ },
645
+ {
646
+ "name": "seqId",
647
+ "byteOffset": 7,
648
+ "byteLength": 1,
649
+ "bitOffset": 0,
650
+ "bitLength": 8,
651
+ "outType": "uint"
652
+ },
653
+ {
654
+ "name": "brgMac",
655
+ "byteOffset": 8,
656
+ "byteLength": 6,
657
+ "bitOffset": 0,
658
+ "bitLength": 48,
659
+ "outType": "string"
660
+ },
661
+ {
662
+ "name": "staticLedsOn",
663
+ "byteOffset": 14,
664
+ "byteLength": 1,
665
+ "bitOffset": 0,
666
+ "bitLength": 8,
667
+ "outType": "uint"
668
+ },
669
+ {
670
+ "name": "staticKeepAlivePeriod",
671
+ "byteOffset": 15,
672
+ "byteLength": 1,
673
+ "bitOffset": 0,
674
+ "bitLength": 8,
675
+ "outType": "uint",
676
+ "calculations": [
677
+ {
678
+ "operator": "*",
679
+ "operand": 5
680
+ },
681
+ {
682
+ "operator": "+",
683
+ "operand": 0
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "name": "staticKeepAliveScan",
689
+ "byteOffset": 16,
690
+ "byteLength": 1,
691
+ "bitOffset": 0,
692
+ "bitLength": 8,
693
+ "outType": "uint",
694
+ "calculations": [
695
+ {
696
+ "operator": "*",
697
+ "operand": 10
698
+ },
699
+ {
700
+ "operator": "+",
701
+ "operand": 0
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "name": "staticOnDuration",
707
+ "byteOffset": 17,
708
+ "byteLength": 1,
709
+ "bitOffset": 0,
710
+ "bitLength": 8,
711
+ "outType": "uint",
712
+ "calculations": [
713
+ {
714
+ "operator": "*",
715
+ "operand": 30
716
+ },
717
+ {
718
+ "operator": "+",
719
+ "operand": 0
720
+ }
721
+ ]
722
+ },
723
+ {
724
+ "name": "staticSleepDuration",
725
+ "byteOffset": 18,
726
+ "byteLength": 2,
727
+ "bitOffset": 0,
728
+ "bitLength": 16,
729
+ "outType": "uint",
730
+ "calculations": [
731
+ {
732
+ "operator": "*",
733
+ "operand": 60
734
+ },
735
+ {
736
+ "operator": "+",
737
+ "operand": 0
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "name": "dynamicLedsOn",
743
+ "byteOffset": 20,
744
+ "byteLength": 1,
745
+ "bitOffset": 0,
746
+ "bitLength": 8,
747
+ "outType": "uint"
748
+ },
749
+ {
750
+ "name": "dynamicKeepAlivePeriod",
751
+ "byteOffset": 21,
752
+ "byteLength": 1,
753
+ "bitOffset": 0,
754
+ "bitLength": 8,
755
+ "outType": "uint",
756
+ "calculations": [
757
+ {
758
+ "operator": "*",
759
+ "operand": 5
760
+ },
761
+ {
762
+ "operator": "+",
763
+ "operand": 0
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "name": "dynamicKeepAliveScan",
769
+ "byteOffset": 22,
770
+ "byteLength": 1,
771
+ "bitOffset": 0,
772
+ "bitLength": 8,
773
+ "outType": "uint",
774
+ "calculations": [
775
+ {
776
+ "operator": "*",
777
+ "operand": 10
778
+ },
779
+ {
780
+ "operator": "+",
781
+ "operand": 0
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "name": "dynamicOnDuration",
787
+ "byteOffset": 23,
788
+ "byteLength": 1,
789
+ "bitOffset": 0,
790
+ "bitLength": 8,
791
+ "outType": "uint",
792
+ "calculations": [
793
+ {
794
+ "operator": "*",
795
+ "operand": 30
796
+ },
797
+ {
798
+ "operator": "+",
799
+ "operand": 0
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "dynamicSleepDuration",
805
+ "byteOffset": 24,
806
+ "byteLength": 2,
807
+ "bitOffset": 0,
808
+ "bitLength": 16,
809
+ "outType": "uint",
810
+ "calculations": [
811
+ {
812
+ "operator": "*",
813
+ "operand": 60
814
+ },
815
+ {
816
+ "operator": "+",
817
+ "operand": 0
818
+ }
819
+ ]
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "version": "9",
825
+ "packetFields": [
826
+ {
827
+ "name": "moduleType",
828
+ "byteOffset": 5,
829
+ "byteLength": 1,
830
+ "bitOffset": 4,
831
+ "bitLength": 4,
832
+ "outType": "uint"
833
+ },
834
+ {
835
+ "name": "msgType",
836
+ "byteOffset": 5,
837
+ "byteLength": 1,
838
+ "bitOffset": 0,
839
+ "bitLength": 4,
840
+ "outType": "uint"
841
+ },
842
+ {
843
+ "name": "apiVersion",
844
+ "byteOffset": 6,
845
+ "byteLength": 1,
846
+ "bitOffset": 0,
847
+ "bitLength": 8,
848
+ "outType": "uint"
849
+ },
850
+ {
851
+ "name": "seqId",
852
+ "byteOffset": 7,
853
+ "byteLength": 1,
854
+ "bitOffset": 0,
855
+ "bitLength": 8,
856
+ "outType": "uint"
857
+ },
858
+ {
859
+ "name": "brgMac",
860
+ "byteOffset": 8,
861
+ "byteLength": 6,
862
+ "bitOffset": 0,
863
+ "bitLength": 48,
864
+ "outType": "string"
865
+ },
866
+ {
867
+ "name": "staticLedsOn",
868
+ "byteOffset": 14,
869
+ "byteLength": 1,
870
+ "bitOffset": 0,
871
+ "bitLength": 8,
872
+ "outType": "uint"
873
+ },
874
+ {
875
+ "name": "staticKeepAlivePeriod",
876
+ "byteOffset": 15,
877
+ "byteLength": 1,
878
+ "bitOffset": 0,
879
+ "bitLength": 8,
880
+ "outType": "uint",
881
+ "calculations": [
882
+ {
883
+ "operator": "*",
884
+ "operand": 5
885
+ },
886
+ {
887
+ "operator": "+",
888
+ "operand": 0
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "name": "staticKeepAliveScan",
894
+ "byteOffset": 16,
895
+ "byteLength": 1,
896
+ "bitOffset": 0,
897
+ "bitLength": 8,
898
+ "outType": "uint",
899
+ "calculations": [
900
+ {
901
+ "operator": "*",
902
+ "operand": 10
903
+ },
904
+ {
905
+ "operator": "+",
906
+ "operand": 0
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "name": "staticOnDuration",
912
+ "byteOffset": 17,
913
+ "byteLength": 1,
914
+ "bitOffset": 0,
915
+ "bitLength": 8,
916
+ "outType": "uint",
917
+ "calculations": [
918
+ {
919
+ "operator": "*",
920
+ "operand": 30
921
+ },
922
+ {
923
+ "operator": "+",
924
+ "operand": 0
925
+ }
926
+ ]
927
+ },
928
+ {
929
+ "name": "staticSleepDuration",
930
+ "byteOffset": 18,
931
+ "byteLength": 2,
932
+ "bitOffset": 0,
933
+ "bitLength": 16,
934
+ "outType": "uint",
935
+ "calculations": [
936
+ {
937
+ "operator": "*",
938
+ "operand": 60
939
+ },
940
+ {
941
+ "operator": "+",
942
+ "operand": 0
943
+ }
944
+ ]
945
+ },
946
+ {
947
+ "name": "dynamicLedsOn",
948
+ "byteOffset": 20,
949
+ "byteLength": 1,
950
+ "bitOffset": 0,
951
+ "bitLength": 8,
952
+ "outType": "uint"
953
+ },
954
+ {
955
+ "name": "dynamicKeepAlivePeriod",
956
+ "byteOffset": 21,
957
+ "byteLength": 1,
958
+ "bitOffset": 0,
959
+ "bitLength": 8,
960
+ "outType": "uint",
961
+ "calculations": [
962
+ {
963
+ "operator": "*",
964
+ "operand": 5
965
+ },
966
+ {
967
+ "operator": "+",
968
+ "operand": 0
969
+ }
970
+ ]
971
+ },
972
+ {
973
+ "name": "dynamicKeepAliveScan",
974
+ "byteOffset": 22,
975
+ "byteLength": 1,
976
+ "bitOffset": 0,
977
+ "bitLength": 8,
978
+ "outType": "uint",
979
+ "calculations": [
980
+ {
981
+ "operator": "*",
982
+ "operand": 10
983
+ },
984
+ {
985
+ "operator": "+",
986
+ "operand": 0
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "name": "dynamicOnDuration",
992
+ "byteOffset": 23,
993
+ "byteLength": 1,
994
+ "bitOffset": 0,
995
+ "bitLength": 8,
996
+ "outType": "uint",
997
+ "calculations": [
998
+ {
999
+ "operator": "*",
1000
+ "operand": 30
1001
+ },
1002
+ {
1003
+ "operator": "+",
1004
+ "operand": 0
1005
+ }
1006
+ ]
1007
+ },
1008
+ {
1009
+ "name": "dynamicSleepDuration",
1010
+ "byteOffset": 24,
1011
+ "byteLength": 2,
1012
+ "bitOffset": 0,
1013
+ "bitLength": 16,
1014
+ "outType": "uint",
1015
+ "calculations": [
1016
+ {
1017
+ "operator": "*",
1018
+ "operand": 60
1019
+ },
1020
+ {
1021
+ "operator": "+",
1022
+ "operand": 0
1023
+ }
1024
+ ]
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ "version": "8",
1030
+ "packetFields": [
1031
+ {
1032
+ "name": "moduleType",
1033
+ "byteOffset": 5,
1034
+ "byteLength": 1,
1035
+ "bitOffset": 4,
1036
+ "bitLength": 4,
1037
+ "outType": "uint"
1038
+ },
1039
+ {
1040
+ "name": "msgType",
1041
+ "byteOffset": 5,
1042
+ "byteLength": 1,
1043
+ "bitOffset": 0,
1044
+ "bitLength": 4,
1045
+ "outType": "uint"
1046
+ },
1047
+ {
1048
+ "name": "apiVersion",
1049
+ "byteOffset": 6,
1050
+ "byteLength": 1,
1051
+ "bitOffset": 0,
1052
+ "bitLength": 8,
1053
+ "outType": "uint"
1054
+ },
1055
+ {
1056
+ "name": "seqId",
1057
+ "byteOffset": 7,
1058
+ "byteLength": 1,
1059
+ "bitOffset": 0,
1060
+ "bitLength": 8,
1061
+ "outType": "uint"
1062
+ },
1063
+ {
1064
+ "name": "brgMac",
1065
+ "byteOffset": 8,
1066
+ "byteLength": 6,
1067
+ "bitOffset": 0,
1068
+ "bitLength": 48,
1069
+ "outType": "string"
1070
+ },
1071
+ {
1072
+ "name": "staticLedsOn",
1073
+ "byteOffset": 14,
1074
+ "byteLength": 1,
1075
+ "bitOffset": 0,
1076
+ "bitLength": 8,
1077
+ "outType": "uint"
1078
+ },
1079
+ {
1080
+ "name": "staticKeepAlivePeriod",
1081
+ "byteOffset": 15,
1082
+ "byteLength": 1,
1083
+ "bitOffset": 0,
1084
+ "bitLength": 8,
1085
+ "outType": "uint",
1086
+ "calculations": [
1087
+ {
1088
+ "operator": "*",
1089
+ "operand": 5
1090
+ },
1091
+ {
1092
+ "operator": "+",
1093
+ "operand": 0
1094
+ }
1095
+ ]
1096
+ },
1097
+ {
1098
+ "name": "staticKeepAliveScan",
1099
+ "byteOffset": 16,
1100
+ "byteLength": 1,
1101
+ "bitOffset": 0,
1102
+ "bitLength": 8,
1103
+ "outType": "uint",
1104
+ "calculations": [
1105
+ {
1106
+ "operator": "*",
1107
+ "operand": 10
1108
+ },
1109
+ {
1110
+ "operator": "+",
1111
+ "operand": 0
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "name": "staticOnDuration",
1117
+ "byteOffset": 17,
1118
+ "byteLength": 1,
1119
+ "bitOffset": 0,
1120
+ "bitLength": 8,
1121
+ "outType": "uint",
1122
+ "calculations": [
1123
+ {
1124
+ "operator": "*",
1125
+ "operand": 30
1126
+ },
1127
+ {
1128
+ "operator": "+",
1129
+ "operand": 0
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "name": "staticSleepDuration",
1135
+ "byteOffset": 18,
1136
+ "byteLength": 2,
1137
+ "bitOffset": 0,
1138
+ "bitLength": 16,
1139
+ "outType": "uint",
1140
+ "calculations": [
1141
+ {
1142
+ "operator": "*",
1143
+ "operand": 60
1144
+ },
1145
+ {
1146
+ "operator": "+",
1147
+ "operand": 0
1148
+ }
1149
+ ]
1150
+ },
1151
+ {
1152
+ "name": "dynamicLedsOn",
1153
+ "byteOffset": 20,
1154
+ "byteLength": 1,
1155
+ "bitOffset": 0,
1156
+ "bitLength": 8,
1157
+ "outType": "uint"
1158
+ },
1159
+ {
1160
+ "name": "dynamicKeepAlivePeriod",
1161
+ "byteOffset": 21,
1162
+ "byteLength": 1,
1163
+ "bitOffset": 0,
1164
+ "bitLength": 8,
1165
+ "outType": "uint",
1166
+ "calculations": [
1167
+ {
1168
+ "operator": "*",
1169
+ "operand": 5
1170
+ },
1171
+ {
1172
+ "operator": "+",
1173
+ "operand": 0
1174
+ }
1175
+ ]
1176
+ },
1177
+ {
1178
+ "name": "dynamicKeepAliveScan",
1179
+ "byteOffset": 22,
1180
+ "byteLength": 1,
1181
+ "bitOffset": 0,
1182
+ "bitLength": 8,
1183
+ "outType": "uint",
1184
+ "calculations": [
1185
+ {
1186
+ "operator": "*",
1187
+ "operand": 10
1188
+ },
1189
+ {
1190
+ "operator": "+",
1191
+ "operand": 0
1192
+ }
1193
+ ]
1194
+ },
1195
+ {
1196
+ "name": "dynamicOnDuration",
1197
+ "byteOffset": 23,
1198
+ "byteLength": 1,
1199
+ "bitOffset": 0,
1200
+ "bitLength": 8,
1201
+ "outType": "uint",
1202
+ "calculations": [
1203
+ {
1204
+ "operator": "*",
1205
+ "operand": 30
1206
+ },
1207
+ {
1208
+ "operator": "+",
1209
+ "operand": 0
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "name": "dynamicSleepDuration",
1215
+ "byteOffset": 24,
1216
+ "byteLength": 2,
1217
+ "bitOffset": 0,
1218
+ "bitLength": 16,
1219
+ "outType": "uint",
1220
+ "calculations": [
1221
+ {
1222
+ "operator": "*",
1223
+ "operand": 60
1224
+ },
1225
+ {
1226
+ "operator": "+",
1227
+ "operand": 0
1228
+ }
1229
+ ]
1230
+ }
1231
+ ]
1232
+ },
1233
+ {
1234
+ "version": "7",
1235
+ "packetFields": [
1236
+ {
1237
+ "name": "moduleType",
1238
+ "byteOffset": 5,
1239
+ "byteLength": 1,
1240
+ "bitOffset": 4,
1241
+ "bitLength": 4,
1242
+ "outType": "uint"
1243
+ },
1244
+ {
1245
+ "name": "msgType",
1246
+ "byteOffset": 5,
1247
+ "byteLength": 1,
1248
+ "bitOffset": 0,
1249
+ "bitLength": 4,
1250
+ "outType": "uint"
1251
+ },
1252
+ {
1253
+ "name": "apiVersion",
1254
+ "byteOffset": 6,
1255
+ "byteLength": 1,
1256
+ "bitOffset": 0,
1257
+ "bitLength": 8,
1258
+ "outType": "uint"
1259
+ },
1260
+ {
1261
+ "name": "seqId",
1262
+ "byteOffset": 7,
1263
+ "byteLength": 1,
1264
+ "bitOffset": 0,
1265
+ "bitLength": 8,
1266
+ "outType": "uint"
1267
+ },
1268
+ {
1269
+ "name": "brgMac",
1270
+ "byteOffset": 8,
1271
+ "byteLength": 6,
1272
+ "bitOffset": 0,
1273
+ "bitLength": 48,
1274
+ "outType": "string"
1275
+ },
1276
+ {
1277
+ "name": "staticLedsOn",
1278
+ "byteOffset": 14,
1279
+ "byteLength": 1,
1280
+ "bitOffset": 0,
1281
+ "bitLength": 8,
1282
+ "outType": "uint"
1283
+ },
1284
+ {
1285
+ "name": "staticKeepAlivePeriod",
1286
+ "byteOffset": 15,
1287
+ "byteLength": 1,
1288
+ "bitOffset": 0,
1289
+ "bitLength": 8,
1290
+ "outType": "uint",
1291
+ "calculations": [
1292
+ {
1293
+ "operator": "*",
1294
+ "operand": 5
1295
+ },
1296
+ {
1297
+ "operator": "+",
1298
+ "operand": 0
1299
+ }
1300
+ ]
1301
+ },
1302
+ {
1303
+ "name": "staticKeepAliveScan",
1304
+ "byteOffset": 16,
1305
+ "byteLength": 1,
1306
+ "bitOffset": 0,
1307
+ "bitLength": 8,
1308
+ "outType": "uint",
1309
+ "calculations": [
1310
+ {
1311
+ "operator": "*",
1312
+ "operand": 10
1313
+ },
1314
+ {
1315
+ "operator": "+",
1316
+ "operand": 0
1317
+ }
1318
+ ]
1319
+ },
1320
+ {
1321
+ "name": "staticOnDuration",
1322
+ "byteOffset": 17,
1323
+ "byteLength": 1,
1324
+ "bitOffset": 0,
1325
+ "bitLength": 8,
1326
+ "outType": "uint",
1327
+ "calculations": [
1328
+ {
1329
+ "operator": "*",
1330
+ "operand": 30
1331
+ },
1332
+ {
1333
+ "operator": "+",
1334
+ "operand": 0
1335
+ }
1336
+ ]
1337
+ },
1338
+ {
1339
+ "name": "staticSleepDuration",
1340
+ "byteOffset": 18,
1341
+ "byteLength": 2,
1342
+ "bitOffset": 0,
1343
+ "bitLength": 16,
1344
+ "outType": "uint",
1345
+ "calculations": [
1346
+ {
1347
+ "operator": "*",
1348
+ "operand": 60
1349
+ },
1350
+ {
1351
+ "operator": "+",
1352
+ "operand": 0
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "name": "dynamicLedsOn",
1358
+ "byteOffset": 20,
1359
+ "byteLength": 1,
1360
+ "bitOffset": 0,
1361
+ "bitLength": 8,
1362
+ "outType": "uint"
1363
+ },
1364
+ {
1365
+ "name": "dynamicKeepAlivePeriod",
1366
+ "byteOffset": 21,
1367
+ "byteLength": 1,
1368
+ "bitOffset": 0,
1369
+ "bitLength": 8,
1370
+ "outType": "uint",
1371
+ "calculations": [
1372
+ {
1373
+ "operator": "*",
1374
+ "operand": 5
1375
+ },
1376
+ {
1377
+ "operator": "+",
1378
+ "operand": 0
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "name": "dynamicKeepAliveScan",
1384
+ "byteOffset": 22,
1385
+ "byteLength": 1,
1386
+ "bitOffset": 0,
1387
+ "bitLength": 8,
1388
+ "outType": "uint",
1389
+ "calculations": [
1390
+ {
1391
+ "operator": "*",
1392
+ "operand": 10
1393
+ },
1394
+ {
1395
+ "operator": "+",
1396
+ "operand": 0
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "name": "dynamicOnDuration",
1402
+ "byteOffset": 23,
1403
+ "byteLength": 1,
1404
+ "bitOffset": 0,
1405
+ "bitLength": 8,
1406
+ "outType": "uint",
1407
+ "calculations": [
1408
+ {
1409
+ "operator": "*",
1410
+ "operand": 30
1411
+ },
1412
+ {
1413
+ "operator": "+",
1414
+ "operand": 0
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "name": "dynamicSleepDuration",
1420
+ "byteOffset": 24,
1421
+ "byteLength": 2,
1422
+ "bitOffset": 0,
1423
+ "bitLength": 16,
1424
+ "outType": "uint",
1425
+ "calculations": [
1426
+ {
1427
+ "operator": "*",
1428
+ "operand": 60
1429
+ },
1430
+ {
1431
+ "operator": "+",
1432
+ "operand": 0
1433
+ }
1434
+ ]
1435
+ }
1436
+ ]
1437
+ }
1438
+ ]
1439
+ }