mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
Update Config File Checking for vindex in config files - For PR #840
This commit is contained in:
parent
fa333a6cff
commit
82abfb2d7f
3 changed files with 894 additions and 893 deletions
|
@ -263,6 +263,7 @@
|
|||
<xs:attribute name='units' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='min' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='max' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='vindex' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='value' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='length' type='xs:string' use='optional'/>
|
||||
<xs:attribute name='read_only' use='optional'>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112" name="COMMAND_CLASS_CONFIGURATION">
|
||||
<Value type="byte" index="0" genre="config" label="Basic Set Level" units="" min="0" max="99" value="99">
|
||||
|
@ -32,10 +32,10 @@
|
|||
|
||||
<!-- COMMAND_CLASS_ALARM. -->
|
||||
<CommandClass id="113" name="COMMAND_CLASS_ALARM">
|
||||
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="12">
|
||||
<Value type="byte" genre="user" instance="1" index="0" label="Alarm Type" units="" read_only="true" write_only="false" verify_changes="false" min="0" max="255" value="12">
|
||||
<Help>Grouping 1, afterward, LED will light up for 1 sec to remind user when HSM02 is triggered due to open or close incidents.</Help>
|
||||
</Value>
|
||||
<Value type="list" genre="user" instance="1" index="1" label="Alarm Report" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" vindex="0" value="0" size="1">
|
||||
<Value type="list" genre="user" instance="1" index="1" label="Alarm Report" read_only="true" write_only="false" verify_changes="false" vindex="0" value="0" size="1">
|
||||
<Help>
|
||||
No alarm : There is no alarm to report.
|
||||
Power applied : Once the power has been applied, Alarm Report Command will be sent to
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue