Hello,
Using: http://yourserver/api/table.xml?content=sensortree&id=7788 I can retrieve exactly what I need to determine the ID of available sensors for a specific device.
I can not find a method that returns a simple "device not found" when supplied an invalid device id.
Ideally http://yourserver/api/table.xml?content=sensortree&id=bogus_id would return that.
Is there a simple, fast, supported way to do this?
Add comment