add homebridge plugin

This commit is contained in:
Fernando Neira 2022-10-24 16:40:49 -03:00
parent 428f0385f6
commit c9512a6d26
6 changed files with 170 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import homebridgeProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: homebridgeProxyHandler,
mappings: {
info: {
endpoint: "/",
}
},
};
export default widget;