configure_daylight_sensor {PhilipsHue} | R Documentation |
Configure Built-In Daylight Sensor
Description
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
).
Usage
configure_daylight_sensor(
lat,
lon,
sunriseoffset = 30,
sunsetoffset = -30,
id = 1
)
Arguments
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 |
Value
Returns TRUE
(invisibly) upon success.
See Also
https://developers.meethue.com/develop/hue-api/supported-devices/#supportred-sensors
[Package PhilipsHue version 1.0.0 Index]