UNPKG

homebridge-appletv-enhanced

Version:

Plugin that exposes the Apple TV to HomeKit with much richer features than the vanilla Apple TV implementation of HomeKit.

5 lines 353 B
import type { HAP, Characteristic } from 'homebridge'; import { PyATVCustomCharacteristicID } from './enums'; export declare function newPyatvCharacteristic(hap: HAP, char: PyATVCustomCharacteristicID): Characteristic; export declare function newStringCharacteristic(hap: HAP, name: string): Characteristic; //# sourceMappingURL=Characteristics.d.ts.map