{
  "agentPort": 8787,
  "connectionType": "rs232",
  "serial": {
    "port": "COM1",
    "baudRate": 9600,
    "dataBits": 8,
    "stopBits": 1,
    "parity": "none",
    "delimiter": "\r\n"
  },
  "usb": {
    "port": "AUTO",
    "baudRate": 9600,
    "dataBits": 8,
    "stopBits": 1,
    "parity": "none",
    "delimiter": "\r\n"
  },
  "network": {
    "host": "192.168.1.100",
    "port": 1701,
    "delimiter": "\r\n"
  },
  "indicator": {
    "brand": "mettler_toledo",
    "model": "auto",
    "parser": "auto"
  },
  "weight": {
    "unit": "kg",
    "stableKeywords": ["ST", "S", "STABLE"],
    "unstableKeywords": ["US", "U", "UNSTABLE"],
    "grossKeywords": ["G", "GR", "GS", "GROSS"],
    "tareKeywords": ["T", "TR", "TARE"],
    "netKeywords": ["N", "NT", "NET"],
    "zeroKeywords": ["Z", "ZERO"]
  },
  "startup": {
    "startMinimized": true,
    "autoLaunch": false
  }
}
