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

@ -0,0 +1,7 @@
import apcupsProxyHandler from "./proxy";
const widget = {
proxyHandler: apcupsProxyHandler,
};
export default widget;