magicmonkey / lifxjs

JS library for LIFX bulbs
MIT License
276 stars 63 forks source link

Near complete documentation of packet types and payloads #9

Closed riverar closed 10 years ago

riverar commented 10 years ago

Documentation is starting to get pretty lengthy, not sure how well the Github wiki stuff works. Also, hope you don't take offense to some of the language edits. For example, Get/Set seem to be more natural vs. Request/Receive or Request/Set.

I also renamed some packets and payloads to align with the "official" app implementations. It's not ideal in some cases but it'll lessen confusion when the official SDK lands. (Assuming the app implementations are right... )

magicmonkey commented 10 years ago

That's great, thanks for this - I don't mind about the renames, I to'd and fro'd a bit about it because of the asynchronous nature of the whole thing, but as long as it's consistent and understandable it's fine. Again, thanks for all of your effort with this!