Skip to content

Latest commit

 

History

History
257 lines (131 loc) · 9.83 KB

_controller_events_.md

File metadata and controls

257 lines (131 loc) · 9.83 KB

zigbee-herdsman"controller/events"

External module: "controller/events"

Index

Enumerations

Interfaces

Type aliases

Object literals

Type aliases

MessagePayloadType

Ƭ MessagePayloadType: "attributeReport" | "readResponse" | "raw" | "read" | "write" | "commandOn" | "commandOffWithEffect" | "commandStep" | "commandStop" | "commandHueNotification" | "commandOff" | "commandStepColorTemp" | "commandMoveWithOnOff" | "commandMove" | "commandMoveHue" | "commandMoveToSaturation" | "commandStopWithOnOff" | "commandMoveToLevelWithOnOff" | "commandToggle" | "commandTradfriArrowSingle" | "commandTradfriArrowHold" | "commandTradfriArrowRelease" | "commandStepWithOnOff" | "commandMoveToColorTemp" | "commandMoveToColor" | "commandOnWithTimedOff" | "commandRecall" | "commandArm" | "commandPanic" | "commandEmergency" | "commandColorLoopSet" | "commandOperationEventNotification" | "commandStatusChangeNotification" | "commandEnhancedMoveToHueAndSaturation" | "commandUpOpen" | "commandDownClose" | "commandMoveToLevel" | "commandMoveColorTemp" | "commandGetData" | "commandGetWeeklyScheduleRsp" | "commandQueryNextImageRequest"

Defined in src/controller/events.ts:69

Object literals

Const CommandsLookup

CommandsLookup: object

Defined in src/controller/events.ts:30

arm

arm: "commandArm" = "commandArm"

Defined in src/controller/events.ts:55

colorLoopSet

colorLoopSet: "commandColorLoopSet" = "commandColorLoopSet"

Defined in src/controller/events.ts:60

downClose

downClose: "commandDownClose" = "commandDownClose"

Defined in src/controller/events.ts:62

emergency

emergency: "commandEmergency" = "commandEmergency"

Defined in src/controller/events.ts:57

enhancedMoveToHueAndSaturation

enhancedMoveToHueAndSaturation: "commandEnhancedMoveToHueAndSaturation" = "commandEnhancedMoveToHueAndSaturation"

Defined in src/controller/events.ts:61

getData

getData: "commandGetData" = "commandGetData"

Defined in src/controller/events.ts:64

getWeeklyScheduleRsp

getWeeklyScheduleRsp: "commandGetWeeklyScheduleRsp" = "commandGetWeeklyScheduleRsp"

Defined in src/controller/events.ts:65

hueNotification

hueNotification: "commandHueNotification" = "commandHueNotification"

Defined in src/controller/events.ts:35

move

move: "commandMove" = "commandMove"

Defined in src/controller/events.ts:39

moveColorTemp

moveColorTemp: "commandMoveColorTemp" = "commandMoveColorTemp"

Defined in src/controller/events.ts:40

moveHue

moveHue: "commandMoveHue" = "commandMoveHue"

Defined in src/controller/events.ts:41

moveToColor

moveToColor: "commandMoveToColor" = "commandMoveToColor"

Defined in src/controller/events.ts:52

moveToColorTemp

moveToColorTemp: "commandMoveToColorTemp" = "commandMoveToColorTemp"

Defined in src/controller/events.ts:51

moveToLevel

moveToLevel: "commandMoveToLevel" = "commandMoveToLevel"

Defined in src/controller/events.ts:44

moveToLevelWithOnOff

moveToLevelWithOnOff: "commandMoveToLevelWithOnOff" = "commandMoveToLevelWithOnOff"

Defined in src/controller/events.ts:45

moveToSaturation

moveToSaturation: "commandMoveToSaturation" = "commandMoveToSaturation"

Defined in src/controller/events.ts:42

moveWithOnOff

moveWithOnOff: "commandMoveWithOnOff" = "commandMoveWithOnOff"

Defined in src/controller/events.ts:38

off

off: "commandOff" = "commandOff"

Defined in src/controller/events.ts:36

offWithEffect

offWithEffect: "commandOffWithEffect" = "commandOffWithEffect"

Defined in src/controller/events.ts:32

on

on: "commandOn" = "commandOn"

Defined in src/controller/events.ts:31

onWithTimedOff

onWithTimedOff: "commandOnWithTimedOff" = "commandOnWithTimedOff"

Defined in src/controller/events.ts:53

operationEventNotification

operationEventNotification: "commandOperationEventNotification" = "commandOperationEventNotification"

Defined in src/controller/events.ts:58

panic

panic: "commandPanic" = "commandPanic"

Defined in src/controller/events.ts:56

queryNextImageRequest

queryNextImageRequest: "commandQueryNextImageRequest" = "commandQueryNextImageRequest"

Defined in src/controller/events.ts:66

recall

recall: "commandRecall" = "commandRecall"

Defined in src/controller/events.ts:54

statusChangeNotification

statusChangeNotification: "commandStatusChangeNotification" = "commandStatusChangeNotification"

Defined in src/controller/events.ts:59

step

step: "commandStep" = "commandStep"

Defined in src/controller/events.ts:33

stepColorTemp

stepColorTemp: "commandStepColorTemp" = "commandStepColorTemp"

Defined in src/controller/events.ts:37

stepWithOnOff

stepWithOnOff: "commandStepWithOnOff" = "commandStepWithOnOff"

Defined in src/controller/events.ts:50

stop

stop: "commandStop" = "commandStop"

Defined in src/controller/events.ts:34

stopWithOnOff

stopWithOnOff: "commandStopWithOnOff" = "commandStopWithOnOff"

Defined in src/controller/events.ts:43

toggle

toggle: "commandToggle" = "commandToggle"

Defined in src/controller/events.ts:46

tradfriArrowHold

tradfriArrowHold: "commandTradfriArrowHold" = "commandTradfriArrowHold"

Defined in src/controller/events.ts:48

tradfriArrowRelease

tradfriArrowRelease: "commandTradfriArrowRelease" = "commandTradfriArrowRelease"

Defined in src/controller/events.ts:49

tradfriArrowSingle

tradfriArrowSingle: "commandTradfriArrowSingle" = "commandTradfriArrowSingle"

Defined in src/controller/events.ts:47

upOpen

upOpen: "commandUpOpen" = "commandUpOpen"

Defined in src/controller/events.ts:63