configure_daylight_sensor | R Documentation |
Supported sensors for the Hue bridge include a virtual daylight sensor that
calculates sunrise and sunset times based on your location. This function
helps configure the built-in daylight sensor (id = 1
).
configure_daylight_sensor( lat, lon, sunriseoffset = 30, sunsetoffset = -30, id = 1 )
lat |
latitude (in decimal degrees). Positive north; negative south. |
lon |
longitude (in decimal degrees). Positive east; negative west. |
sunriseoffset |
"daylight" begins |
sunsetoffset |
"daylight" ends |
id |
ID of the daylight sensor |
Returns TRUE
(invisibly) upon success.
https://developers.meethue.com/develop/hue-api/supported-devices/#supportred-sensors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.