summaryrefslogtreecommitdiff
path: root/tools/mesh-gatt/local_node.json
blob: 5ffa7ada1f65f7f32320036610402d0ce581833c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "$schema":"file:\/\/\/BlueZ\/Mesh\/local_schema\/mesh.jsonschema",
  "meshName":"BT Mesh",
  "netKeys":[
    {
      "index": 0,
      "keyRefresh": 0
    }
  ],
  "appKeys":[
    {
      "index": 0,
      "boundNetKey": 0
    },
    {
      "index": 1,
      "boundNetKey": 0
    }
  ],
"node": {
	"IVindex":"00000005",
	"IVupdate":"0",
	"sequenceNumber": 0,
    "composition": {
        "cid": "0002",
        "pid": "0010",
        "vid": "0001",
        "crpl": "000a",
        "features": {
            "relay": false,
            "proxy": true,
            "friend": false,
            "lowPower": false
        },
        "elements": [
            {
                "elementIndex": 0,
                "location": "0001",
                "models": ["0000", "0001", "1001"]
            }
        ]
    },
    "configuration":{
        "netKeys": [0],
        "appKeys": [ 0, 1],
        "defaultTTL": 10,
        "elements": [
          {
            "elementIndex": 0,
            "unicastAddress":"0077",
            "models": [
               {
                 "modelId": "1001",
                 "bind": [1]
                }
            ]
          }
        ]
    }
  }
}