Skip to content

HueEvents

github-actions[bot] edited this page Aug 11, 2023 · 2 revisions

Interface: HueEvents

Table of contents

Properties

Properties

add

add: [resource: any]

Defined in

src/hue/HueEvents.ts:68


bridgeAdd

bridgeAdd: [bridge: Bridge]

Defined in

src/hue/HueEvents.ts:107


bridgeDelete

bridgeDelete: [bridge: Bridge]

Defined in

src/hue/HueEvents.ts:109


bridgeUpdate

bridgeUpdate: [newBridge: Bridge, oldBridge: Bridge]

Defined in

src/hue/HueEvents.ts:108


debug

debug: [debug: string]

Defined in

src/hue/HueEvents.ts:65


delete

delete: [any]

Defined in

src/hue/HueEvents.ts:70


deviceAdd

deviceAdd: [device: Device]

Defined in

src/hue/HueEvents.ts:71


deviceDelete

deviceDelete: [device: Device]

Defined in

src/hue/HueEvents.ts:73


devicePowerAdd

devicePowerAdd: [devicePower: DevicePower]

Defined in

src/hue/HueEvents.ts:89


devicePowerDelete

devicePowerDelete: [devicePower: DevicePower]

Defined in

src/hue/HueEvents.ts:91


devicePowerUpdate

devicePowerUpdate: [newDevicePower: DevicePower, oldDevicePower: DevicePower]

Defined in

src/hue/HueEvents.ts:90


deviceUpdate

deviceUpdate: [newDevice: Device, oldDevice: Device]

Defined in

src/hue/HueEvents.ts:72


error

error: [error: Error]

Defined in

src/hue/HueEvents.ts:63


groupedLightAdd

groupedLightAdd: [groupedLight: GroupedLight]

Defined in

src/hue/HueEvents.ts:74


groupedLightDelete

groupedLightDelete: [groupedLight: GroupedLight]

Defined in

src/hue/HueEvents.ts:76


groupedLightUpdate

groupedLightUpdate: [newGroupedLight: GroupedLight, oldGroupedLight: GroupedLight]

Defined in

src/hue/HueEvents.ts:75


lightAdd

lightAdd: [light: Light]

Defined in

src/hue/HueEvents.ts:77


lightDelete

lightDelete: [light: Light]

Defined in

src/hue/HueEvents.ts:79


lightUpdate

lightUpdate: [newLight: Light, oldLight: Light]

Defined in

src/hue/HueEvents.ts:78


motionAdd

motionAdd: [motion: Motion]

Defined in

src/hue/HueEvents.ts:92


motionDelete

motionDelete: [motion: Motion]

Defined in

src/hue/HueEvents.ts:94


motionUpdate

motionUpdate: [newMotion: Motion, oldMotion: Motion]

Defined in

src/hue/HueEvents.ts:93


raw

raw: [data: Record<string, any>]

Defined in

src/hue/HueEvents.ts:64


ready

ready: [bridge: Hue]

Defined in

src/hue/HueEvents.ts:62


request

request: [request: Request]

Defined in

src/hue/HueEvents.ts:66


response

response: [response: Response]

Defined in

src/hue/HueEvents.ts:67


roomAdd

roomAdd: [room: Room]

Defined in

src/hue/HueEvents.ts:80


roomDelete

roomDelete: [room: Room]

Defined in

src/hue/HueEvents.ts:82


roomUpdate

roomUpdate: [newRoom: Room, oldRoom: Room]

Defined in

src/hue/HueEvents.ts:81


sceneAdd

sceneAdd: [scene: Scene]

Defined in

src/hue/HueEvents.ts:83


sceneDelete

sceneDelete: [scene: Scene]

Defined in

src/hue/HueEvents.ts:85


sceneUpdate

sceneUpdate: [newScene: Scene, oldScene: Scene]

Defined in

src/hue/HueEvents.ts:84


update

update: [newResource: any, oldResource: any]

Defined in

src/hue/HueEvents.ts:69


zigbeeConnectivityAdd

zigbeeConnectivityAdd: [zigbeeConnectivity: ZigbeeConnectivity]

Defined in

src/hue/HueEvents.ts:95


zigbeeConnectivityDelete

zigbeeConnectivityDelete: [zigbeeConnectivity: ZigbeeConnectivity]

Defined in

src/hue/HueEvents.ts:100


zigbeeConnectivityUpdate

zigbeeConnectivityUpdate: [newZigbeeConnectivity: ZigbeeConnectivity, oldZigbeeConnectivity: ZigbeeConnectivity]

Defined in

src/hue/HueEvents.ts:96


zigbeeDeviceDiscoveryAdd

zigbeeDeviceDiscoveryAdd: [zigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]

Defined in

src/hue/HueEvents.ts:101


zigbeeDeviceDiscoveryDelete

zigbeeDeviceDiscoveryDelete: [zigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]

Defined in

src/hue/HueEvents.ts:106


zigbeeDeviceDiscoveryUpdate

zigbeeDeviceDiscoveryUpdate: [newZigbeeDeviceDiscovery: ZigbeeDeviceDiscovery, oldZigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]

Defined in

src/hue/HueEvents.ts:102


zoneAdd

zoneAdd: [zone: Zone]

Defined in

src/hue/HueEvents.ts:86


zoneDelete

zoneDelete: [zone: Zone]

Defined in

src/hue/HueEvents.ts:88


zoneUpdate

zoneUpdate: [newZone: Zone, oldZone: Zone]

Defined in

src/hue/HueEvents.ts:87

hue.ts

Clone this wiki locally