batch-import-virtual-template.json 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [
  2. {
  3. "serviceName": "dc3-driver-virtual",
  4. "profiles": [
  5. {
  6. "name": "Virtual-Profile",
  7. "share": true,
  8. "driverConfig": {
  9. "host": "localhost",
  10. "port": "9000"
  11. },
  12. "points": [
  13. {
  14. "name": "Virtual-Point-String",
  15. "type": "string",
  16. "rw": 0,
  17. "base": 0,
  18. "minimum": -999999,
  19. "maximum": 999999,
  20. "multiple": 1,
  21. "format": "%.3f",
  22. "unit": "-"
  23. }
  24. ],
  25. "pointConfig": {
  26. "Virtual-Point-String": {
  27. "tag": "tag-string"
  28. }
  29. },
  30. "groups": [
  31. {
  32. "name": "Virtual-Group",
  33. "devices": [
  34. {
  35. "name": "Virtual-Device1",
  36. "multi": false
  37. }
  38. ]
  39. }
  40. ]
  41. }
  42. ]
  43. }
  44. ]