wiliot-certificate 4.4.0__py3-none-any.whl → 4.4.1__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.
- brg_certificate/ag/energous_v0_defines.py +114 -105
- brg_certificate/ag/energous_v1_defines.py +114 -105
- brg_certificate/ag/energous_v2_defines.py +114 -105
- brg_certificate/ag/energous_v3_defines.py +114 -105
- brg_certificate/ag/energous_v4_defines.py +114 -105
- brg_certificate/ag/fanstel_lan_v0_defines.py +114 -105
- brg_certificate/ag/fanstel_lte_v0_defines.py +114 -105
- brg_certificate/ag/fanstel_wifi_v0_defines.py +114 -105
- brg_certificate/ag/minew_lte_v0_defines.py +114 -105
- brg_certificate/ag/wlt_types.html +153 -986
- brg_certificate/ag/wlt_types_ag.py +268 -1346
- brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +0 -69
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +0 -101
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +0 -45
- brg_certificate/ag/wlt_types_ag_jsons/calibration.json +0 -75
- brg_certificate/ag/wlt_types_ag_jsons/custom.json +0 -99
- brg_certificate/ag/wlt_types_ag_jsons/datapath.json +8 -133
- brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +0 -99
- brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +0 -96
- brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +0 -113
- brg_certificate/ag/wlt_types_ag_jsons/interface.json +0 -157
- brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +0 -205
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/METADATA +7 -7
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/RECORD +28 -28
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/WHEEL +0 -0
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-4.4.0.dist-info → wiliot_certificate-4.4.1.dist-info}/top_level.txt +0 -0
|
@@ -1,74 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
-
{
|
|
4
|
-
"version": "13",
|
|
5
|
-
"packetFields": [
|
|
6
|
-
{
|
|
7
|
-
"name": "msgType",
|
|
8
|
-
"byteOffset": 5,
|
|
9
|
-
"byteLength": 1,
|
|
10
|
-
"bitOffset": 0,
|
|
11
|
-
"bitLength": 8,
|
|
12
|
-
"outType": "uint"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "apiVersion",
|
|
16
|
-
"byteOffset": 6,
|
|
17
|
-
"byteLength": 1,
|
|
18
|
-
"bitOffset": 0,
|
|
19
|
-
"bitLength": 8,
|
|
20
|
-
"outType": "uint"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "seqId",
|
|
24
|
-
"byteOffset": 7,
|
|
25
|
-
"byteLength": 1,
|
|
26
|
-
"bitOffset": 0,
|
|
27
|
-
"bitLength": 8,
|
|
28
|
-
"outType": "uint"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "srcBrgMac",
|
|
32
|
-
"byteOffset": 8,
|
|
33
|
-
"byteLength": 6,
|
|
34
|
-
"bitOffset": 0,
|
|
35
|
-
"bitLength": 48,
|
|
36
|
-
"outType": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "actionId",
|
|
40
|
-
"byteOffset": 14,
|
|
41
|
-
"byteLength": 1,
|
|
42
|
-
"bitOffset": 0,
|
|
43
|
-
"bitLength": 8,
|
|
44
|
-
"outType": "uint"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "destBrgMac",
|
|
48
|
-
"byteOffset": 15,
|
|
49
|
-
"byteLength": 6,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 48,
|
|
52
|
-
"outType": "string"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "app",
|
|
56
|
-
"byteOffset": 21,
|
|
57
|
-
"byteLength": 1,
|
|
58
|
-
"bitOffset": 0,
|
|
59
|
-
"bitLength": 8,
|
|
60
|
-
"outType": "uint"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "bootloader",
|
|
64
|
-
"byteOffset": 22,
|
|
65
|
-
"byteLength": 1,
|
|
66
|
-
"bitOffset": 0,
|
|
67
|
-
"bitLength": 8,
|
|
68
|
-
"outType": "uint"
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
3
|
{
|
|
73
4
|
"version": "12",
|
|
74
5
|
"packetFields": [
|
|
@@ -1,106 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
-
{
|
|
4
|
-
"version": "13",
|
|
5
|
-
"packetFields": [
|
|
6
|
-
{
|
|
7
|
-
"name": "msgType",
|
|
8
|
-
"byteOffset": 5,
|
|
9
|
-
"byteLength": 1,
|
|
10
|
-
"bitOffset": 0,
|
|
11
|
-
"bitLength": 8,
|
|
12
|
-
"outType": "uint"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "apiVersion",
|
|
16
|
-
"byteOffset": 6,
|
|
17
|
-
"byteLength": 1,
|
|
18
|
-
"bitOffset": 0,
|
|
19
|
-
"bitLength": 8,
|
|
20
|
-
"outType": "uint"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "seqId",
|
|
24
|
-
"byteOffset": 7,
|
|
25
|
-
"byteLength": 1,
|
|
26
|
-
"bitOffset": 0,
|
|
27
|
-
"bitLength": 8,
|
|
28
|
-
"outType": "uint"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "brgMac",
|
|
32
|
-
"byteOffset": 8,
|
|
33
|
-
"byteLength": 6,
|
|
34
|
-
"bitOffset": 0,
|
|
35
|
-
"bitLength": 48,
|
|
36
|
-
"outType": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "nonWltRxPktsCtr",
|
|
40
|
-
"byteOffset": 14,
|
|
41
|
-
"byteLength": 3,
|
|
42
|
-
"bitOffset": 0,
|
|
43
|
-
"bitLength": 24,
|
|
44
|
-
"outType": "uint"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "badCrcPktsCtr",
|
|
48
|
-
"byteOffset": 17,
|
|
49
|
-
"byteLength": 3,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 24,
|
|
52
|
-
"outType": "uint"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "wltRxPktsCtr",
|
|
56
|
-
"byteOffset": 20,
|
|
57
|
-
"byteLength": 3,
|
|
58
|
-
"bitOffset": 0,
|
|
59
|
-
"bitLength": 24,
|
|
60
|
-
"outType": "uint"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "wltTxPktsCtr",
|
|
64
|
-
"byteOffset": 23,
|
|
65
|
-
"byteLength": 2,
|
|
66
|
-
"bitOffset": 0,
|
|
67
|
-
"bitLength": 16,
|
|
68
|
-
"outType": "uint"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "tagsCtr",
|
|
72
|
-
"byteOffset": 25,
|
|
73
|
-
"byteLength": 2,
|
|
74
|
-
"bitOffset": 0,
|
|
75
|
-
"bitLength": 16,
|
|
76
|
-
"outType": "uint"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "txQueueWatermark",
|
|
80
|
-
"byteOffset": 27,
|
|
81
|
-
"byteLength": 1,
|
|
82
|
-
"bitOffset": 0,
|
|
83
|
-
"bitLength": 8,
|
|
84
|
-
"outType": "uint"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "dynamic",
|
|
88
|
-
"byteOffset": 28,
|
|
89
|
-
"byteLength": 1,
|
|
90
|
-
"bitOffset": 7,
|
|
91
|
-
"bitLength": 1,
|
|
92
|
-
"outType": "boolean"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "effectivePacerIncrement",
|
|
96
|
-
"byteOffset": 28,
|
|
97
|
-
"byteLength": 1,
|
|
98
|
-
"bitOffset": 0,
|
|
99
|
-
"bitLength": 7,
|
|
100
|
-
"outType": "uint"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
3
|
{
|
|
105
4
|
"version": "12",
|
|
106
5
|
"packetFields": [
|
|
@@ -1,50 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
-
{
|
|
4
|
-
"version": "13",
|
|
5
|
-
"packetFields": [
|
|
6
|
-
{
|
|
7
|
-
"name": "msgType",
|
|
8
|
-
"byteOffset": 5,
|
|
9
|
-
"byteLength": 1,
|
|
10
|
-
"bitOffset": 0,
|
|
11
|
-
"bitLength": 8,
|
|
12
|
-
"outType": "uint"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "apiVersion",
|
|
16
|
-
"byteOffset": 6,
|
|
17
|
-
"byteLength": 1,
|
|
18
|
-
"bitOffset": 0,
|
|
19
|
-
"bitLength": 8,
|
|
20
|
-
"outType": "uint"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "seqId",
|
|
24
|
-
"byteOffset": 7,
|
|
25
|
-
"byteLength": 1,
|
|
26
|
-
"bitOffset": 0,
|
|
27
|
-
"bitLength": 8,
|
|
28
|
-
"outType": "uint"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "brgMac",
|
|
32
|
-
"byteOffset": 8,
|
|
33
|
-
"byteLength": 6,
|
|
34
|
-
"bitOffset": 0,
|
|
35
|
-
"bitLength": 48,
|
|
36
|
-
"outType": "string"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "dynamic",
|
|
40
|
-
"byteOffset": 14,
|
|
41
|
-
"byteLength": 1,
|
|
42
|
-
"bitOffset": 0,
|
|
43
|
-
"bitLength": 1,
|
|
44
|
-
"outType": "boolean"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
},
|
|
48
3
|
{
|
|
49
4
|
"version": "12",
|
|
50
5
|
"packetFields": [
|
|
@@ -1,80 +1,5 @@
|
|
|
1
1
|
{
|
|
2
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": "interval",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "uint"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "outputPower",
|
|
56
|
-
"byteOffset": 15,
|
|
57
|
-
"byteLength": 1,
|
|
58
|
-
"bitOffset": 0,
|
|
59
|
-
"bitLength": 8,
|
|
60
|
-
"outType": "int"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "pattern",
|
|
64
|
-
"byteOffset": 16,
|
|
65
|
-
"byteLength": 1,
|
|
66
|
-
"bitOffset": 4,
|
|
67
|
-
"bitLength": 4,
|
|
68
|
-
"outType": "string",
|
|
69
|
-
"map": {
|
|
70
|
-
"00":"Standard beaconing",
|
|
71
|
-
"01":"No Beacons on Channel 37",
|
|
72
|
-
"02":"EU pattern",
|
|
73
|
-
"03":"Disable calibration beaconing"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
},
|
|
78
3
|
{
|
|
79
4
|
"version": "12",
|
|
80
5
|
"packetFields": [
|
|
@@ -1,104 +1,5 @@
|
|
|
1
1
|
{
|
|
2
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": "stateThreshold",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "uint",
|
|
53
|
-
"calculations": [
|
|
54
|
-
{
|
|
55
|
-
"operator": "*",
|
|
56
|
-
"operand": 31
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"operator": "+",
|
|
60
|
-
"operand": 0
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "wakeUpDuration",
|
|
66
|
-
"byteOffset": 15,
|
|
67
|
-
"byteLength": 1,
|
|
68
|
-
"bitOffset": 0,
|
|
69
|
-
"bitLength": 8,
|
|
70
|
-
"outType": "uint",
|
|
71
|
-
"calculations": [
|
|
72
|
-
{
|
|
73
|
-
"operator": "*",
|
|
74
|
-
"operand": 3
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"operator": "+",
|
|
78
|
-
"operand": 0
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "sleepDuration",
|
|
84
|
-
"byteOffset": 16,
|
|
85
|
-
"byteLength": 1,
|
|
86
|
-
"bitOffset": 0,
|
|
87
|
-
"bitLength": 8,
|
|
88
|
-
"outType": "uint",
|
|
89
|
-
"calculations": [
|
|
90
|
-
{
|
|
91
|
-
"operator": "*",
|
|
92
|
-
"operand": 5
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"operator": "+",
|
|
96
|
-
"operand": 0
|
|
97
|
-
}
|
|
98
|
-
]
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
3
|
{
|
|
103
4
|
"version": "12",
|
|
104
5
|
"packetFields": [
|
|
@@ -1,138 +1,5 @@
|
|
|
1
1
|
{
|
|
2
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": "rssiThreshold",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "int",
|
|
53
|
-
"calculations": [
|
|
54
|
-
{
|
|
55
|
-
"operator": "*",
|
|
56
|
-
"operand": -1
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"operator": "+",
|
|
60
|
-
"operand": 0
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "pacerInterval",
|
|
66
|
-
"byteOffset": 15,
|
|
67
|
-
"byteLength": 2,
|
|
68
|
-
"bitOffset": 0,
|
|
69
|
-
"bitLength": 16,
|
|
70
|
-
"outType": "uint"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "pktFilter",
|
|
74
|
-
"byteOffset": 17,
|
|
75
|
-
"byteLength": 1,
|
|
76
|
-
"bitOffset": 3,
|
|
77
|
-
"bitLength": 5,
|
|
78
|
-
"outType": "string",
|
|
79
|
-
"map": {
|
|
80
|
-
"00":"Random first Arriving packet",
|
|
81
|
-
"10":"Disable forwarding",
|
|
82
|
-
"11":"Temperature packet",
|
|
83
|
-
"12":"Advanced packet",
|
|
84
|
-
"13":"Temperature and Advanced packets",
|
|
85
|
-
"14":"Debug packet",
|
|
86
|
-
"15":"Temperature and Debug packets",
|
|
87
|
-
"17":"Temperature Advanced and Debug packets"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "txRepetition",
|
|
92
|
-
"byteOffset": 17,
|
|
93
|
-
"byteLength": 1,
|
|
94
|
-
"bitOffset": 0,
|
|
95
|
-
"bitLength": 3,
|
|
96
|
-
"outType": "uint"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "outputPower",
|
|
100
|
-
"byteOffset": 18,
|
|
101
|
-
"byteLength": 1,
|
|
102
|
-
"bitOffset": 0,
|
|
103
|
-
"bitLength": 8,
|
|
104
|
-
"outType": "int"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "pattern",
|
|
108
|
-
"byteOffset": 19,
|
|
109
|
-
"byteLength": 1,
|
|
110
|
-
"bitOffset": 4,
|
|
111
|
-
"bitLength": 4,
|
|
112
|
-
"outType": "string",
|
|
113
|
-
"map": {
|
|
114
|
-
"00":"Standard beaconing",
|
|
115
|
-
"01":"No Beacons on Channel 37",
|
|
116
|
-
"02":"EU pattern"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "rxChannel",
|
|
121
|
-
"byteOffset": 19,
|
|
122
|
-
"byteLength": 1,
|
|
123
|
-
"bitOffset": 0,
|
|
124
|
-
"bitLength": 4,
|
|
125
|
-
"outType": "string",
|
|
126
|
-
"map": {
|
|
127
|
-
"00":"Channel 37 - primary advertisement channel",
|
|
128
|
-
"01":"Channel 38 - primary advertisement channel",
|
|
129
|
-
"02":"Channel 39 - primary advertisement channel",
|
|
130
|
-
"03":"Channel 10 - 2Mbps - E2/E3 Pixels",
|
|
131
|
-
"04":"Channel 10 - 2Mbps - E4 Pixels"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
3
|
{
|
|
137
4
|
"version": "12",
|
|
138
5
|
"packetFields": [
|
|
@@ -783,6 +650,14 @@
|
|
|
783
650
|
"bitLength": 16,
|
|
784
651
|
"outType": "uint"
|
|
785
652
|
},
|
|
653
|
+
{
|
|
654
|
+
"name": "unsued2",
|
|
655
|
+
"byteOffset": 17,
|
|
656
|
+
"byteLength": 1,
|
|
657
|
+
"bitOffset": 3,
|
|
658
|
+
"bitLength": 5,
|
|
659
|
+
"outType": "uint"
|
|
660
|
+
},
|
|
786
661
|
{
|
|
787
662
|
"name": "txRepetition",
|
|
788
663
|
"byteOffset": 17,
|
|
@@ -1,104 +1,5 @@
|
|
|
1
1
|
{
|
|
2
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": "dutyCycle",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "uint"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "pattern",
|
|
56
|
-
"byteOffset": 15,
|
|
57
|
-
"byteLength": 1,
|
|
58
|
-
"bitOffset": 0,
|
|
59
|
-
"bitLength": 8,
|
|
60
|
-
"outType": "string",
|
|
61
|
-
"map": {
|
|
62
|
-
"00":"No Energizing",
|
|
63
|
-
"01":"Channel 37",
|
|
64
|
-
"02":"Channel 38",
|
|
65
|
-
"03":"Channel 39",
|
|
66
|
-
"04":"2450MHz",
|
|
67
|
-
"05":"2454MHz"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "outputPower",
|
|
72
|
-
"byteOffset": 16,
|
|
73
|
-
"byteLength": 1,
|
|
74
|
-
"bitOffset": 0,
|
|
75
|
-
"bitLength": 8,
|
|
76
|
-
"outType": "int"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "signalIndicatorCycle",
|
|
80
|
-
"byteOffset": 17,
|
|
81
|
-
"byteLength": 2,
|
|
82
|
-
"bitOffset": 2,
|
|
83
|
-
"bitLength": 14,
|
|
84
|
-
"outType": "uint"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "signalIndicatorRep",
|
|
88
|
-
"byteOffset": 18,
|
|
89
|
-
"byteLength": 1,
|
|
90
|
-
"bitOffset": 0,
|
|
91
|
-
"bitLength": 2,
|
|
92
|
-
"outType": "uint",
|
|
93
|
-
"map": {
|
|
94
|
-
"0":1,
|
|
95
|
-
"1":2,
|
|
96
|
-
"2":3,
|
|
97
|
-
"3":4
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
},
|
|
102
3
|
{
|
|
103
4
|
"version": "12",
|
|
104
5
|
"packetFields": [
|