local_node.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "IVindex":"00000005",
  22. "IVupdate":"0",
  23. "sequenceNumber": 0,
  24. "composition": {
  25. "cid": "0002",
  26. "pid": "0010",
  27. "vid": "0001",
  28. "crpl": "000a",
  29. "features": {
  30. "relay": false,
  31. "proxy": true,
  32. "friend": false,
  33. "lowPower": false
  34. },
  35. "elements": [
  36. {
  37. "elementIndex": 0,
  38. "location": "0001",
  39. "models": ["0000", "0001", "1001"]
  40. }
  41. ]
  42. },
  43. "configuration":{
  44. "netKeys": [0],
  45. "appKeys": [ 0, 1],
  46. "defaultTTL": 10,
  47. "elements": [
  48. {
  49. "elementIndex": 0,
  50. "unicastAddress":"0077",
  51. "models": [
  52. {
  53. "modelId": "1001",
  54. "bind": [1]
  55. }
  56. ]
  57. }
  58. ]
  59. }
  60. }
  61. }