homebridge-blaq
Version:
Control and view your garage door(s) remotely with real-time updates using Konnected's BlaQ hardware
9 lines • 304 B
JavaScript
import { PLATFORM_NAME } from './settings.js';
import { BlaQHomebridgePluginPlatform } from './platform.js';
/**
* This method registers the platform with Homebridge
*/
export default (api) => {
api.registerPlatform(PLATFORM_NAME, BlaQHomebridgePluginPlatform);
};
//# sourceMappingURL=index.js.map