mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
12 lines
443 B
XML
12 lines
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="1">
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="20" genre="config" label="Change Open/Close Report Method" size="1" value="1">
|
|
<Item label="Notification" value="1" />
|
|
<Item label="Basic Set" value="2" />
|
|
<Item label="Basic Report" value="3" />
|
|
</Value>
|
|
</CommandClass>
|
|
</Product>
|
|
|