SB3203 Humidity Sensor

Humidity Sensor Tag  SB3203

{
  "baseUnitId": "xxxx",
  "baseUnitName": "xxxx",
  "tagId": "xxxx",
  "tagName": "xxxx"
  "familyType": "SB3203",
  "battery": xxxx,
  "gpsMode": "x",
  "siteName": "x",
  "buAppFirmware": "x.xxx.x",
  "buModemFirmware": "xxx_xxxxxxx_x.x.x",
  "buNrf52AppFirmware": "x",
  "tagAppFirmware": "xx",
  "data": {
    "1": {
      "value": xx.xx,
      "unit": "%",
      "sensor": "Humidity",
      "sensorType": 2
    },
    "2": {
      "value": xx.xx,
      "unit": "°C",
      "sensor": "Temperature",
      "sensorType": 1
    }
  },
  "timestamp": xxxxxxxxxx,
  "gps": {
    "coor": {
      "alt": xxx.xxxxxx,
      "duration": xxx,
      "lat": xxx.xxxxxx,
      "long": xxx.xxxxxx,
      "speed": xxx.xxxxxx,
      "heading": xxx.xxxxxx,
      "accuracy": xxx.xxxxxx
    },
    "timestamp": xxxxxxxxxx
  },
  "version": "1.0.1"
}

Last updated