FR.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "all":[
  3. {
  4. "firstTag":"技术参数",
  5. "secondTag":"",
  6. "infoPointName":"建筑消防级别",
  7. "infoPointCode":"FireProtectLev",
  8. "unit":"",
  9. "dataType":"Enum",
  10. "inputMode":"D1",
  11. "dataSource":[
  12. {
  13. "code":"1",
  14. "name":"特级"
  15. },
  16. {
  17. "code":"2",
  18. "name":"一级"
  19. },
  20. {
  21. "code":"3",
  22. "name":"二级"
  23. },
  24. {
  25. "code":"4",
  26. "name":"其他"
  27. }
  28. ],
  29. "note":"(根据GB50116-98表3.1.1)",
  30. "func-id":""
  31. },
  32. {
  33. "firstTag":"技术参数",
  34. "secondTag":"",
  35. "infoPointName":"防火卷帘门数量",
  36. "infoPointCode":"FireShutterNum",
  37. "unit":"个",
  38. "dataType":"Num",
  39. "inputMode":"A2",
  40. "dataSource":"",
  41. "note":"",
  42. "func-id":""
  43. },
  44. {
  45. "firstTag":"技术参数",
  46. "secondTag":"",
  47. "infoPointName":"防火卷帘门位置",
  48. "infoPointCode":"FireShutterLocation",
  49. "unit":"",
  50. "dataType":"Attachment",
  51. "inputMode":"F1",
  52. "dataSource":"",
  53. "note":"",
  54. "func-id":""
  55. },
  56. {
  57. "firstTag":"运行参数",
  58. "secondTag":"",
  59. "infoPointName":"防火卷帘门动作状态",
  60. "infoPointCode":"FireShutterStatus",
  61. "unit":"",
  62. "dataType":"Boolv组",
  63. "inputMode":"L",
  64. "dataSource":"",
  65. "note":"0. 正常 1. 动作",
  66. "func-id":""
  67. }
  68. ]
  69. }