Fixed build dist containing the correct structure and be able to build zip files explicitly.
Also fixed some compile warnings
This commit is contained in:
parent
c7f0d4e8b3
commit
1779916d97
111 changed files with 254 additions and 162 deletions
10
plugins/hal-zwave/resources/zwave-config/options.xml
Normal file
10
plugins/hal-zwave/resources/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