Skip to content

v2.1.0

Choose a tag to compare

@Brandawg93 Brandawg93 released this 30 Dec 17:05
· 1251 commits to main since this release

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)