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.

6 lines 410 B
import type { NodePyATVDeviceState, NodePyATVMediaType } from '@sebbo2002/node-pyatv'; import type { RocketRemoteKey } from './enums.ts'; export type TMediaConfigs = Partial<Record<NodePyATVMediaType, string>>; export type TDeviceStateConfigs = Partial<Record<NodePyATVDeviceState, string>>; export type TRemoteKeysAsSwitchConfigs = Partial<Record<RocketRemoteKey, string>>; //# sourceMappingURL=types.d.ts.map