Skip to content

Commit

Permalink
Vixed formatting for plugin config example
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Dec 24, 2015
1 parent aeebb80 commit 0dfcd0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ hardware boards you use, e.g., your Raspberry Pi, an Arduino board attached via
or a remote board connected via etherport. The following configuration
is an example for pimatic on windows with an Arduino Nano connected via USB on COM4:

{
"plugin": "johnny-five",
"boards": [
{
"plugin": "johnny-five",
"boards": [
{
"id": "1",
"boardType": "arduino",
"port": "COM4",
}
]
}
]
}

The plugin has the following configuration properties:

Expand Down

0 comments on commit 0dfcd0b

Please sign in to comment.