v2.1.0
NEW
-
Add support for more API endpoints
- |
GET /api/v1/devices/[ups]/var/[param]| Retrieves information about a single parameter of the specified UPS device | - |
GET /api/v1/devices/[ups]/commands| Retrieves available commands for the specified UPS device | - |
GET /api/v1/devices/[ups]/description| Retrieves the description for the specified UPS device | - |
GET /api/v1/devices/[ups]/clients| Retrieves the connected clients for the specified UPS device | - |
GET /api/v1/devices/[ups]/rwvars| Retrieves writable variables for the specified UPS device |
- |
-
Add support for reverse proxy paths via environment variable
BASE_PATH
FIX
- Fix erroneous data for servers with multiple ups devices (closes #12)