v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Climate > Gauges

Create a Gauge

Create a climate gauge

Parameters

description OPTIONAL

A note or summary for the gauge


electronic_id OPTIONAL

Electronic ID - useful to set if using an RFID or barcode scanner to search for for sync data with Farmbrite.


latitude OPTIONAL

The latitude of gauge location


longitude OPTIONAL

The latitude of gauge location


name OPTIONAL

The name or title for the gauge


place_id OPTIONAL

The map location ID (animal enclosure, building, etc) that the gauge is located


plot_id OPTIONAL

The plot or grow location ID that the gauge is located


post/climate_gauges

Headers

Content-Typestring

Request body

object required

Example request

{
  "name": "Greenhouse Gauge",
  "description": "Temperature and humidity gauge for greenhouse",
  "electronic_id": "",
  "latitude": 90,
  "longitude": 0,
  "plot_id": "Farmbrite Grow locaiton ID"
}

Response

Successful response