Skip to content

Commit ac2fcb7

Browse files
authored
Merge pull request #12 from Avnet/updatePublicFromPrivate
Merge V1.6.0 changes into public repo
2 parents 977efdb + 5362565 commit ac2fcb7

35 files changed

+1644
-831
lines changed

docs/EdgeImpulseDataForwarder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You should see that a serial device was connected and the sample rate of the inc
147147
The utility should detect that 6 sensor axes were detected and will prompt you to provide a title for each axes:
148148

149149
```
150-
? 6 sensor axes detected (example values: [-466,-6006,-14900,-44,-54,36]). What do you want to call them? Separate the names with ',':
150+
? 6 sensor axes detected (example values: [-1.334788,5.230214,-7.872255,-8.483887,1.861572,-1.754761]). What do you want to call them? Separate the names with ',':
151151
```
152152

153153
You can paste the following headers into your terminal:

docs/assets/IoTConnect/RASyV15_template.JSON renamed to docs/assets/IoTConnect/RASyV1_6_template.JSON

Lines changed: 222 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"code": "RAS15c",
3-
"name": "RASyV1_5",
2+
"code": "RAS16c",
3+
"name": "RASyV1_6",
44
"authType": 2,
55
"attributes": [
66
{
@@ -36,7 +36,7 @@
3636
"unit": null
3737
},
3838
{
39-
"name": "label_0",
39+
"name": "label_0_0",
4040
"type": "OBJECT",
4141
"childs": [
4242
{
@@ -57,7 +57,7 @@
5757
]
5858
},
5959
{
60-
"name": "label_1",
60+
"name": "label_0_1",
6161
"type": "OBJECT",
6262
"childs": [
6363
{
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
{
81-
"name": "label_2",
81+
"name": "label_0_2",
8282
"type": "OBJECT",
8383
"childs": [
8484
{
@@ -99,7 +99,7 @@
9999
]
100100
},
101101
{
102-
"name": "label_3",
102+
"name": "label_0_3",
103103
"type": "OBJECT",
104104
"childs": [
105105
{
@@ -120,7 +120,7 @@
120120
]
121121
},
122122
{
123-
"name": "label_4",
123+
"name": "label_0_4",
124124
"type": "OBJECT",
125125
"childs": [
126126
{
@@ -141,7 +141,7 @@
141141
]
142142
},
143143
{
144-
"name": "label_5",
144+
"name": "label_0_5",
145145
"type": "OBJECT",
146146
"childs": [
147147
{
@@ -162,7 +162,7 @@
162162
]
163163
},
164164
{
165-
"name": "label_6",
165+
"name": "label_0_6",
166166
"type": "OBJECT",
167167
"childs": [
168168
{
@@ -183,7 +183,7 @@
183183
]
184184
},
185185
{
186-
"name": "label_7",
186+
"name": "label_0_7",
187187
"type": "OBJECT",
188188
"childs": [
189189
{
@@ -204,7 +204,7 @@
204204
]
205205
},
206206
{
207-
"name": "label_8",
207+
"name": "label_0_8",
208208
"type": "OBJECT",
209209
"childs": [
210210
{
@@ -225,7 +225,217 @@
225225
]
226226
},
227227
{
228-
"name": "label_9",
228+
"name": "label_0_9",
229+
"type": "OBJECT",
230+
"childs": [
231+
{
232+
"name": "infStr",
233+
"type": "STRING",
234+
"description": "Inference description from the NDP120"
235+
},
236+
{
237+
"name": "infIdx",
238+
"type": "INTEGER",
239+
"description": "Inference index from the NDP120"
240+
},
241+
{
242+
"name": "infCnt",
243+
"type": "INTEGER",
244+
"description": "Number of times this inference event has fired since boot time"
245+
}
246+
]
247+
},
248+
{
249+
"name": "label_1_0",
250+
"type": "OBJECT",
251+
"childs": [
252+
{
253+
"name": "infStr",
254+
"type": "STRING",
255+
"description": "Inference description from the NDP120"
256+
},
257+
{
258+
"name": "infIdx",
259+
"type": "INTEGER",
260+
"description": "Inference index from the NDP120"
261+
},
262+
{
263+
"name": "infCnt",
264+
"type": "INTEGER",
265+
"description": "Number of times this inference event has fired since boot time"
266+
}
267+
]
268+
},
269+
{
270+
"name": "label_1_1",
271+
"type": "OBJECT",
272+
"childs": [
273+
{
274+
"name": "infStr",
275+
"type": "STRING",
276+
"description": "Inference description from the NDP120"
277+
},
278+
{
279+
"name": "infIdx",
280+
"type": "INTEGER",
281+
"description": "Inference index from the NDP120"
282+
},
283+
{
284+
"name": "infCnt",
285+
"type": "INTEGER",
286+
"description": "Number of times this inference event has fired since boot time"
287+
}
288+
]
289+
},
290+
{
291+
"name": "label_1_2",
292+
"type": "OBJECT",
293+
"childs": [
294+
{
295+
"name": "infStr",
296+
"type": "STRING",
297+
"description": "Inference description from the NDP120"
298+
},
299+
{
300+
"name": "infIdx",
301+
"type": "INTEGER",
302+
"description": "Inference index from the NDP120"
303+
},
304+
{
305+
"name": "infCnt",
306+
"type": "INTEGER",
307+
"description": "Number of times this inference event has fired since boot time"
308+
}
309+
]
310+
},
311+
{
312+
"name": "label_1_3",
313+
"type": "OBJECT",
314+
"childs": [
315+
{
316+
"name": "infStr",
317+
"type": "STRING",
318+
"description": "Inference description from the NDP120"
319+
},
320+
{
321+
"name": "infIdx",
322+
"type": "INTEGER",
323+
"description": "Inference index from the NDP120"
324+
},
325+
{
326+
"name": "infCnt",
327+
"type": "INTEGER",
328+
"description": "Number of times this inference event has fired since boot time"
329+
}
330+
]
331+
},
332+
{
333+
"name": "label_1_4",
334+
"type": "OBJECT",
335+
"childs": [
336+
{
337+
"name": "infStr",
338+
"type": "STRING",
339+
"description": "Inference description from the NDP120"
340+
},
341+
{
342+
"name": "infIdx",
343+
"type": "INTEGER",
344+
"description": "Inference index from the NDP120"
345+
},
346+
{
347+
"name": "infCnt",
348+
"type": "INTEGER",
349+
"description": "Number of times this inference event has fired since boot time"
350+
}
351+
]
352+
},
353+
{
354+
"name": "label_1_5",
355+
"type": "OBJECT",
356+
"childs": [
357+
{
358+
"name": "infStr",
359+
"type": "STRING",
360+
"description": "Inference description from the NDP120"
361+
},
362+
{
363+
"name": "infIdx",
364+
"type": "INTEGER",
365+
"description": "Inference index from the NDP120"
366+
},
367+
{
368+
"name": "infCnt",
369+
"type": "INTEGER",
370+
"description": "Number of times this inference event has fired since boot time"
371+
}
372+
]
373+
},
374+
{
375+
"name": "label_1_6",
376+
"type": "OBJECT",
377+
"childs": [
378+
{
379+
"name": "infStr",
380+
"type": "STRING",
381+
"description": "Inference description from the NDP120"
382+
},
383+
{
384+
"name": "infIdx",
385+
"type": "INTEGER",
386+
"description": "Inference index from the NDP120"
387+
},
388+
{
389+
"name": "infCnt",
390+
"type": "INTEGER",
391+
"description": "Number of times this inference event has fired since boot time"
392+
}
393+
]
394+
},
395+
{
396+
"name": "label_1_7",
397+
"type": "OBJECT",
398+
"childs": [
399+
{
400+
"name": "infStr",
401+
"type": "STRING",
402+
"description": "Inference description from the NDP120"
403+
},
404+
{
405+
"name": "infIdx",
406+
"type": "INTEGER",
407+
"description": "Inference index from the NDP120"
408+
},
409+
{
410+
"name": "infCnt",
411+
"type": "INTEGER",
412+
"description": "Number of times this inference event has fired since boot time"
413+
}
414+
]
415+
},
416+
{
417+
"name": "label_1_8",
418+
"type": "OBJECT",
419+
"childs": [
420+
{
421+
"name": "infStr",
422+
"type": "STRING",
423+
"description": "Inference description from the NDP120"
424+
},
425+
{
426+
"name": "infIdx",
427+
"type": "INTEGER",
428+
"description": "Inference index from the NDP120"
429+
},
430+
{
431+
"name": "infCnt",
432+
"type": "INTEGER",
433+
"description": "Number of times this inference event has fired since boot time"
434+
}
435+
]
436+
},
437+
{
438+
"name": "label_1_9",
229439
"type": "OBJECT",
230440
"childs": [
231441
{

0 commit comments

Comments
 (0)