对比项信息.json 880 B

1234567891011121314151617181920212223242526272829303132
  1. [
  2. {
  3. "compareItem_id": 1,
  4. "compareItem_name": "one",
  5. "compareItem_roads": [
  6. {
  7. "road_name": "主通道",
  8. "road_num": 1,
  9. "sound_card_num": 0,
  10. "sound_card_road_num": 0
  11. },
  12. {
  13. "road_name": "第2通道",
  14. "road_num": 2,
  15. "sound_card_num": 0,
  16. "sound_card_road_num": 0
  17. }
  18. ],
  19. "overload_duration": 30,
  20. "overload_sensitivity": 20,
  21. "overload_switch": true,
  22. "overload_threshold": 4,
  23. "reverse_duration": 60,
  24. "reverse_sensitivity": 60,
  25. "reverse_switch": true,
  26. "reverse_threshold": 0.75,
  27. "silence_duration": 8,
  28. "silence_sensitivity": 80,
  29. "silence_switch": true,
  30. "silence_threshold": 64
  31. }
  32. ]