SB3311 Flood Sensor

Flood Sensor Tag SB3311

{
    "baseUnitId": "xxxx",
    "baseUnitName": "xxxx",
    "tagId": "xxxx",
    "tagName": "xxxx"
    "familyType": "SB3311",
    "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": "x",
            "sensor": "Flood Sensor",
            "sensorType": "x"
        }
    },
    "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