Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2017-06-03 09:37:04 +02:00
commit 89237a4b2a
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
58 changed files with 652 additions and 360 deletions

View file

@ -52,6 +52,11 @@ To find the path of your Z-Wave USB stick or module, run:
$ ls /dev/ttyUSB*
```
Or, if there is no result try to find detailed USB connection info with:
```bash
$ dmesg | grep USB
```
Or, on some other systems (such as Raspberry Pi), use:
```bash