mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
46 lines
2.3 KiB
XML
46 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!--
|
|
Wenzhou TKB Control System TZ79 Power meter Relay Switch
|
|
-->
|
|
<!-- Configuration -->
|
|
<CommandClass id="112">
|
|
<Value type="list" genre="config" instance="1" index="1" label="LED Behaviour" value="1" size="1">
|
|
<Help>Defines the behavior of the LED.</Help>
|
|
<Item label="Normal" value="0"/>
|
|
<Item label="Inverted" value="1"/>
|
|
</Value>
|
|
<Value type="list" genre="config" instance="1" index="2" label="Memory function" value="1" size="1">
|
|
<Help></Help>
|
|
<Item label="Disable" value="0"/>
|
|
<Item label="Enable" value="1"/>
|
|
</Value>
|
|
<Value type="short" genre="config" instance="1" index="3" label="Watt meter report period" min="1" max="32767" units="5 sec" value="720">
|
|
<Help>If the setting is configured for 1 hour (value=720), the TZ79 will report its instant power consumption every 1 hour.</Help>
|
|
</Value>
|
|
<Value type="short" genre="config" instance="1" index="4" label="kWh meter report period" min="1" max="32767" units="10 min" value="6">
|
|
<Help>If the setting is configured for 1 hour (value=6), the TZ79 will report its accumulated power consumption (kWh) every 1 hour.</Help>
|
|
</Value>
|
|
<Value type="short" genre="config" instance="1" index="5" label="Threshold of Watt for Load Caution" min="10" max="3000" units="Watt" value="3000">
|
|
<Help></Help>
|
|
</Value>
|
|
<Value type="short" genre="config" instance="1" index="6" label="Threshold of Kwh for Load Caution" min="0" max="10000" units="Kwh" value="0">
|
|
<Help></Help>
|
|
</Value>
|
|
<Value type="list" genre="config" instance="1" index="7" label="Mode" value="3" size="1">
|
|
<Help></Help>
|
|
<Item label="Edge" value="1"/>
|
|
<Item label="Pulse" value="2"/>
|
|
<Item label="Edge-toggle" value="3"/>
|
|
</Value>
|
|
</CommandClass>
|
|
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="2">
|
|
<Group index="1" max_associations="5" label="Lifeline" />
|
|
<Group index="2" max_associations="5" label="Group2" />
|
|
</Associations>
|
|
</CommandClass>
|
|
|
|
</Product>
|