rules: Hue API: rules endpoints

Description Usage Arguments Value See Also

Description

Hue API: rules endpoints

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

Arguments

name

name to assign to the rule

conditions

a list of conditions (e.g. the result of a call to condition() )

actions

a list of actions (e.g. the result of a call to action() )

return_id

when creating a new resource, the default is to return TRUE (invisibly) upon success; setting return_id = TRUE will return the ID of the newly created resource instead.

id

id of a specific rule

Value

Requests with side effects return TRUE (invisibly) upon success. GET requests return the response content, parsed into a list.

See Also

https://developers.meethue.com/documentation/rules-api


fascinatingfingers/PhilipsHue documentation built on Nov. 25, 2019, 2:22 a.m.