<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gohue, branch master</title>
<subtitle>Phillips Hue API client in Go.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/'/>
<entry>
<title>Add capabilities to Light struct</title>
<updated>2018-05-24T03:15:29+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2018-05-24T03:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=32d8e201749f37fda7607408ae3d89d58ebf685f'/>
<id>32d8e201749f37fda7607408ae3d89d58ebf685f</id>
<content type='text'>
The Hue API returns a "capabilities" key along with each light that
specifies the parameters available for the light. These capabilities
allow subsequent requests/settings to be made more intelligently
depending on the features supported by the luminaire.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Hue API returns a "capabilities" key along with each light that
specifies the parameters available for the light. These capabilities
allow subsequent requests/settings to be made more intelligently
depending on the features supported by the luminaire.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for #13 import collision in example code</title>
<updated>2018-04-04T01:32:27+00:00</updated>
<author>
<name>Collinux</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2018-04-04T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=9baef1639cd3efb39b003b76d618a70757a414b4'/>
<id>9baef1639cd3efb39b003b76d618a70757a414b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2018-03-06T01:22:38+00:00</updated>
<author>
<name>Collinux</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2018-03-06T01:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=da5af3cb8d660b039ab64741abe18190ba050ddd'/>
<id>da5af3cb8d660b039ab64741abe18190ba050ddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extra details about library use.</title>
<updated>2018-01-07T17:41:26+00:00</updated>
<author>
<name>Collin</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2018-01-07T17:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=7608aeb8c409f330ded6f3bef54f1d48acaa04d4'/>
<id>7608aeb8c409f330ded6f3bef54f1d48acaa04d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12 from realytcracker/master</title>
<updated>2017-03-25T16:47:59+00:00</updated>
<author>
<name>Collin Guarino</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2017-03-25T16:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=040a451a6848cd90e505200290f302f15c53fb84'/>
<id>040a451a6848cd90e505200290f302f15c53fb84</id>
<content type='text'>
Removed redundant light.On calls from README example</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed redundant light.On calls from README example</pre>
</div>
</content>
</entry>
<entry>
<title>Removed redundant light.On calls</title>
<updated>2017-03-25T09:04:44+00:00</updated>
<author>
<name>realytcracker</name>
<email>rapper@gmail.com</email>
</author>
<published>2017-03-25T09:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=5b765925542b5502a4c4196389cd8d85f53ef7c6'/>
<id>5b765925542b5502a4c4196389cd8d85f53ef7c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11 from EvanPurkhiser/fix-action-types</title>
<updated>2017-03-18T00:38:51+00:00</updated>
<author>
<name>Collin Guarino</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2017-03-18T00:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=4f55f62ea95532c37630cd160164b823c200fb8c'/>
<id>4f55f62ea95532c37630cd160164b823c200fb8c</id>
<content type='text'>
Correct some Action fields to be pointers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct some Action fields to be pointers</pre>
</div>
</content>
</entry>
<entry>
<title>Correct some Action fields to be pointers</title>
<updated>2017-03-17T05:42:41+00:00</updated>
<author>
<name>Evan Purkhiser</name>
<email>evanpurkhiser@gmail.com</email>
</author>
<published>2016-11-04T07:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=21d7ece211db34c6890dffa1658037ee51709e33'/>
<id>21d7ece211db34c6890dffa1658037ee51709e33</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved "See GoHue in action" below the intro</title>
<updated>2017-03-09T15:33:38+00:00</updated>
<author>
<name>Collin Guarino</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2017-03-09T15:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=3e81062ffd8176266823483e111bd44bce449505'/>
<id>3e81062ffd8176266823483e111bd44bce449505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved "See GoHue in action" towards the top</title>
<updated>2017-03-08T22:56:10+00:00</updated>
<author>
<name>Collin Guarino</name>
<email>Collinux@users.noreply.github.com</email>
</author>
<published>2017-03-08T22:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/gohue/commit/?id=5665856e0614de276e6a1059c2323b079f92bba8'/>
<id>5665856e0614de276e6a1059c2323b079f92bba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
