-
Notifications
You must be signed in to change notification settings - Fork 1
HueEvents
- add
- bridgeAdd
- bridgeDelete
- bridgeUpdate
- debug
- delete
- deviceAdd
- deviceDelete
- devicePowerAdd
- devicePowerDelete
- devicePowerUpdate
- deviceUpdate
- error
- groupedLightAdd
- groupedLightDelete
- groupedLightUpdate
- lightAdd
- lightDelete
- lightUpdate
- motionAdd
- motionDelete
- motionUpdate
- raw
- ready
- request
- response
- roomAdd
- roomDelete
- roomUpdate
- sceneAdd
- sceneDelete
- sceneUpdate
- update
- zigbeeConnectivityAdd
- zigbeeConnectivityDelete
- zigbeeConnectivityUpdate
- zigbeeDeviceDiscoveryAdd
- zigbeeDeviceDiscoveryDelete
- zigbeeDeviceDiscoveryUpdate
- zoneAdd
- zoneDelete
- zoneUpdate
• add: [resource: any]
• bridgeAdd: [bridge: Bridge]
• bridgeDelete: [bridge: Bridge]
• bridgeUpdate: [newBridge: Bridge, oldBridge: Bridge]
• debug: [debug: string]
• delete: [any
]
• deviceAdd: [device: Device]
• deviceDelete: [device: Device]
• devicePowerAdd: [devicePower: DevicePower]
• devicePowerDelete: [devicePower: DevicePower]
• devicePowerUpdate: [newDevicePower: DevicePower, oldDevicePower: DevicePower]
• deviceUpdate: [newDevice: Device, oldDevice: Device]
• error: [error: Error]
• groupedLightAdd: [groupedLight: GroupedLight]
• groupedLightDelete: [groupedLight: GroupedLight]
• groupedLightUpdate: [newGroupedLight: GroupedLight, oldGroupedLight: GroupedLight]
• lightAdd: [light: Light]
• lightDelete: [light: Light]
• lightUpdate: [newLight: Light, oldLight: Light]
• motionAdd: [motion: Motion]
• motionDelete: [motion: Motion]
• motionUpdate: [newMotion: Motion, oldMotion: Motion]
• raw: [data: Record<string, any>]
• ready: [bridge: Hue]
• request: [request: Request]
• response: [response: Response]
• roomAdd: [room: Room]
• roomDelete: [room: Room]
• roomUpdate: [newRoom: Room, oldRoom: Room]
• sceneAdd: [scene: Scene]
• sceneDelete: [scene: Scene]
• sceneUpdate: [newScene: Scene, oldScene: Scene]
• update: [newResource: any, oldResource: any]
• zigbeeConnectivityAdd: [zigbeeConnectivity: ZigbeeConnectivity]
• zigbeeConnectivityDelete: [zigbeeConnectivity: ZigbeeConnectivity]
• zigbeeConnectivityUpdate: [newZigbeeConnectivity: ZigbeeConnectivity, oldZigbeeConnectivity: ZigbeeConnectivity]
• zigbeeDeviceDiscoveryAdd: [zigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]
• zigbeeDeviceDiscoveryDelete: [zigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]
• zigbeeDeviceDiscoveryUpdate: [newZigbeeDeviceDiscovery: ZigbeeDeviceDiscovery, oldZigbeeDeviceDiscovery: ZigbeeDeviceDiscovery]
• zoneAdd: [zone: Zone]
• zoneDelete: [zone: Zone]
• zoneUpdate: [newZone: Zone, oldZone: Zone]