GET /api/my-devices — List Authenticated User's Devices
GET /api/my-devices — Returns all devices owned by the authenticated user, with online status, current state, capabilities, and latest humidity reading.
Use this file to discover all available pages before exploring further.
Returns a list of all devices assigned to the authenticated user. Each device includes online status, current actuator state, hardware capability flags derived from device properties, and the latest humidity reading (sensor_type_id=1).
Returns every device owned by the authenticated user. Device properties stored in the database (e.g. has_pump, has_humidity, has_light) are resolved into a structured capabilities object. The last_humidity value is taken from the most recent SensorData row where sensor_type_id = 1.
Returns detailed information about a single device owned by the authenticated user. The response includes the device’s current settings, capability flags, and up to 20 recent sensor history entries.