UNPKG

homebridge-wiiu

Version:

Homebridge plugin for Wii U with Ristretto Aroma plugin

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