@homebridge-plugins/homebridge-tado
Version:
Homebridge plugin for controlling tado° devices.
14 lines (11 loc) • 362 B
JavaScript
/**
* v7
*
* @url https://github.com/homebridge-plugins/homebridge-tado
* @author maintained by smart7324 <34960772+smart7324@users.noreply.github.com> - author SeydX <seyd55@outlook.de>
*
**/
import TadoPlatform from './src/platform.js';
export default function (homebridge) {
homebridge.registerPlatform('TadoPlatform', TadoPlatform(homebridge));
};