Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

109 řádky
2.8 KiB

  1. {
  2. "data": {
  3. "settings": {
  4. "version": "1.1.3",
  5. "debug": false,
  6. "unit": 1,
  7. "authRequired": false,
  8. "localDb": "0",
  9. "localWebhook": "",
  10. "localWebhookPlayground": "",
  11. "localPath": "db/reslevis",
  12. "serverUrl": "https://10.251.0.30:5050/frontend/api/reslevis",
  13. "serverTokenUrl": "",
  14. "serverClientSecret": "",
  15. "updateInterval": 50000
  16. },
  17. "preferences": {
  18. "tables": {
  19. "building": {
  20. "columns": {
  21. "name": true,
  22. "city": true,
  23. "address": true
  24. }
  25. },
  26. "floor": {
  27. "columns": {
  28. "name": true,
  29. "BuildingName": true
  30. }
  31. },
  32. "zone": {
  33. "columns": {
  34. "name": true,
  35. "BuildingName": true,
  36. "FloorName": true
  37. }
  38. },
  39. "operator": {
  40. "columns": {
  41. "name": true,
  42. "buildingName": true,
  43. "floorName": true,
  44. "zones": true
  45. }
  46. },
  47. "subject": {
  48. "columns": {
  49. "name": true,
  50. "buildingName": true,
  51. "floorName": true
  52. }
  53. },
  54. "home": {
  55. "columns": {
  56. "timestamp": true,
  57. "subjectName": true,
  58. "status": true
  59. }
  60. },
  61. "alarm": {
  62. "columns": {
  63. "timestamp": true,
  64. "subjectName": true,
  65. "status": true
  66. }
  67. },
  68. "gateway": {
  69. "columns": {
  70. "name": false,
  71. "status": true,
  72. "model": true,
  73. "ip": true,
  74. "position": true
  75. }
  76. },
  77. "tracker": {
  78. "columns": {
  79. "name": true,
  80. "status": true,
  81. "model": true
  82. }
  83. },
  84. "trackerZone": {
  85. "columns": {
  86. "name": true,
  87. "days": true,
  88. "hours": true
  89. }
  90. },
  91. "track": {
  92. "columns": {
  93. "timestamp": true,
  94. "subject": true,
  95. "gateway": true,
  96. "status": true,
  97. "signal": true
  98. }
  99. },
  100. "setting": {
  101. "columns": {
  102. "name": true,
  103. "role": true
  104. }
  105. }
  106. }
  107. }
  108. }
  109. }