Learn R Programming

PhilipsHue (version 1.0.0)

schedules: Hue API: schedules endpoints

Description

Hue API: schedules endpoints

Usage

create_schedule(...)

get_schedules()

get_schedule(id)

set_schedule_attributes(id, ...)

delete_schedule(id)

Arguments

...

named parameters describing schedule attributes (e.g. name = "foo")

id

ID of a specific schedule

Value

Requests that create resources return the ID of the newly created item, requests with side effects return TRUE upon success, and GET requests return the response content, parsed into a list.

See Also

https://developers.meethue.com/develop/hue-api/3-schedules-api/