UNPKG

homebridge-kasa-python

Version:

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

5 lines (4 loc) 279 B
import HomeKitDevice from './baseDevice.js'; import type KasaPythonPlatform from '../platform.js'; import type { KasaDevice } from './deviceTypes.js'; export default function createDevice(platform: KasaPythonPlatform, kasaDevice: KasaDevice): Promise<HomeKitDevice | undefined>;