2022-10-24 16:40:49 -03:00

15 lines
221 B
JavaScript

import homebridgeProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: homebridgeProxyHandler,
mappings: {
info: {
endpoint: "/",
}
},
};
export default widget;