Difference between revisions of "JavaScript Callback Functions API"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Called at sunrise and sunset, according to the latitude and longitude values set in hsyco.ini, and the optional SunriseOffsetMinutes and SunsetOffsetMinutes parameters. | Called at sunrise and sunset, according to the latitude and longitude values set in hsyco.ini, and the optional SunriseOffsetMinutes and SunsetOffsetMinutes parameters. | ||
− | Parameters: | + | '''Parameters:''' |
* day: boolean - true at sunrise, false at sunset. | * day: boolean - true at sunrise, false at sunset. | ||
Line 25: | Line 25: | ||
=== varEvent === | === varEvent === | ||
− | |||
== Cameras == | == Cameras == |
Revision as of 18:36, 30 January 2014
Contents
Callback Functions
System Functions
DaylightEvent(day)
Called at sunrise and sunset, according to the latitude and longitude values set in hsyco.ini, and the optional SunriseOffsetMinutes and SunsetOffsetMinutes parameters.
Parameters:
- day: boolean - true at sunrise, false at sunset.