{
  "sensor-atmospheric": {
    "device-id": "00010000-00000000-03592051-06495809",
    "led": "atm-led",
	"channels": [
      {
        "name": "Pressure",
        "stream": "xbsl/atmospheric/pressure",
        "widget": "atm-pressure-widget",
        "widget-value": "atm-pressure-value",
        "divider": 1000,
        "precision": 1,
        "units": "Pa"
      },
	  {
        "name": "Humidity",
        "stream": "xbsl/atmospheric/humidity",
        "widget": "atm-humidity-widget",
        "widget-value": "atm-humidity-value",
        "precision": 1,
        "units": "%"
      },
	  {
        "name": "Temperature",
        "stream": "xbsl/atmospheric/temperature",
        "widget": "atm-temperature-widget",
        "widget-value": "atm-temperature-value",
        "precision": 1,
        "units": "C"
      }
    ]
  },
  "sensor-soil-moisture": {
    "device-id": "00010000-00000000-03592051-06492640",
    "led": "soil-moisture-led",
	"channels": [
      {
        "stream": "xbsl/moisture",
        "name": "Soil moisture",
        "widget": "soil-moisture-widget",
        "widget-value": "soil-moisture-value",
        "precision": 1,
        "units": "%"
      }
    ]
  },
  "sensor-noise": {
    "device-id": "00010000-00000000-03592051-06508908",
    "led": "noise-led",
	"channels": [
      {
        "name": "Loudness",
        "stream": "xbsl/loudness",
        "widget": "noise-widget",
        "widget-value": "noise-value",
        "precision": 1,
        "units": "dB"
      }
    ]
  },
  "sensor-light": {
    "device-id": "00010000-00000000-03592051-06509658",
    "led": "light-led",
	"channels": [
      {
        "name": "Light",
        "stream": "xbsl/light",
        "widget": "light-widget",
        "widget-value": "light-value",
        "units": "lux"
      }
    ]
  },
  "sensor-distance": {
    "device-id": "00010000-00000000-03592051-06510144",
    "led": "distance-led",
	"channels": [
      {
        "name": "Distance",
        "stream": "xbsl/distance",
        "widget": "distance-widget",
        "widget-value": "distance-value",
        "units": "mm"
      }
    ]
  },
  "sensor-touch": {
    "device-id": "00010000-00000000-03592051-06491543",
    "led": "touch-led",
	"channels": [
      {
        "name": "Touch value",
        "stream": "xbsl/touch",
        "widget": "touch-widget",
        "widget-value": "touch-value",
        "units": "Touch value"
      }
    ]
  },
  "sensor-air-quality": {
    "device-id": "00010000-00000000-03592051-06509625",
    "led": "air-led",
	"channels": [
      {
        "name": "CO2EQ",
        "stream": "xbsl/co2eq",
        "widget": "co2-widget",
        "widget-value": "co2-value",
        "precision": 1,
        "units": "ppm"
      },
      {
        "name": "TVOC",
        "stream": "xbsl/tvoc",
        "widget": "tvoc-widget",
        "widget-value": "tvoc-value",
        "precision": 1,
        "units": "ppm"
      }
    ]
  },
  "sensor-keypad": {
    "device-id": "00010000-00000000-03592051-06493697",
    "led": "keypad-led",
	"channels": [
      {
        "name": "Number",
        "stream": "xbsl/keypad",
        "widget": "keypad-widget",
        "widget-value": "keypad-value",
        "units": "Number"
      }
    ]
  },
  "sensor-gnss": {
    "device-id": "00010000-00000000-03592051-06495908",
    "led": "gnss-led",
	"channels": [
      {
        "name": "Longitude",
        "stream": "xbsl/GNSS/longitude",
        "widget": "map-widget",
        "units": "Dec. degrees"
      },
      {
        "name": "Latitude",
        "stream": "xbsl/GNSS/latitude",
        "widget": "map-widget",
        "units": "Dec. degrees"
      }
    ]
  },
  "sensor-gyro": {
    "device-id": "00010000-00000000-03592051-06491550",
    "led": "gyro-led",
	"channels": [
      {
        "name": "Acceleration X",
        "stream": "xbsl/imu/ax",
        "widget": "gyro-widget",
        "units": "g's"
      },
      {
        "name": "Acceleration Y",
        "stream": "xbsl/imu/ay",
        "widget": "gyro-widget",
        "units": "g's"
      },
      {
        "name": "Acceleration Z",
        "stream": "xbsl/imu/az",
        "widget": "gyro-widget",
        "units": "g's"
      },
      {
        "name": "Gyro X",
        "stream": "xbsl/imu/gx",
        "widget-value": "gyro-widget-gx-value",
        "units": "dps"
      },
      {
        "name": "Gyro Y",
        "stream": "xbsl/imu/gy",
        "widget-value": "gyro-widget-gy-value",
        "units": "dps"
      },
      {
        "name": "Gyro Z",
        "stream": "xbsl/imu/gz",
        "widget-value": "gyro-widget-gz-value",
        "units": "dps"
      }
    ]
  }
}