Apologies for what may be the world's dumbest question (i'm new to this...)
The provided example works great grabbing the most recent data from a device. I see in the REST API docs where it supports getting historical (non instant) data via the /devices/:macAddress endpoint...
is this something that's exposed here in this super-useful python API? Or do I need to hack it up myself to build a different request when I want something other than just the devices endpoint?
Apologies for what may be the world's dumbest question (i'm new to this...)
The provided example works great grabbing the most recent data from a device. I see in the REST API docs where it supports getting historical (non instant) data via the
/devices/:macAddressendpoint...is this something that's exposed here in this super-useful python API? Or do I need to hack it up myself to build a different request when I want something other than just the
devicesendpoint?