15 lines
221 B
JavaScript
Raw Normal View History

2022-10-24 16:40:49 -03:00
import homebridgeProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: homebridgeProxyHandler,
mappings: {
info: {
endpoint: "/",
}
},
};
export default widget;