{
  "LAN":{
    "Enabled":true,
    "Address":[192, 168, 250, 1],
    "Mask":[255, 255, 255, 0],
    "Gateway":[192, 168, 250, 1],
    "Dns1":[8, 8, 8, 8],
    "Dns2":[8, 8, 4, 4],
    "tftpEnabled":true,
    "dhcpEnabled":false,
    "dhcpStart":[192, 168, 250, 100],
    "dhcpEnd":[192, 168, 250, 199],
    "dhcpLease":1440,
    "sntpEnabled":false,
    "httpPort":80,
    "smtpEnabled":false,
    "smtpMessageTimeout":0
  },
  "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,
    "nmeaSentences":{
      "GNGGA":false,
      "GNRMC":false
    },
    "compactReport": false,
    "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
  },
  "Firewall":{
    "Outbound":{
      "TCP":[
        {
          "destAddr":[0, 0, 0, 0],
          "destSubnet":0,
          "portStart":1,
          "portEnd":65535
        }
      ],
      "UDP":[
        {
          "destAddr":[0, 0, 0, 0],
          "destSubnet":0,
          "portStart":1,
          "portEnd":65535
        }
      ],
      "ICMP":[
        {
          "destAddr":[0, 0, 0, 0],
          "destSubnet":0
        }
      ]
    },
    "Inbound":{
      "TCP":[
        {
          "lanAddr":[0, 0, 0, 0],
          "wanPort":0,
          "lanPort":0
        }
      ],
      "UDP":[
        {
          "lanAddr":[0, 0, 0, 0],
          "wanPort":0,
          "lanPort":0
        }
      ]
    }
  }
}