Devices out of a temperature range
Find all devices currently reporting a temperature outside of an acceptable range.
Use the sensors.temperature_c field to filter for devices reporting a temperature outside your acceptable range. The example below finds all devices above -4°C — a common threshold for frozen food cold chain monitoring.
GET https://prod.lunalocate.com/api/v2/devices?q=sensors.temperature_c>-4.0Note that sensors.temperature_c is optional — devices without a temperature sensor will not appear in results.
Updated 2 months ago
What’s Next
