Feature: Add APC UPS widget (#4840)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Nicu Pavel 2025-03-02 17:33:44 +02:00 committed by GitHub
parent 9b8dd94aae
commit fdf405fe0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 179 additions and 0 deletions

View file

@ -1,4 +1,5 @@
import adguard from "./adguard/widget";
import apcups from "./apcups/widget";
import argocd from "./argocd/widget";
import atsumeru from "./atsumeru/widget";
import audiobookshelf from "./audiobookshelf/widget";
@ -134,6 +135,7 @@ import zabbix from "./zabbix/widget";
const widgets = {
adguard,
apcups,
argocd,
atsumeru,
audiobookshelf,