UNPKG

homebridge-kasa-python

Version:

Plugin that uses Python-Kasa API to communicate with Kasa Devices.

5 lines (4 loc) 259 B
import HomeKitDevice from './index.js'; import type KasaPythonPlatform from '../platform.js'; import type { KasaDevice } from './kasaDevices.js'; export default function create(platform: KasaPythonPlatform, kasaDevice: KasaDevice): HomeKitDevice | undefined;