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,101 +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": "sub1gEnergyPattern",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "string",
|
|
53
|
-
"map": {
|
|
54
|
-
"00":"No Energizing",
|
|
55
|
-
"01":"Single Tone 915MHz",
|
|
56
|
-
"02":"FCC (Hopping)",
|
|
57
|
-
"03":"Japan1W",
|
|
58
|
-
"04":"Japan350mW",
|
|
59
|
-
"05":"Korea",
|
|
60
|
-
"06":"Single tone 916300MHz",
|
|
61
|
-
"07":"Single tone 917500MHz",
|
|
62
|
-
"08":"Australia",
|
|
63
|
-
"09":"Israel",
|
|
64
|
-
"0A":"NZ (Hopping)"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "dutyCycle",
|
|
69
|
-
"byteOffset": 15,
|
|
70
|
-
"byteLength": 1,
|
|
71
|
-
"bitOffset": 0,
|
|
72
|
-
"bitLength": 8,
|
|
73
|
-
"outType": "uint"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "signalIndicatorCycle",
|
|
77
|
-
"byteOffset": 16,
|
|
78
|
-
"byteLength": 2,
|
|
79
|
-
"bitOffset": 2,
|
|
80
|
-
"bitLength": 14,
|
|
81
|
-
"outType": "uint"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "signalIndicatorRep",
|
|
85
|
-
"byteOffset": 17,
|
|
86
|
-
"byteLength": 1,
|
|
87
|
-
"bitOffset": 0,
|
|
88
|
-
"bitLength": 2,
|
|
89
|
-
"outType": "uint",
|
|
90
|
-
"map": {
|
|
91
|
-
"0":1,
|
|
92
|
-
"1":2,
|
|
93
|
-
"2":3,
|
|
94
|
-
"3":4
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
3
|
{
|
|
100
4
|
"version": "12",
|
|
101
5
|
"packetFields": [
|
|
@@ -1,118 +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": "sensor0",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 4,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 32,
|
|
52
|
-
"outType": "string",
|
|
53
|
-
"map": {
|
|
54
|
-
"00000000":"No_Sensor",
|
|
55
|
-
"16E1FF01":"MinewS1",
|
|
56
|
-
"FF050500":"USB dongle ADC",
|
|
57
|
-
"FF000500":"Signal Indicator",
|
|
58
|
-
"0279FE01":"Zebra Printer",
|
|
59
|
-
"FFAE0400":"ERM Smart MS"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "sensor1",
|
|
64
|
-
"byteOffset": 18,
|
|
65
|
-
"byteLength": 4,
|
|
66
|
-
"bitOffset": 0,
|
|
67
|
-
"bitLength": 32,
|
|
68
|
-
"outType": "string",
|
|
69
|
-
"map": {
|
|
70
|
-
"00000000":"No_Sensor",
|
|
71
|
-
"16E1FF01":"MinewS1",
|
|
72
|
-
"FF050500":"USB dongle ADC",
|
|
73
|
-
"FF000500":"Signal Indicator",
|
|
74
|
-
"0279FE01":"Zebra Printer",
|
|
75
|
-
"FFAE0400":"ERM Smart MS"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "rssiThreshold",
|
|
80
|
-
"byteOffset": 22,
|
|
81
|
-
"byteLength": 1,
|
|
82
|
-
"bitOffset": 0,
|
|
83
|
-
"bitLength": 8,
|
|
84
|
-
"outType": "int",
|
|
85
|
-
"calculations": [
|
|
86
|
-
{
|
|
87
|
-
"operator": "*",
|
|
88
|
-
"operand": -1
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"operator": "+",
|
|
92
|
-
"operand": 0
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "sub1gRssiThreshold",
|
|
98
|
-
"byteOffset": 23,
|
|
99
|
-
"byteLength": 1,
|
|
100
|
-
"bitOffset": 0,
|
|
101
|
-
"bitLength": 8,
|
|
102
|
-
"outType": "int",
|
|
103
|
-
"calculations": [
|
|
104
|
-
{
|
|
105
|
-
"operator": "*",
|
|
106
|
-
"operand": -1
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"operator": "+",
|
|
110
|
-
"operand": 0
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
},
|
|
116
3
|
{
|
|
117
4
|
"version": "12",
|
|
118
5
|
"packetFields": [
|
|
@@ -1,162 +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": "boardType",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "uint"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "blVersion",
|
|
56
|
-
"byteOffset": 15,
|
|
57
|
-
"byteLength": 1,
|
|
58
|
-
"bitOffset": 0,
|
|
59
|
-
"bitLength": 8,
|
|
60
|
-
"outType": "uint"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "majorVer",
|
|
64
|
-
"byteOffset": 16,
|
|
65
|
-
"byteLength": 1,
|
|
66
|
-
"bitOffset": 0,
|
|
67
|
-
"bitLength": 8,
|
|
68
|
-
"outType": "uint"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "minorVer",
|
|
72
|
-
"byteOffset": 17,
|
|
73
|
-
"byteLength": 1,
|
|
74
|
-
"bitOffset": 0,
|
|
75
|
-
"bitLength": 8,
|
|
76
|
-
"outType": "uint"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "patchVer",
|
|
80
|
-
"byteOffset": 18,
|
|
81
|
-
"byteLength": 1,
|
|
82
|
-
"bitOffset": 0,
|
|
83
|
-
"bitLength": 8,
|
|
84
|
-
"outType": "uint"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "supCapGlobal",
|
|
88
|
-
"byteOffset": 19,
|
|
89
|
-
"byteLength": 1,
|
|
90
|
-
"bitOffset": 7,
|
|
91
|
-
"bitLength": 1,
|
|
92
|
-
"outType": "uint"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "supCapDatapath",
|
|
96
|
-
"byteOffset": 19,
|
|
97
|
-
"byteLength": 1,
|
|
98
|
-
"bitOffset": 6,
|
|
99
|
-
"bitLength": 1,
|
|
100
|
-
"outType": "uint"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "supCapEnergy2400",
|
|
104
|
-
"byteOffset": 19,
|
|
105
|
-
"byteLength": 1,
|
|
106
|
-
"bitOffset": 5,
|
|
107
|
-
"bitLength": 1,
|
|
108
|
-
"outType": "uint"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "supCapEnergySub1g",
|
|
112
|
-
"byteOffset": 19,
|
|
113
|
-
"byteLength": 1,
|
|
114
|
-
"bitOffset": 4,
|
|
115
|
-
"bitLength": 1,
|
|
116
|
-
"outType": "uint"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "supCapCalibration",
|
|
120
|
-
"byteOffset": 19,
|
|
121
|
-
"byteLength": 1,
|
|
122
|
-
"bitOffset": 3,
|
|
123
|
-
"bitLength": 1,
|
|
124
|
-
"outType": "uint"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "supCapPowerManagement",
|
|
128
|
-
"byteOffset": 19,
|
|
129
|
-
"byteLength": 1,
|
|
130
|
-
"bitOffset": 2,
|
|
131
|
-
"bitLength": 1,
|
|
132
|
-
"outType": "uint"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "supCapExternalSensor",
|
|
136
|
-
"byteOffset": 19,
|
|
137
|
-
"byteLength": 1,
|
|
138
|
-
"bitOffset": 1,
|
|
139
|
-
"bitLength": 1,
|
|
140
|
-
"outType": "uint"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "supCapCustom",
|
|
144
|
-
"byteOffset": 19,
|
|
145
|
-
"byteLength": 1,
|
|
146
|
-
"bitOffset": 0,
|
|
147
|
-
"bitLength": 1,
|
|
148
|
-
"outType": "uint"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "cfgHash",
|
|
152
|
-
"byteOffset": 20,
|
|
153
|
-
"byteLength": 4,
|
|
154
|
-
"bitOffset": 0,
|
|
155
|
-
"bitLength": 32,
|
|
156
|
-
"outType": "uint"
|
|
157
|
-
}
|
|
158
|
-
]
|
|
159
|
-
},
|
|
160
3
|
{
|
|
161
4
|
"version": "12",
|
|
162
5
|
"packetFields": [
|
|
@@ -1,210 +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": "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
3
|
{
|
|
209
4
|
"version": "12",
|
|
210
5
|
"packetFields": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wiliot_certificate
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.1
|
|
4
4
|
Summary: A library for certifying Wiliot-compliant boards
|
|
5
5
|
Author-email: Wiliot <support@wiliot.com>
|
|
6
6
|
License: MIT License
|
|
@@ -146,15 +146,15 @@ Release
|
|
|
146
146
|
|
|
147
147
|
# The following capabilities are not tested in this version
|
|
148
148
|
|
|
149
|
-
Power management
|
|
149
|
+
## Power management
|
|
150
150
|
- Functionality of energize and transmit in sleep mode
|
|
151
|
-
Edge management
|
|
151
|
+
## Edge management
|
|
152
152
|
- Timing of heartbeat and interface packets
|
|
153
|
-
Module Energy 2400
|
|
153
|
+
## Module Energy 2400
|
|
154
154
|
- Functionality of energy pattern, output power and duty cycle
|
|
155
|
-
Module Energy SUB1G
|
|
155
|
+
## Module Energy SUB1G
|
|
156
156
|
- Functionality of energy pattern and duty cycle
|
|
157
|
-
Module Datapath
|
|
157
|
+
## Module Datapath
|
|
158
158
|
- RSSI edge cases: -127 and 0
|
|
159
159
|
- Functionality of transmission pattern, output power
|
|
160
160
|
- Pacer interval with channel 10 and 500k modulation
|
|
@@ -163,7 +163,7 @@ Module Datapath
|
|
|
163
163
|
- Rx rate feature with extended advertising
|
|
164
164
|
- Functionality of adaptive pacer algorithm
|
|
165
165
|
- Supported Pixels for extended advertising and GEN3
|
|
166
|
-
Calibration
|
|
166
|
+
## Calibration
|
|
167
167
|
- Functionality of output power and interval calibration
|
|
168
168
|
- Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
|
|
169
169
|
|