UNPKG

@shadman-a/homebridge-my-ac

Version:

A Homebridge plugin for controlling/monitoring LG ThinQ devices via LG ThinQ platform.

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