Skip to content

Commit

Permalink
Merge pull request openhab#1555 from cdjackson/zwave-fibaro_unsigned_…
Browse files Browse the repository at this point in the history
…values

Update Fibaro devices with value 255 used in a list.
  • Loading branch information
cdjackson committed Oct 15, 2014
2 parents cb25431 + ecf2d2a commit efb1bfe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<Label lang="en">ALARM WATER</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">BASIC_SET</Label>
</Item>
<Help lang="en">Type of transmitted control frame for association group 1, activated via input IN1. The parameter allows to specify the type of alarm frame or to force transmission of control commands (BASIC_SET)</Help>
Expand Down Expand Up @@ -152,7 +152,7 @@
<Label lang="en">ALARM WATER</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">BASIC_SET</Label>
</Item>
<Help lang="en">Type of transmitted control frame for association group 2, activated via input IN2. The parameter allows to specify the type of alarm frame or to force transmission of control commands (BASIC_SET)</Help>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Label lang="en">ALL ON active / ALL OFF disabled</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">ALL ON active / ALL OFF active</Label>
</Item>
<Help lang="en">Activate/Deactive ALL ON/OFF</Help>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Parameter>
<Index>5</Index>
<Type>list</Type>
<Default>255</Default>
<Default>-1</Default>
<Size>1</Size>
<Label lang="en">Type of transmitted control frame for association
group 1
Expand Down Expand Up @@ -106,7 +106,7 @@
<Label lang="en">ALARM WATER</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">BASIC_SET</Label>
</Item>
<Help lang="en">Type of transmitted control frame for association
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<Label lang="en">ALL ON active / ALL OFF disabled</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">ALL ON active / ALL OFF active</Label>
</Item>
<Help lang="en">Activate/Deactive ALL ON/OFF</Help>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Label lang="en">ALL ON active ALL OFF inactive</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">ALL ON active ALL OFF active</Label>
</Item>
<Help lang="en"><![CDATA[Activation/deactivation of ALL ON/ALL OFF functions. By default, ALL ON active ALL OFF active.<BR/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Label lang="en">ALL ON active / ALL OFF disabled</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">ALL ON active / ALL OFF active</Label>
</Item>
<Help lang="en">Activate/Deactive ALL ON/OFF</Help>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Label lang="en">ALL ON active / ALL OFF disabled</Label>
</Item>
<Item>
<Value>255</Value>
<Value>-1</Value>
<Label lang="en">ALL ON active / ALL OFF active</Label>
</Item>
<Help lang="en">Activate/Deactive ALL ON/OFF</Help>
Expand Down

0 comments on commit efb1bfe

Please sign in to comment.