forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
bundles/binding/org.openhab.binding.zwave/database/lscontrol/e861c.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Product> | ||
<Model>E861C</Model> | ||
<Label lang="en">Temperature Sensor</Label> | ||
<CommandClasses> | ||
<Class><id>0x20</id></Class> | ||
<Class><id>0x80</id></Class> | ||
<Class><id>0x86</id></Class> | ||
<Class><id>0x84</id></Class> | ||
<Class><id>0x70</id></Class> | ||
<Class><id>0x31</id></Class> | ||
<Class><id>0x72</id></Class> | ||
<Class><id>0x85</id></Class> | ||
</CommandClasses> | ||
<Configuration> | ||
<Parameter> | ||
<Index>1</Index> | ||
<Type>byte</Type> | ||
<Default>0</Default> | ||
<Size>1</Size> | ||
<Label lang="en">Delta Percentage</Label> | ||
<Help lang="en">2 % - 56 % -> Delta</Help> | ||
</Parameter> | ||
<Parameter> | ||
<Index>2</Index> | ||
<Type>byte</Type> | ||
<Default>0</Default> | ||
<Size>1</Size> | ||
<Label lang="en">Celsius/Fahrenheit</Label> | ||
<Help lang="en">0 - 64 -> Celsius : 64 - 127 -> Fahrenheit</Help> | ||
</Parameter> | ||
<Parameter> | ||
<Index>3</Index> | ||
<Type>byte</Type> | ||
<Default>0</Default> | ||
<Size>1</Size> | ||
<Label lang="en">Send Setpoint when WakeUp</Label> | ||
<Help lang="en">0 - 64 -> SEND : 64 - 127 -> DO NOT SEND</Help> | ||
</Parameter> | ||
</Configuration> | ||
<Associations> | ||
<Group> | ||
<Index>1</Index> | ||
<Maximum>5</Maximum> | ||
<Label lang="en">Status Reports</Label> | ||
<SetToController>true</SetToController> | ||
</Group> | ||
</Associations> | ||
</Product> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters