UNPKG

homebridge-kasa-python

Version:

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

4 lines (3 loc) 277 B
import type { HAP, PlatformAccessory, Service } from 'homebridge'; import type HomeKitDevice from './devices/index.js'; export default function platformAccessoryInformation(hap: HAP): (platformAccessory: PlatformAccessory, homekitDevice: HomeKitDevice) => Service | undefined;