-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added very quick README.me -- better than nothing
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
==Install== | ||
|
||
==Install== | ||
|
||
Install https://github.com/mysensors/Raspberry.git | ||
|
||
Compile this source | ||
|
||
==Usage== | ||
|
||
Usage: sudo ./openmilight [hdfslun:p:q:r:c:b:k:v:w:] | ||
|
||
-h Show this help | ||
-d Show debug output | ||
-f Fade mode | ||
-s Strobe mode | ||
-l Listening (receiving) mode | ||
-u UDP mode | ||
-n NN<dec> Resends of the same message | ||
-p PP<hex> Prefix value (Disco Mode) | ||
-q RR<hex> First byte of the remote | ||
-r RR<hex> Second byte of the remote | ||
-c CC<hex> Color byte | ||
-b BB<hex> Brightness byte | ||
-k KK<hex> Key byte | ||
-v SS<hex> Sequence byte | ||
-w SSPPRRRRCCBBKKNN<hex> Complete message to send | ||
|
||
Author: Roy Bakker (2015) | ||
|
||
Inspired by sources from: - https://github.com/henryk/ | ||
- http://torsten-traenkner.de/wissen/smarthome/openmilight.php | ||
|