UNPKG

homebridge-kasa-python

Version:

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

4 lines (3 loc) 258 B
import type { HAP, PlatformAccessory, Service } from 'homebridge'; import type HomeKitDevice from './baseDevice.js'; export default function accessoryInformation(hap: HAP): (accessory: PlatformAccessory, homekitDevice: HomeKitDevice) => Service | undefined;