UNPKG

homebridge-samsung-window-ac

Version:
9 lines 294 B
import { SamsungWindowACPlatform } from './platform.js'; import { PLATFORM_NAME } from './settings.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, SamsungWindowACPlatform); }; //# sourceMappingURL=index.js.map