Hello, I'm trying to extract for a specific sensor all channels with their data
I'm using the following call
/api/table.json?content=channels&columns=name,lastvalue,minimum,maximum&id=8202
where 8202 is the sensor's ID
I can't find in the docs how to get channels limits (min and max limits triggers for errors and warnings)
I have tried limitmaxerror_0, limitmaxerror based on the HTML inspector, but these columns are not found
Can someone please help me?
Add comment