mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
21 lines
994 B
XML
21 lines
994 B
XML
<!-- Vision ZG8101 -->
|
|
<Product Revision="2" xmlns="https://github.com/OpenZWave/open-zwave">
|
|
<!-- COMMAND_CLASS_CONFIGURATION -->
|
|
<!-- IMPORTANT: Controllers may only allow to configure signed values.
|
|
In order to set values in the range 128...255 the value sent in the application shall be the desired value minus 256.
|
|
For example: to set a parameter to 200? it may be needed to set a value of 200 minus 256 = minus 56.
|
|
In case of two byte value the same logic applies: Values greater than 32768 may needed to be given as negative values too.-->
|
|
|
|
<!-- COMMAND_CLASS_BASIC -->
|
|
<CommandClass id="32">
|
|
<Compatibility>
|
|
<SetAsReport>true</SetAsReport>
|
|
</Compatibility>
|
|
</CommandClass>
|
|
<!-- COMMAND_CLASS_ASSOCIATION -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="1">
|
|
<Group index="1" label="Control Command when trip" max_associations="5"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
</Product>
|