Skip to content

Commit

Permalink
Add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tessro committed May 4, 2021
1 parent b3d3145 commit 3016bd3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Picoleaf

Picoleaf is a tiny CLI tool for controlling Nanoleaf.

## Usage

```bash
# Power
picoleaf on # Turn Nanoleaf on
picoleaf off # Turn Nanoleaf off

# Colors
picoleaf hsl <hue> <saturation> <luminosity> # Set Nanoleaf to the provided HSL

# Effects
picoleaf effect list # List installed effects
picoleaf effect select <name> # Activate the named effect
```

0 comments on commit 3016bd3

Please sign in to comment.