Age | Commit message (Collapse) | Author |
|
|
|
|
|
Removed redundant light.On calls from README example
|
|
|
|
Correct some Action fields to be pointers
|
|
Since we specify omitempty on all Action fields it's important that
fields whose empty values are valid values to marshal, we must use
pointer types, so that the empty value is nil, not the empty value of
the type
For example, prior to this change you could not specify On: false and
have it correctly be marshaled into a Action JSON.
|
|
|
|
|
|
|
|
various formatting changes, timeout added, SetColorHS
|
|
|
|
|
|
|
|
|
|
Remove logging output
|
|
|
|
Added Go Report Card score to README and fixed issues lowering score related to formatting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add (scene) functions
|
|
|
|
|
|
|
|
|
|
Added "HueBeat" by Mobilpadde as an example implementation.
|
|
|
|
return []Bridge instead of just the first one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
line spacing.
|
|
|
|
causing a nil pointer.
|