homebridge-freeathome-local-api
Version:
Control your free@home setup using the local API provided by your System Access Point
7 lines • 300 B
JavaScript
import { PLATFORM_NAME } from "./settings.js";
import { FreeAtHomeHomebridgePlatform } from "./platform.js";
/** This method registers the platform with Homebridge */
export default (api) => {
api.registerPlatform(PLATFORM_NAME, FreeAtHomeHomebridgePlatform);
};
//# sourceMappingURL=index.js.map