UNPKG

matterbridge-shelly

Version:
5 lines (4 loc) 178 B
import { ShellyPlatform } from './platform.js'; export default function initializePlugin(matterbridge, log, config) { return new ShellyPlatform(matterbridge, log, config); }