Enhancement: support pfsense v2 api (#3716)

This commit is contained in:
shamoon 2024-07-07 21:07:24 -07:00 committed by GitHub
parent b8af7ad95d
commit 9d16e280cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 7 deletions

View file

@ -26,5 +26,6 @@ widget:
headers: # optional, or username/password
Authorization: client_id client_token
wan: igb0
version: v2 # optional, defaults to v1
fields: ["load", "memory", "temp", "wanStatus"] # optional
```