UNPKG

homebridge-homeconnect

Version:
9 lines 367 B
// Homebridge plugin for Home Connect home appliances // Copyright © 2019-2023 Alexander Thoukydides import { PLATFORM_NAME } from './settings.js'; import { HomeConnectPlatform } from './platform.js'; // Register the platform with Homebridge export default (api) => { api.registerPlatform(PLATFORM_NAME, HomeConnectPlatform); }; //# sourceMappingURL=index.js.map