appsetting.json 500 B

123456789101112131415161718192021
  1. {
  2. "appSettings": {
  3. "BacSplitSize": "10",
  4. "WaitTime": "2000",
  5. "HeartBeatInterval": "10000",
  6. "LocalBacPort": "47808",
  7. "LocalUdpPort": "8756",
  8. "RemoteUdpIP": "10.84.19.220",
  9. "AcquisitionFrequency": "50",
  10. "RollCall": "true",
  11. "RemoteUdpPort": "8851",
  12. "BuildingSign": "4401051003",
  13. "Gateway": "1",
  14. "Localdebug": "false",
  15. "SendType": "report",
  16. "MeterSignPre": "BACnetIP.Channel_1.Device_",
  17. "FuncId": "903",
  18. "IgnoreFirstValue": "true"
  19. }
  20. }