Advertisement
kusanghi

Untitled

Jan 16th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. "settings": [
  2. {
  3. "id": 2,
  4. "type": "dropdown",
  5. "value": "0",
  6. "label": {
  7. "en": "Energy detection mode for para 101-103."
  8. },
  9. "hint": {
  10. "en": "Set the energy detection mode for the measure reports of parameter 101 to 103."
  11. },
  12. "_size": 1,
  13. "values": [
  14. {
  15. "id": "0",
  16. "label": {
  17. "en": "Report power, report the absolute value of energy."
  18. }
  19. },
  20. {
  21. "id": "1",
  22. "label": {
  23. "en": "Report positive/negative power, report the algebraic sum of energy."
  24. }
  25. }
  26. ]
  27. },
  28. {
  29. "id": 3,
  30. "value": true,
  31. "label": {
  32. "en": "Enable/disable selective reporting only when power change reaches a certain threshold or percentage"
  33. },
  34. "hint": {
  35. "en": "Enable/disable selective reporting only when power change reaches a certain threshold or percentage set in parameter 4 to 11. "
  36. },
  37. "_size": 1,
  38. "type": "checkbox"
  39. },
  40. {
  41. "id": 4,
  42. "value": 50,
  43. "label": {
  44. "en": "Threshold change in W to induce a automatic report - Whole HEM"
  45. },
  46. "hint": {
  47. "en": "Threshold change in wattage to induce a automatic report for total power report."
  48. },
  49. "attr": {
  50. "min": 0,
  51. "max": 60000
  52. },
  53. "_size": 2,
  54. "type": "number"
  55. },
  56. {
  57. "id": 5,
  58. "value": 50,
  59. "label": {
  60. "en": "Threshold change in W to induce a automatic report - Clamp 1"
  61. },
  62. "hint": {
  63. "en": "Threshold change in wattage to induce a automatic report for the power report of Clamp 1."
  64. },
  65. "attr": {
  66. "min": 0,
  67. "max": 60000
  68. },
  69. "_size": 2,
  70. "type": "number"
  71. },
  72. {
  73. "id": 6,
  74. "value": 50,
  75. "label": {
  76. "en": "Threshold change in W to induce a automatic report - Clamp 2"
  77. },
  78. "hint": {
  79. "en": "Threshold change in wattage to induce a automatic report for the power report of Clamp 2."
  80. },
  81. "attr": {
  82. "min": 0,
  83. "max": 60000
  84. },
  85. "_size": 2,
  86. "type": "number"
  87. },
  88. {
  89. "id": 7,
  90. "value": 50,
  91. "label": {
  92. "en": "Threshold change in W to induce a automatic report - Clamp 3"
  93. },
  94. "hint": {
  95. "en": "Threshold change in wattage to induce a automatic report for the power report of Clamp 3."
  96. },
  97. "attr": {
  98. "min": 0,
  99. "max": 60000
  100. },
  101. "_size": 2,
  102. "type": "number"
  103. },
  104. {
  105. "id": 8,
  106. "value": 80,
  107. "label": {
  108. "en": "Percentage change in W to induce a automatic report - Whole HEM"
  109. },
  110. "hint": {
  111. "en": "Percentage change in wattage to induce a automatic report for total power report."
  112. },
  113. "attr": {
  114. "min": 0,
  115. "max": 100
  116. },
  117. "_size": 1,
  118. "type": "number"
  119. },
  120. {
  121. "id": 9,
  122. "value": 80,
  123. "label": {
  124. "en": "Percentage change in W to induce a automatic report - Clamp 1"
  125. },
  126. "hint": {
  127. "en": "Percentage change in wattage to induce an automatic report for the power report of Clamp 1."
  128. },
  129. "attr": {
  130. "min": 0,
  131. "max": 100
  132. },
  133. "_size": 1,
  134. "type": "number"
  135. },
  136. {
  137. "id": 10,
  138. "value": 80,
  139. "type": "number",
  140. "label": {
  141. "en": "Percentage change in W to induce a automatic report - Clamp 2"
  142. },
  143. "hint": {
  144. "en": "Percentage change in wattage to induce an automatic report for the power report of Clamp 2."
  145. },
  146. "_size": 1,
  147. "attr": {
  148. "min": 0,
  149. "max": 100
  150. }
  151. },
  152. {
  153. "id": 11,
  154. "value": 80,
  155. "label": {
  156. "en": "Percentage change in W to induce a automatic report - Clamp 3"
  157. },
  158. "hint": {
  159. "en": "Percentage change in wattage to induce a automatic report for the power report of Clamp 3."
  160. },
  161. "attr": {
  162. "min": 0,
  163. "max": 100
  164. },
  165. "_size": 1,
  166. "type": "number"
  167. },
  168. {
  169. "id": 101,
  170. "value": 2,
  171. "label": {
  172. "en": "Group 1 Reports"
  173. },
  174. "hint": {
  175. "en": "To set which reports need to be sent in Report group 1."
  176. },
  177. "_size": 4,
  178. "type": "number"
  179. },
  180. {
  181. "id": 102,
  182. "value": 12,
  183. "label": {
  184. "en": "Group 2 Reports"
  185. },
  186. "hint": {
  187. "en": "To set which reports need to be sent in Report group 2."
  188. },
  189. "_size": 4,
  190. "type": "number"
  191. },
  192. {
  193. "id": 103,
  194. "value": 1,
  195. "label": {
  196. "en": "Group 3 Reports"
  197. },
  198. "hint": {
  199. "en": "To set which report need to be sent in Report group 3."
  200. },
  201. "_size": 4,
  202. "type": "number"
  203. },
  204. {
  205. "id": 111,
  206. "value": 300,
  207. "label": {
  208. "en": "Set the interval time of sending report."
  209. },
  210. "hint": {
  211. "en": "Set the interval time of sending report in Report group 1."
  212. },
  213. "_size": 4,
  214. "type": "number"
  215. },
  216. {
  217. "id": 112,
  218. "value": 300,
  219. "label": {
  220. "en": "Set the interval time of sending report."
  221. },
  222. "hint": {
  223. "en": "Set the interval time of sending report in Report group 2."
  224. },
  225. "_size": 4,
  226. "type": "number"
  227. },
  228. {
  229. "id": 113,
  230. "value": 300,
  231. "label": {
  232. "en": "Set the interval time of sending report."
  233. },
  234. "hint": {
  235. "en": "Set the interval time of sending report in Report group 3."
  236. },
  237. "_size": 4,
  238. "type": "number"
  239. },
  240. {
  241. "id": 200,
  242. "value": false,
  243. "label": {
  244. "en": "Partner ID"
  245. },
  246. "hint": {
  247. "en": "Partner ID."
  248. },
  249. "_size": 1,
  250. "type": "checkbox"
  251. },
  252. {
  253. "id": 252,
  254. "value": false,
  255. "label": {
  256. "en": "Enable/Disable Lock Configuration"
  257. },
  258. "hint": {
  259. "en": "Enable/Disable Lock Configuration."
  260. },
  261. "_size": 1,
  262. "type": "checkbox"
  263. },
  264. {
  265. "id": 255,
  266. "value": false,
  267. "label": {
  268. "en": "Reset to default factory setting"
  269. },
  270. "hint": {
  271. "en": "Reset to default factory setting."
  272. },
  273. "_size": 4,
  274. "type": "checkbox"
  275. }
  276. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement