UNPKG

@o-lukas/homebridge-smartthings-tv

Version:

This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.

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