homebridge-appletv-enhanced
Version:
Plugin that exposes the Apple TV to HomeKit with much richer features than the vanilla Apple TV implementation of HomeKit.
47 lines • 1.27 kB
TypeScript
export declare enum DisplayOrderTypes {
ARRAY_ELEMENT_START = 1,
ARRAY_ELEMENT_END = 0
}
export declare enum RocketRemoteKey {
CHANNEL_DOWN = "channel_down",
CHANNEL_UP = "channel_up",
DOWN = "down",
HOME = "home",
HOME_HOLD = "home_hold",
LEFT = "left",
MENU = "menu",
NEXT = "next",
PAUSE = "pause",
PLAY = "play",
PLAY_PAUSE = "play_pause",
PREVIOUS = "previous",
RIGHT = "right",
SCREENSAVER = "screensaver",
SELECT = "select",
SKIP_BACKWARD = "skip_backward",
SKIP_FORWARD = "skip_forward",
STOP = "stop",
TURN_OFF = "turn_off",
TURN_ON = "turn_on",
TOP_MENU = "top_menu",
UP = "up",
VOLUME_DOWN = "volume_down",
VOLUME_UP = "volume_up"
}
export declare enum PyATVCustomCharacteristicID {
ALBUM = "album",
ARTIST = "artist",
CONTENT_IDENTIFIER = "contentIdentifier",
EPISODE_NUMBER = "episodeNumber",
GENRE = "genre",
ITUNES_STORE_IDENTIFIER = "iTunesStoreIdentifier",
OUTPUT_DEVICES = "outputDevices",
POSITION = "position",
REPEAT = "repeat",
SEASON_NUMBER = "seasonNumber",
SERIES_NAME = "seriesName",
SHUFFLE = "shuffle",
TITLE = "title",
TOTAL_TIME = "totalTime"
}
//# sourceMappingURL=enums.d.ts.map