{
  "Serial": {
    "Enabled": true,
    "mode": "RS232",
    "baud": 115200,
    "parity": "NONE",
    "bits": 8,
    "stop": 1
  },
  "BLE": {
    "Enabled": true,
    "connectionTimeout": 300
  },
  "GNSS": {
    "Enabled": true,
    "nmeaForwardEnabled": false,
    "reportInterval": 0,
    "apntMode": "DYNAMIC",
    "apntKalmanFilter": "MARITIME",
    "apntSensitivity": "HIGH",
    "apntPowerSaving": "FAST",
    "nmeaSentences": {
      "GNGGA": false,
      "GNRMC": false,
      "GPGGA": false,
      "GPRMC": false,
      "GPZDA": false,
      "PJLTPOS": false,
      "PJLTSTAT": false,
      "PJLTSVI": false,
      "PJLTVEL": false,
      "AISVDO": false
    },
    "apntFilterPosition": false,
    "apntHot": true,
    "compactReport": true,
    "compactReportOptions": {
      "compactLocationV1": {
        "altitude": true,
        "power": true,
        "temperature": true
      }
    }
  },
  "Sensors": {
    "Enabled": true
  },
  "IO": {
    "IOtype": "DIGITAL",
    "IOchans": [
      {
        "channelIndex": 1,
        "channelMode": "digitalInput",
        "filter": "HIGH",
        "hysteresis": 0.1,
        "threshold": 1.5,
        "reportCoV": 0.0,
        "reportPeriod": 0
      },
      {
        "channelIndex": 2,
        "channelMode": "digitalInput",
        "filter": "HIGH",
        "hysteresis": 0.1,
        "threshold": 1.5,
        "reportCoV": 0.0,
        "reportPeriod": 0
      },
      {
        "channelIndex": 3,
        "channelMode": "digitalOutput",
        "filter": "HIGH",
        "hysteresis": 0.1,
        "threshold": 1.5,
        "reportCoV": 0.0,
        "reportPeriod": 0
      },
      {
        "channelIndex": 4,
        "channelMode": "digitalOutput",
        "filter": "HIGH",
        "hysteresis": 0.1,
        "threshold": 1.5,
        "reportCoV": 0.0,
        "reportPeriod": 0
      }
    ]
  },
  "SleepMode": "NONE",
  "LEDS": {
    "Enabled": true
  },
  "Imt": {
    "defaultTopic": 244,
    "defaultTTL": 86400,
    "serialRelayTopic": 0,
    "startupEventEnabled": true,
    "internalMessageEncryption": false
  },
  "BUZZER": {
    "Enabled": true
  },
  "SVI": {
    "reportDuration": 0,
    "reportTopic": 313,
    "reportInterval": 0
  },
  "Chart": {
    "epeScale": 1.0,
    "positionCompareTimer": 0,
    "utcDifferenceLimit": 3,
    "utcDifferenceTimer": 0,
    "positionValidityTimer": 0,
    "errorCircle": false,
    "errorLimitCircle": false,
    "testingAllowed": false
  }
}