Description Usage Arguments Value Examples
Make sure the bridge's button was pressed no longer than 30s prior to calling this function!
1 | create_user(bridge_url, app_name, device_name)
|
bridge_url |
Hue bridge URL E.g. "http://192.168.1.100" |
app_name |
Arbitrary name (See Hue API Documentation) |
device_name |
Arbitrary name (See Hue API Documentation) |
A new username (character)
1 2 3 4 | ## Not run:
create_user("http://192.168.1.100", "rhue", "test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.