SB3611 Wind sensor

Wind sensor SB3611

{
    "baseUnitId": "xxxx",
    "baseUnitName": "xxxx",
    "tagId": "xxxx",
    "tagName": "xxxx"
    "familyType": "SB3611",
    "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":  "m/s",
            "sensor": "Wind speed",
            "sensorType": "x"
        }
        "2": {
            "value": xx.xx,
            "unit":  "deg",
            "sensor": "Wind angle",
            "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