UNPKG

homebridge-mhi-wfrac

Version:

A homebridge plugin for Mitshubishi WF-RAC aircos (using the Smart M-Air app)

6 lines 238 B
import { PLATFORM_NAME } from './settings.js'; import { HomebridgeMHIWFRACPlatform } from './platform.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, HomebridgeMHIWFRACPlatform); }; //# sourceMappingURL=index.js.map