Skip to content

Commit

Permalink
Moved the ProTips to the End.
Browse files Browse the repository at this point in the history
Moved the Pro Tips to the end since they are relevant after installation and then it made it easier to add the advanced RPI instructions. Used a `####` .. The H3 didn't show much of a difference.
  • Loading branch information
Carlo Costanzo authored and Carlo Costanzo committed Oct 14, 2015
1 parent 23652c5 commit 44adc11
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,6 @@ HTTP request you need to make.

You can find more examples in the [example config](/config/config.example.json).

## Protips

Here are few protips about Dash buttons that will help you plan how to use them.

* Dash buttons take about 5 seconds to trigger your action.
* Dash buttons are discrete buttons. There is no on or off. They just do a
single command.
* Dash buttons can not be used for another ~10 seconds after they've been pressed.

Dash buttons should be used to trigger specific things. I.E. a scene in
your home automation, as a way to turn everything off in your house, or
as a simple counter.

## Setup

You'll want to set up your Dash buttons as well as Dasher.
Expand Down Expand Up @@ -129,6 +116,20 @@ Listening for Dash buttons requires root. So you need to launch Dasher with sudo

sudo npm run start

## Protips

Here are few protips about Dash buttons that will help you plan how to use them.

* Dash buttons take about 5 seconds to trigger your action.
* Dash buttons are discrete buttons. There is no on or off. They just do a
single command.
* Dash buttons can not be used for another ~10 seconds after they've been pressed.

Dash buttons should be used to trigger specific things. I.E. a scene in
your home automation, as a way to turn everything off in your house, or
as a simple counter.

#### Raspberry Pi
Advanced information on autostarting Dasher on your Raspberry Pi can be found [here](https://github.com/maddox/dasher/wiki/Running-Dasher-on-a-Raspberry-Pi-at-startup).

## Contributions
Expand Down

0 comments on commit 44adc11

Please sign in to comment.