EventConfig.json 511 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "EventType": 1001,
  6. "EventTriggerType": 1,
  7. "EventQuality": 1,
  8. "EventConditionId": [
  9. 2
  10. ],
  11. "EventVlaue": [
  12. 2
  13. ],
  14. "Description": null
  15. },
  16. {
  17. "ID": 2,
  18. "EventType": 1010,
  19. "EventTriggerType": 2,
  20. "EventQuality": 1,
  21. "EventConditionId": [
  22. 1
  23. ],
  24. "EventVlaue": [
  25. 5
  26. ],
  27. "Description": null,
  28. "associateVlaue": [
  29. 1
  30. ]
  31. }
  32. ]
  33. }