UNPKG

homebridge-localtuya

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