Skip to content

Commit

Permalink
add missing size attribute on list type for aeon-labs products
Browse files Browse the repository at this point in the history
  • Loading branch information
nechry committed Nov 9, 2016
1 parent 72c20e9 commit 0b1eef4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/aeotec/dsc19103.xml
Expand Up @@ -150,7 +150,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584517
<Item label="Unidentified Mode" value="255" />
</Value>
<!-- This is only present in Firmware 1.20
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/aeotec/zw062.xml
Expand Up @@ -145,7 +145,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584687
<Item label="Start the pairing of Sensor" value="1431655681"/>
<Item label="Pairing is successful" value="511"/>
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/aeotec/zw089.xml
Expand Up @@ -48,7 +48,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584697
<Item label="Sensor Binary Report" value="16"/>
<Item label="Basic Set and Sensor Binary Report" value="272"/>
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/aeotec/zw090.xml
Expand Up @@ -33,7 +33,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584703
<Value type="int" index="243" genre="config" label="Security network key" size="16">
<Help></Help>
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/aeotec/zw095.xml
Expand Up @@ -194,7 +194,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584689
<Item label="Aeon Labs Standard Product" value="0" />
<Item label="Other" value="1" />
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/aeotec/zw098.xml
Expand Up @@ -43,7 +43,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584691
<Value type="list" index="200" genre="config" label="Partner ID" units="" min="0" max="1" size="1" value="0">
<Item label="Aeon Labs Standard Product" value="0" />
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" size="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down
1 change: 0 additions & 1 deletion config/aeotec/zw112.xml
Expand Up @@ -35,7 +35,6 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6014057567
<Item label="Sensor Binary Report" value="2"/>
<Item label="Basic Set and Sensor Binary Report" value="3"/>
</Value>
<Value type="list" genre="config" index="252" label="Lock/Unlock Configuration" min="0" max="1" value="0">
<Help>Lock/ unlock all configuration parameters</Help>
<Item label="Unlock" value="0"/>
<Item label="Lock" value="1"/>
Expand Down

0 comments on commit 0b1eef4

Please sign in to comment.