Explore Plans
Mobile menu Close menu
Temp Stick

Last Sensor Reading

Get the last reading of the sensor

Developer info

API endpoint slug
tempstick.last_sensor_reading
Runtime method
performQuery("tempstick.last_sensor_reading"}

Query fields

Sensor Dropdown list

Label
Which sensor do you want a reading from?
Slug
sensor_id
Required
true
Can have default value
false

Ingredients

Sensor The ID of the sensor

Slug
sensor_id
Filter code
Tempstick.lastSensorReading.SensorID
Type
String
Example
SensorID

Sensor name The name of the sensor

Slug
sensor_name
Filter code
Tempstick.lastSensorReading.SensorName
Type
String
Example
My sensor name

Last checkin The date and time the sensor last checked in

Slug
last_checkin
Filter code
Tempstick.lastSensorReading.LastCheckin
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Temp f The sensor's temperature in Fahrenheit

Slug
temp_f
Filter code
Tempstick.lastSensorReading.TempF
Type
String
Example
32

Next checkin The date and time the sensor is expected to check in again

Slug
next_checkin
Filter code
Tempstick.lastSensorReading.NextCheckin
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Humidity The sensor's humidity reading

Slug
humidity
Filter code
Tempstick.lastSensorReading.Humidity
Type
String
Example
50

Temp c The sensor's temperature in Celsius

Slug
temp_c
Filter code
Tempstick.lastSensorReading.TempC
Type
String
Example
0