SingleSceneLEDConfigurations.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "SingleSceneLEDConfigurations": {
  3. "sid": 1,
  4. "mode": "passingVehicle",
  5. "showFreeEnabled": true,
  6. "displayTime": 20,
  7. "vehicleDisplayEnabled": true,
  8. "allowListDisplayEnabled": false,
  9. "blockListDisplayEnabled": false,
  10. "temporaryListDisplayEnabled": false,
  11. "ctrlMode": "platform",
  12. "LEDConfigurationList": [{
  13. "LEDConfiguration": {
  14. "id": 1,
  15. "enabled": true,
  16. "ShowInfoList": [{
  17. "ShowInfo": {
  18. "id": 1,
  19. "fontSize": 16,
  20. "fontColor": "green",
  21. "speedType": "medium",
  22. "displayMode": "instant",
  23. "LineInfoList": [{
  24. "LineInfo": {
  25. "id": 1,
  26. "customValue": "测试测试123"
  27. }
  28. }]
  29. }
  30. },
  31. {
  32. "ShowInfo": {
  33. "id": 2,
  34. "fontSize": 16,
  35. "fontColor": "green",
  36. "speedType": "medium",
  37. "displayMode": "instant",
  38. "LineInfoList": [{
  39. "LineInfo": {
  40. "id": 1,
  41. "customValue": "浙A12345"
  42. }
  43. }]
  44. }
  45. },
  46. {
  47. "ShowInfo": {
  48. "id": 3,
  49. "fontSize": 16,
  50. "fontColor": "green",
  51. "speedType": "medium",
  52. "displayMode": "instant",
  53. "LineInfoList": [{
  54. "LineInfo": {
  55. "id": 1,
  56. "customValue": "2024-06-20"
  57. }
  58. }]
  59. }
  60. },
  61. {
  62. "ShowInfo": {
  63. "id": 4,
  64. "fontSize": 16,
  65. "fontColor": "green",
  66. "speedType": "medium",
  67. "displayMode": "instant",
  68. "LineInfoList": [{
  69. "LineInfo": {
  70. "id": 1,
  71. "customValue": "门口123"
  72. }
  73. }]
  74. }
  75. }
  76. ]
  77. }
  78. }],
  79. "LedInfo": {
  80. "communicateMode": "serial",
  81. "networkCtrlInfo": {
  82. "ipaddr": "0.0.0.0",
  83. "portNo": 10000
  84. }
  85. }
  86. }
  87. }