mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Feature: Add APC UPS widget (#4840)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
9b8dd94aae
commit
fdf405fe0a
9 changed files with 179 additions and 0 deletions
7
src/widgets/apcups/widget.js
Normal file
7
src/widgets/apcups/widget.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import apcupsProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: apcupsProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue