Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix README headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiedlarek committed Nov 4, 2015
1 parent 41818b8 commit ab7347b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ through MQTT. For home automation and Internet of Things.

## Running

java -jar -Dwinthing.brokerUrl=tcp://localhost:1883 \
target/winthing-1.0.0-SNAPSHOT.jar

## Supported messages

The payload of all messages is either empty or a valid JSON element
(possibly a privimite, like a single integer).
java -jar -Dwinthing.brokerUrl=tcp://localhost:1883 target/winthing-1.0.0-SNAPSHOT.jar

## Configuration

Expand All @@ -31,6 +25,11 @@ Configuration can be passed either by Java system properties from command line o
<tr><td> winthing.reconnectInterval </td><td> Time interval between connection attempts in seconds. </td><td> 5 </td></tr>
</table>

## Supported messages

The payload of all messages is either empty or a valid JSON element
(possibly a privimite, like a single integer).

### Broadcasted status

#### System
Expand Down

0 comments on commit ab7347b

Please sign in to comment.