Skip to content

Commit c478a3f

Browse files
committed
Provisioned node 4
1 parent cb2eb44 commit c478a3f

File tree

6 files changed

+1141
-1
lines changed

6 files changed

+1141
-1
lines changed

apps/my_sensor_app/src/local_node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
},
6868
"IVindex":5,
6969
"IVupdate":0,
70-
"sequenceNumber":605
70+
"sequenceNumber":706
7171
}
7272
}
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"$schema":"file:\/\/\/BlueZ\/Mesh\/local_schema\/mesh.jsonschema",
3+
"meshName":"BT Mesh",
4+
"netKeys":[
5+
{
6+
"index":0,
7+
"keyRefresh":0
8+
}
9+
],
10+
"appKeys":[
11+
{
12+
"index":0,
13+
"boundNetKey":0
14+
},
15+
{
16+
"index":1,
17+
"boundNetKey":0
18+
}
19+
],
20+
"node":{
21+
"composition":{
22+
"cid":"0002",
23+
"pid":"0010",
24+
"vid":"0001",
25+
"crpl":"000a",
26+
"features":{
27+
"relay":false,
28+
"proxy":true,
29+
"friend":false,
30+
"lowPower":false
31+
},
32+
"elements":[
33+
{
34+
"elementIndex":0,
35+
"location":"0001",
36+
"models":[
37+
"0000",
38+
"0001",
39+
"1001"
40+
]
41+
}
42+
]
43+
},
44+
"configuration":{
45+
"netKeys":[
46+
0
47+
],
48+
"appKeys":[
49+
0,
50+
1
51+
],
52+
"defaultTTL":10,
53+
"elements":[
54+
{
55+
"elementIndex":0,
56+
"unicastAddress":"0077",
57+
"models":[
58+
{
59+
"modelId":"1001",
60+
"bind":[
61+
1
62+
]
63+
}
64+
]
65+
}
66+
]
67+
},
68+
"IVindex":5,
69+
"IVupdate":0,
70+
"sequenceNumber":605
71+
}
72+
}

apps/my_sensor_app/src/prov_db.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,118 @@
368368
},
369369
"IVindex":5,
370370
"sequenceNumber":32
371+
},
372+
{
373+
"deviceKey":"e15d2a4dac38a7e21988814060cedb7e",
374+
"configuration":{
375+
"netKeys":[
376+
"0000"
377+
],
378+
"elements":[
379+
{
380+
"elementIndex":0,
381+
"unicastAddress":"0106",
382+
"models":[
383+
{
384+
"modelId":"1000",
385+
"bind":[
386+
1
387+
],
388+
"subscribe":[
389+
"c000"
390+
]
391+
},
392+
{
393+
"modelId":"1001",
394+
"bind":[
395+
1
396+
],
397+
"publish":{
398+
"address":"c000",
399+
"index":"0001",
400+
"ttl":255
401+
}
402+
},
403+
{
404+
"modelId":"1002",
405+
"bind":[
406+
1
407+
],
408+
"subscribe":[
409+
"c000"
410+
]
411+
},
412+
{
413+
"modelId":"1003",
414+
"bind":[
415+
1
416+
],
417+
"publish":{
418+
"address":"c000",
419+
"index":"0001",
420+
"ttl":255
421+
}
422+
}
423+
]
424+
},
425+
{
426+
"elementIndex":1,
427+
"unicastAddress":"0107"
428+
}
429+
],
430+
"appKeys":[
431+
"0001"
432+
]
433+
},
434+
"composition":{
435+
"cid":"05c3",
436+
"pid":"0000",
437+
"vid":"0000",
438+
"crpl":"0080",
439+
"features":{
440+
"relay":true,
441+
"proxy":true,
442+
"friend":false,
443+
"lpn":false
444+
},
445+
"elements":[
446+
{
447+
"elementIndex":0,
448+
"location":"0000",
449+
"models":[
450+
"0000",
451+
"0002",
452+
"1000",
453+
"1001",
454+
"1002",
455+
"1003",
456+
"1004",
457+
"1005",
458+
"1006",
459+
"1007",
460+
"1008",
461+
"1300",
462+
"1301",
463+
"1302",
464+
"1303",
465+
"1304",
466+
"1305",
467+
"05c34321"
468+
]
469+
},
470+
{
471+
"elementIndex":1,
472+
"location":"0000",
473+
"models":[
474+
"1002",
475+
"1003",
476+
"1306"
477+
]
478+
}
479+
]
480+
},
481+
"IVindex":5,
482+
"sequenceNumber":32
371483
}
372484
],
373485
"IVindex":5,

0 commit comments

Comments
 (0)