Skip to content

Commit

Permalink
Fix formatting of example MAC address in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Sep 15, 2016
1 parent 65322f6 commit afa9964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -15,12 +15,12 @@ These are typically listed to be used with the "iTracing" mobile app.
{
"accessory": "Bluetooth Tag",
"name": "Bedroom Light Switch",
"address": "0123456789ab"
"address": "01:23:45:67:89:ab"
}
]
```

The `address` is optional. If omitted, the first device found will be used.
It is however recommended to set the address to avoid inadvertent connection to the wrong device.
The easiest way to find the address is to start the plugin without an address and then check the logs.
You should see output like `connecting iTAG (0123456789ab)`.
You should see output like `connecting iTAG (01:23:45:67:89:ab)`.

0 comments on commit afa9964

Please sign in to comment.