Added config files for Zwave and added better logging
This commit is contained in:
parent
b7c7913c92
commit
d12c378b4f
102 changed files with 8169 additions and 39 deletions
10
plugins/hal-zwave/config/options.xml
Normal file
10
plugins/hal-zwave/config/options.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- To be effective, this file should be placed in the user data folder specified in the Options::Create method -->
|
||||
<Options xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<Option name="logging" value="true" />
|
||||
<Option name="Associate" value="true" />
|
||||
<Option name="NotifyTransactions" value="false" />
|
||||
<Option name="DriverMaxAttempts" value="5" />
|
||||
<Option name="SaveConfiguration" value="true" />
|
||||
<!-- <Option name="RetryTimeout" value="40000" /> -->
|
||||
</Options>
|
||||
Loading…
Add table
Add a link
Reference in a new issue