2019-04-26 21:37:05 +08:00
|
|
|
<Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
|
|
|
|
<!-- Linear WADWAZ-1 Door/Window Sensor -->
|
|
|
|
<CommandClass id="112">
|
|
|
|
<Value genre="config" index="1" label="External Switch" max="255" min="0" size="1" type="list" value="0">
|
|
|
|
<Help>External Switch Status</Help>
|
|
|
|
<Item label="On" value="255"/>
|
|
|
|
<Item label="Off" value="0"/>
|
|
|
|
</Value>
|
|
|
|
</CommandClass>
|
|
|
|
<!-- COMMAND_CLASS_BASIC -->
|
|
|
|
<CommandClass id="32">
|
|
|
|
<Compatibility>
|
|
|
|
<SetAsReport>true</SetAsReport>
|
|
|
|
</Compatibility>
|
|
|
|
</CommandClass>
|
|
|
|
<!-- COMMAND_CLASS_ALARM AlarmCmd_Get responds with an undocumented value -->
|
|
|
|
<CommandClass id="113">
|
|
|
|
<Compatibility>
|
|
|
|
<GetSupported>false</GetSupported>
|
|
|
|
</Compatibility>
|
|
|
|
</CommandClass>
|
|
|
|
<!-- COMMAND_CLASS_ASSOCIATION -->
|
|
|
|
<CommandClass id="133">
|
|
|
|
<Associations num_groups="1">
|
|
|
|
<Group index="1" label="All Reports" max_associations="5"/>
|
|
|
|
</Associations>
|
|
|
|
</CommandClass>
|
2017-07-22 08:10:01 -04:00
|
|
|
</Product>
|