Update z-wave.markdown (#836)

minor adjustment
This commit is contained in:
devdelay 2016-08-26 05:45:23 -04:00 committed by Fabian Affolter
parent 6071e11663
commit e76d858db6

View File

@ -96,11 +96,11 @@ Security Z-Wave devices require a network key before being added to the network
Edit your options.xml file:
```
```bash
<!-- <Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F 0x10" /> -->
```
> Uncomment the line:
```
Uncomment the line:
```bash
<Option name="NetworkKey" value="0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10" />
```