Skip to content

Commit

Permalink
add extra color URIs supported
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jan 4, 2022
1 parent e7c16f8 commit 38f184f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ npm start 8754
- `time` -- time in seconds between colors (default: 0.1)
- `repeats` -- number of times to blink pattern (default: 3)
- `/blink1/on` -- turn blink(1) on to full-on white (#FFFFFF)
- `/blink1/red` -- turn blink(1) red (#FF0000)
- `/blink1/green` -- turn blink(1) green (#00FF00)
- `/blink1/blue` -- turn blink(1) blue (#000000)
- `/blink1/yellow` -- turn blink(1) yellow (#FFFF00)
- `/blink1/cyan` -- turn blink(1) cyan (#00FFFF)
- `/blink1/magenta` -- turn blink(1) magenta (#FF00FF)
- `/blink1/off` -- turn blink(1) off (#000000)

### Examples:
Expand Down

0 comments on commit 38f184f

Please sign in to comment.