Difference between revisions of "JavaScript Callback Functions API"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== System Functions == | == System Functions == | ||
+ | |||
+ | DaylightEvent | ||
+ | |||
+ | haActiveEvent | ||
+ | |||
+ | PowerEvent | ||
+ | |||
+ | programTimerEvent | ||
+ | |||
+ | SchedulerEvent | ||
+ | |||
+ | StartupEvent | ||
+ | |||
+ | SunPositionEvent | ||
+ | |||
+ | TimeEvent | ||
+ | |||
+ | varEvent | ||
+ | |||
+ | |||
+ | == Cameras == | ||
+ | |||
+ | CameraCommandEvent | ||
+ | |||
+ | CameraMotionEvent | ||
+ | |||
+ | CameraViewEvent | ||
+ | |||
+ | |||
+ | == DMX == | ||
+ | |||
+ | DmxEvent | ||
+ | |||
+ | DmxFilter | ||
+ | |||
+ | DmxStartupEvent | ||
+ | |||
+ | == Infrared Control == | ||
+ | |||
+ | IREvent | ||
== I/O Servers == | == I/O Servers == | ||
+ | |||
+ | IOEvent | ||
+ | |||
+ | IOStartupEvent | ||
+ | |||
+ | |||
+ | == Network Location Services == | ||
+ | |||
+ | LocationEvent | ||
+ | |||
+ | == Modbus == | ||
+ | |||
+ | ModbusEvent | ||
+ | |||
+ | |||
+ | == PBX == | ||
+ | |||
+ | PBXCallEvent | ||
+ | |||
+ | |||
+ | == Squeezebox == | ||
+ | |||
+ | SlimPowerEvent | ||
+ | |||
+ | SlimStatusEvent | ||
+ | |||
+ | SlimVolumeEvent | ||
+ | |||
+ | == Timers and Schedulers == | ||
+ | |||
+ | UserTimerEvent | ||
+ | |||
+ | |||
+ | == User Interface == | ||
+ | |||
+ | pageEvent | ||
+ | |||
+ | uiClearEvent | ||
+ | |||
+ | userCommand | ||
+ | |||
+ | userSubmit | ||
+ | |||
+ | WebRootRequestEvent | ||
+ | |||
= Command and Utility Functions = | = Command and Utility Functions = |
Revision as of 18:08, 30 January 2014
Contents
Callback Functions
System Functions
DaylightEvent
haActiveEvent
PowerEvent
programTimerEvent
SchedulerEvent
StartupEvent
SunPositionEvent
TimeEvent
varEvent
Cameras
CameraCommandEvent
CameraMotionEvent
CameraViewEvent
DMX
DmxEvent
DmxFilter
DmxStartupEvent
Infrared Control
IREvent
I/O Servers
IOEvent
IOStartupEvent
Network Location Services
LocationEvent
Modbus
ModbusEvent
PBX
PBXCallEvent
Squeezebox
SlimPowerEvent
SlimStatusEvent
SlimVolumeEvent
Timers and Schedulers
UserTimerEvent
User Interface
pageEvent
uiClearEvent
userCommand
userSubmit
WebRootRequestEvent