v1
latestOpenAPI 3.0.02026-08-061380344.2 KBCreate a Log
Create a climate log record
Parameters
co2 OPTIONAL
Numeric value for CO2 level measured
date OPTIONAL
The date the note was captured. Defaults to today.
description OPTIONAL
A note or summary for the measurement, if applicable
gauge_id OPTIONAL
The Farmbrite Climate Gauge ID that this measurement is associated with. If not provided the Climate Log is assume to be a general measurement for your location.
humidity OPTIONAL
Numeric value for humidity level measured
light_level OPTIONAL
Numeric value for light_level (lux/lumens) level measured
moisture OPTIONAL
Numeric value for moisture level measured
prcp OPTIONAL
Numeric value for precipitation level measured
soil_temp OPTIONAL
Numeric value for soil temperature level measured
temp OPTIONAL
Numeric value for air temperature level measured
min_temp OPTIONAL
Numeric value for minimum temperature measured
max_temp OPTIONAL
Numeric value for maximum temperature measured
wind OPTIONAL
Numeric value for wind speed level measured typically in mph or mps
Headers
Request body
Example request
{
"co2": null,
"date": "2023-03-17",
"description": "logged",
"gauge_id": "Farmbrite Gauge ID",
"humidity": null,
"light_level": null,
"moisture": null,
"prcp": 5,
"soil_temp": null,
"temp": 30,
"wind": null
}Response
Successful response