Beta Release of Batteries and Meters
Released
Introducing two new hardware categories: `batteries` and `meters`.
New BatteriesAPI Endpoints (Beta):
New Endpoint | Description |
---|---|
GET /batteries | List all available batteries |
GET /batteries/{batteryId} | Fetch detailed information about a specific battery |
GET /users/{userId}/batteries | List of batteries associated with a user |
POST /batteries/{batteryId}/operation-mode | Set the operation mode for a specific battery |
GET /batteries/actions/{actionId} | Retrieve info about a specific battery action |
POST /batteries/actions/{actionId}/cancel | Cancel a specific battery action |
POST /batteries/{batteryId}/refresh-hint | Initiate a manual refresh for battery data |
GET /health/batteries | List the supported battery vendors and their current status. |
New MetersAPI Endpoints (Beta):
New Endpoint | Description |
---|---|
GET /meters | List all available meters |
GET /meters/{meterId} | Fetch detailed information about a specific meter |
GET /users/{userId}/meters | List of meters associated with a user |
POST /meters/{meterId}/refresh-hint | Initiate a manual refresh for meter data |
GET /health/meters | List the supported meter vendors and their current status. |
These new hardware categories are currently in beta. Developers are encouraged to provide feedback and report any issues. Refer to the API referenceAPI for in-depth details and integration steps.