Skip to content

Latest commit

 

History

History
227 lines (116 loc) · 8.41 KB

_controller_events_.md

File metadata and controls

227 lines (116 loc) · 8.41 KB

zigbee-herdsman"controller/events"

External module: "controller/events"

Index

Enumerations

Interfaces

Type aliases

Object literals

Type aliases

MessagePayloadType

Ƭ MessagePayloadType: "attributeReport" | "readResponse" | "raw" | "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"

Defined in controller/events.ts:64

Object literals

Const CommandsLookup

CommandsLookup: object

Defined in controller/events.ts:30

arm

arm: "commandArm" = "commandArm"

Defined in controller/events.ts:53

colorLoopSet

colorLoopSet: "commandColorLoopSet" = "commandColorLoopSet"

Defined in controller/events.ts:58

downClose

downClose: "commandDownClose" = "commandDownClose"

Defined in controller/events.ts:60

emergency

emergency: "commandEmergency" = "commandEmergency"

Defined in controller/events.ts:55

enhancedMoveToHueAndSaturation

enhancedMoveToHueAndSaturation: "commandEnhancedMoveToHueAndSaturation" = "commandEnhancedMoveToHueAndSaturation"

Defined in controller/events.ts:59

hueNotification

hueNotification: "commandHueNotification" = "commandHueNotification"

Defined in controller/events.ts:35

move

move: "commandMove" = "commandMove"

Defined in controller/events.ts:39

moveHue

moveHue: "commandMoveHue" = "commandMoveHue"

Defined in controller/events.ts:40

moveToColor

moveToColor: "commandMoveToColor" = "commandMoveToColor"

Defined in controller/events.ts:50

moveToColorTemp

moveToColorTemp: "commandMoveToColorTemp" = "commandMoveToColorTemp"

Defined in controller/events.ts:49

moveToLevelWithOnOff

moveToLevelWithOnOff: "commandMoveToLevelWithOnOff" = "commandMoveToLevelWithOnOff"

Defined in controller/events.ts:43

moveToSaturation

moveToSaturation: "commandMoveToSaturation" = "commandMoveToSaturation"

Defined in controller/events.ts:41

moveWithOnOff

moveWithOnOff: "commandMoveWithOnOff" = "commandMoveWithOnOff"

Defined in controller/events.ts:38

off

off: "commandOff" = "commandOff"

Defined in controller/events.ts:36

offWithEffect

offWithEffect: "commandOffWithEffect" = "commandOffWithEffect"

Defined in controller/events.ts:32

on

on: "commandOn" = "commandOn"

Defined in controller/events.ts:31

onWithTimedOff

onWithTimedOff: "commandOnWithTimedOff" = "commandOnWithTimedOff"

Defined in controller/events.ts:51

operationEventNotification

operationEventNotification: "commandOperationEventNotification" = "commandOperationEventNotification"

Defined in controller/events.ts:56

panic

panic: "commandPanic" = "commandPanic"

Defined in controller/events.ts:54

recall

recall: "commandRecall" = "commandRecall"

Defined in controller/events.ts:52

statusChangeNotification

statusChangeNotification: "commandStatusChangeNotification" = "commandStatusChangeNotification"

Defined in controller/events.ts:57

step

step: "commandStep" = "commandStep"

Defined in controller/events.ts:33

stepColorTemp

stepColorTemp: "commandStepColorTemp" = "commandStepColorTemp"

Defined in controller/events.ts:37

stepWithOnOff

stepWithOnOff: "commandStepWithOnOff" = "commandStepWithOnOff"

Defined in controller/events.ts:48

stop

stop: "commandStop" = "commandStop"

Defined in controller/events.ts:34

stopWithOnOff

stopWithOnOff: "commandStopWithOnOff" = "commandStopWithOnOff"

Defined in controller/events.ts:42

toggle

toggle: "commandToggle" = "commandToggle"

Defined in controller/events.ts:44

tradfriArrowHold

tradfriArrowHold: "commandTradfriArrowHold" = "commandTradfriArrowHold"

Defined in controller/events.ts:46

tradfriArrowRelease

tradfriArrowRelease: "commandTradfriArrowRelease" = "commandTradfriArrowRelease"

Defined in controller/events.ts:47

tradfriArrowSingle

tradfriArrowSingle: "commandTradfriArrowSingle" = "commandTradfriArrowSingle"

Defined in controller/events.ts:45

upOpen

upOpen: "commandUpOpen" = "commandUpOpen"

Defined in controller/events.ts:61