UNPKG

homebridge-philips-hue-sync-box

Version:
11 lines (10 loc) 550 B
export const PASSTHROUGH: string = 'passthrough'; export const POWER_SAVE: string = 'powersave'; export const LIGHTBULB = 'lightbulb'; export const SWITCH = 'switch'; export const LIGHTBULB_ACCESSORY: string = 'LightBulbAccessory'; export const SWITCH_ACCESSORY: string = 'SwitchAccessory'; export const TV_ACCESSORY: string = 'TVAccessory'; export const MODE_TV_ACCESSORY: string = 'ModeTVAccessory'; export const INTENSITY_TV_ACCESSORY: string = 'IntensityTVAccessory'; export const ENTERTAINMENT_TV_ACCESSORY: string = 'EntertainmentTVAccessory';