homebridge-philips-hue-sync-box
Version:
Homebridge plugin for the Philips Hue Sync Box.
11 lines (10 loc) • 550 B
text/typescript
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';