Skip to content

Latest commit

 

History

History
101 lines (80 loc) · 6.35 KB

_src_controller_events_.md

File metadata and controls

101 lines (80 loc) · 6.35 KB

zigbee-herdsman

Globals / "src/controller/events"

Module: "src/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" | "commandSetDataResponse" | "commandGetWeeklyScheduleRsp" | "commandQueryNextImageRequest" | "commandNotification" | "commandAlertsNotification" | "commandProgrammingEventNotification" | "commandGetPinCodeRsp" | "commandArrivalSensorNotify" | "commandCommisioningNotification" | "commandAtHome" | "commandGoOut" | "commandCinema" | "commandRepast" | "commandSleep" | "commandStudyKeyRsp" | "commandCreateIdRsp" | "commandGetIdAndKeyCodeListRsp" | "commandSetTimeRequest" | "commandGetPanelStatus"

Defined in src/controller/events.ts:91

Object literals

CommandsLookup

Const CommandsLookup: object

Defined in src/controller/events.ts:30

Properties:

Name Type Value
alertsNotification "commandAlertsNotification" "commandAlertsNotification"
arm "commandArm" "commandArm"
arrivalSensorNotify "commandArrivalSensorNotify" "commandArrivalSensorNotify"
atHome "commandAtHome" "commandAtHome"
cinema "commandCinema" "commandCinema"
colorLoopSet "commandColorLoopSet" "commandColorLoopSet"
commisioningNotification "commandCommisioningNotification" "commandCommisioningNotification"
createIdRsp "commandCreateIdRsp" "commandCreateIdRsp"
downClose "commandDownClose" "commandDownClose"
emergency "commandEmergency" "commandEmergency"
enhancedMoveToHueAndSaturation "commandEnhancedMoveToHueAndSaturation" "commandEnhancedMoveToHueAndSaturation"
getData "commandGetData" "commandGetData"
getIdAndKeyCodeListRsp "commandGetIdAndKeyCodeListRsp" "commandGetIdAndKeyCodeListRsp"
getPanelStatus "commandGetPanelStatus" "commandGetPanelStatus"
getPinCodeRsp "commandGetPinCodeRsp" "commandGetPinCodeRsp"
getWeeklyScheduleRsp "commandGetWeeklyScheduleRsp" "commandGetWeeklyScheduleRsp"
goOut "commandGoOut" "commandGoOut"
hueNotification "commandHueNotification" "commandHueNotification"
move "commandMove" "commandMove"
moveColorTemp "commandMoveColorTemp" "commandMoveColorTemp"
moveHue "commandMoveHue" "commandMoveHue"
moveToColor "commandMoveToColor" "commandMoveToColor"
moveToColorTemp "commandMoveToColorTemp" "commandMoveToColorTemp"
moveToLevel "commandMoveToLevel" "commandMoveToLevel"
moveToLevelWithOnOff "commandMoveToLevelWithOnOff" "commandMoveToLevelWithOnOff"
moveToSaturation "commandMoveToSaturation" "commandMoveToSaturation"
moveWithOnOff "commandMoveWithOnOff" "commandMoveWithOnOff"
notification "commandNotification" "commandNotification"
off "commandOff" "commandOff"
offWithEffect "commandOffWithEffect" "commandOffWithEffect"
on "commandOn" "commandOn"
onWithTimedOff "commandOnWithTimedOff" "commandOnWithTimedOff"
operationEventNotification "commandOperationEventNotification" "commandOperationEventNotification"
panic "commandPanic" "commandPanic"
programmingEventNotification "commandProgrammingEventNotification" "commandProgrammingEventNotification"
queryNextImageRequest "commandQueryNextImageRequest" "commandQueryNextImageRequest"
recall "commandRecall" "commandRecall"
repast "commandRepast" "commandRepast"
setDataResponse "commandSetDataResponse" "commandSetDataResponse"
setTimeRequest "commandSetTimeRequest" "commandSetTimeRequest"
sleep "commandSleep" "commandSleep"
statusChangeNotification "commandStatusChangeNotification" "commandStatusChangeNotification"
step "commandStep" "commandStep"
stepColorTemp "commandStepColorTemp" "commandStepColorTemp"
stepWithOnOff "commandStepWithOnOff" "commandStepWithOnOff"
stop "commandStop" "commandStop"
stopWithOnOff "commandStopWithOnOff" "commandStopWithOnOff"
studyKeyRsp "commandStudyKeyRsp" "commandStudyKeyRsp"
toggle "commandToggle" "commandToggle"
tradfriArrowHold "commandTradfriArrowHold" "commandTradfriArrowHold"
tradfriArrowRelease "commandTradfriArrowRelease" "commandTradfriArrowRelease"
tradfriArrowSingle "commandTradfriArrowSingle" "commandTradfriArrowSingle"
upOpen "commandUpOpen" "commandUpOpen"