Devices
Operations for managing IoT devices, including retrieving device information, recorded metrics, and sending control commands.
📄️ Get all devices
Returns a list of all Devices with their basic metadata and identifiers.
📄️ Get device consumption data
Retrieves time-series consumption data from a device for a specific metric type.<br/><br/>Specify an interval to aggregate the data into time buckets. If no interval is specified, the default is 1 hour.<br/><br/>The maximum allowed period between fromDateTime and toDateTime is 24 hours.<br/><br/>Where there is no data for a specified interval, `null` will be returned.
📄️ Create device schedule
Sends a scheduling command to a specific device to control its operation at designated times. Currently only the standby command is supported for Utopi Smart Panel Heaters.