mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-10 02:12:09 +08:00
Feature: Add APC UPS widget (#4840)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user