Everything was okay until 18th May, 2026. But from 19th onwards none of the versions work. Both the classic and V1 returns the same error.
The principle issue is that Device_List returns an empty list. Here is what I got from the Example Code:
devices = api.device_list(plant_id)"
Here is the result
Plants: Found 1 plants
Devices...
{
"count": 1,
"devices": [] <-- this should not be empty
}
Everything was okay until 18th May, 2026. But from 19th onwards none of the versions work. Both the classic and V1 returns the same error.
The principle issue is that Device_List returns an empty list. Here is what I got from the Example Code:
devices = api.device_list(plant_id)"
Here is the result
Plants: Found 1 plants
Devices...
{
"count": 1,
"devices": [] <-- this should not be empty
}