Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
151
plugins/hal-zwave/resources/config/aeon_labs/ses.xml
Normal file
151
plugins/hal-zwave/resources/config/aeon_labs/ses.xml
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="list" index="1" genre="config" label="Report type" units="" min="0" max="1" size="1" value="0">
|
||||
<Help>
|
||||
Defines the contents of Multilevel Sensor Report after Multilevel Sensor Get received.
|
||||
</Help>
|
||||
<Item label="Power" value="0" />
|
||||
<Item label="Voltage" value="1" />
|
||||
</Value>
|
||||
<Value type="short" index="2" genre="config" label="Blinking behavior" units="" min="0" max="65535" write_only="true" value="0">
|
||||
<Help>
|
||||
This is actually a double byte value. The LSB defines the total time the device needs to blink in seconds. The MSB defines the on/off interval of the blink in tenths of seconds.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="list" index="80" genre="config" label="Notification status" units="" size="1" value="0">
|
||||
<Help>
|
||||
Enables automatic notifications to associated devices whenever there is a state change.
|
||||
</Help>
|
||||
<Item label="None" value="0" />
|
||||
<Item label="Hail" value="1" />
|
||||
<Item label="Basic" value="2" />
|
||||
</Value>
|
||||
<Value type="bool" index="90" genre="config" label="Enable Wattage Reports" units="" value="0">
|
||||
<Help>
|
||||
Enable/disable Wattage threshold and percent.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" index="91" genre="config" label="Wattage threshold" units="watts" min="0" max="32000" value="50">
|
||||
<Help>
|
||||
The minimum change in wattage for a report to be sent.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="92" genre="config" label="Wattage threshold percent" units="%" min="0" max="99" value="10">
|
||||
<Help>
|
||||
Minimum change in percent of wattage to send a report.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="button" index="100" genre="config" label="Default Group Reports" units="" write_only="true" value="0" affects="101,102,103">
|
||||
<Help>
|
||||
Set report types for groups 1, 2 and 3 to default. Reverts to 0
|
||||
after set.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="101" genre="config" label="Report type G1" units="" value="8">
|
||||
<Help>
|
||||
Defines the type of report sent for reporting group 1. 2 is multisensor report. 4 is meter report for watts. 8 is meter report for kilowatts.
|
||||
Value 1 (msb) Reserved
|
||||
Value 2 Reserved
|
||||
Value 3 Reserved
|
||||
Value 4 (lsb) bits 7-4 reserved
|
||||
bit 3 MRC(KWH)
|
||||
bit 2 MRC(watt)
|
||||
bit 1 MSRC
|
||||
bit 0 reserved
|
||||
|
||||
The MRC(KWH) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(KWh) automatically.
|
||||
|
||||
The MRC(Watt) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(wattage) automatically.
|
||||
|
||||
The MSRC flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Multilevel Sensor Report Command(wattage) automatically.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="102" genre="config" label="Report type G2" units="" value="0">
|
||||
<Help>
|
||||
Defines the type of report sent for reporting group 2. 2 is multisensor report. 4 is meter report for watts. 8 is meter report for kilowatts.
|
||||
Value 1 (msb) Reserved
|
||||
Value 2 Reserved
|
||||
Value 3 Reserved
|
||||
Value 4 (lsb) bits 7-4 reserved
|
||||
bit 3 MRC(KWH)
|
||||
bit 2 MRC(watt)
|
||||
bit 1 MSRC
|
||||
bit 0 reserved
|
||||
|
||||
The MRC(KWH) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(KWh) automatically.
|
||||
|
||||
The MRC(Watt) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(wattage) automatically.
|
||||
|
||||
The MSRC flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Multilevel Sensor Report Command(wattage) automatically.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="103" genre="config" label="Report type G3" units="" value="0">
|
||||
<Help>
|
||||
Defines the type of report sent for reporting group 3. 2 is multisensor report. 4 is meter report for watts. 8 is meter report for kilowatts.
|
||||
Value 1 (msb) Reserved
|
||||
Value 2 Reserved
|
||||
Value 3 Reserved
|
||||
Value 4 (lsb) bits 7-4 reserved
|
||||
bit 3 MRC(KWH)
|
||||
bit 2 MRC(watt)
|
||||
bit 1 MSRC
|
||||
bit 0 reserved
|
||||
|
||||
The MRC(KWH) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(KWh) automatically.
|
||||
|
||||
The MRC(Watt) flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Meter Report Command(wattage) automatically.
|
||||
|
||||
The MSRC flag signals that Report Group 1 send(1) or don't send(0)
|
||||
Multilevel Sensor Report Command(wattage) automatically.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="button" index="110" genre="config" label="Default Group Time" units="" write_only="true" value="0" affects="111,112,113">
|
||||
<Help>
|
||||
Set time interval for sending reports for groups 1, 2 and 3 to default.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="111" genre="config" label="Send interval G1" units="seconds" min="0" max="65535" value="600">
|
||||
<Help>
|
||||
Defines the time interval when the defined report for group 1 is sent.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="112" genre="config" label="Send interval G2" units="seconds" min="0" max="65535" value="600">
|
||||
<Help>
|
||||
Defines the time interval when the defined report for group 2 is sent.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="int" index="113" genre="config" label="Send interval G3" units="seconds" min="0" max="65535" value="600">
|
||||
<Help>
|
||||
Defines the time interval when the defined report for group 3 is sent.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="short" index="254" genre="config" label="Device tag" units="" min="0" max="65535" value="0">
|
||||
<Help>
|
||||
Device tag.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="button" index="255" genre="config" label="Reset device" units="" write_only="true" value="0">
|
||||
<Help>
|
||||
Reset to the default configuration.
|
||||
</Help>
|
||||
</Value>
|
||||
</CommandClass>
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="5" label="Reports" auto="true" />
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
</Product>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue