Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and implement new set_rgb packet type #10

Closed
wants to merge 2 commits into from

Conversation

DDRBoxman
Copy link

This packet allows setting the rgb values to attached RGB LEDs or LED strips.

@@ -291,6 +291,11 @@ class SetOutputCommand(Message):
output_id = Uint8Field(0x01)
output_mode = OutputField(0x02)

class SetOutputCommand(Message):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class needs a unique name (will clobber existing SetOutputCommand message type).

please add an extra line above (2 blank lines between classes)

@mik3y
Copy link
Member

mik3y commented Aug 22, 2013

Looks neat.

Occurs to me that we probably need a new part of the docs to describe all the optional things that can be flipped on, like this, wiegand RFID, etc.. Opened separate issue #11.

This packet allows setting the rgb values to attached RGB LEDs or LED
strips
@mik3y mik3y closed this Dec 14, 2017
@mik3y mik3y reopened this Dec 14, 2017
@mik3y
Copy link
Member

mik3y commented Dec 14, 2017

Doing some cleanup, unfortunately this has merge conflicts which I don't have time to fix. Not sure if there's interest in this feature so closing, but please rebase and re-open if there is & I'll get on it!

@mik3y mik3y closed this Dec 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants