Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix rollershutter datatype
  • Loading branch information
docbender authored Jun 17, 2021
1 parent d69c357 commit 2803b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For _generic_device_ thing binding supports channels types listed in the table b
<tr><td>chContact</td><td>byte</td><td>1:1</td><td>0 - off, 1 - on</td></tr>
<tr><td>chSwitch</td><td>byte</td><td>1:1</td><td>0 - off, 1 - on</td></tr>
<tr><td>chDimmer</td><td>byte</td><td>1:1</td><td>Value range is 0-100</td></tr>
<tr><td>chRollershutter</td><td>byte</td><td>1:1</td><td>State specifies position (0-100%). Command sends Stop/Up/Down (2-Stop, 4-Up, 8-Down).</td></tr>
<tr><td>chRollershutter</td><td>word</td><td>1:1</td><td>State specifies position (0-100%). Command sends Stop/Up/Down (2-Stop, 4-Up, 8-Down).</td></tr>
</table>

Every channel has two parameters _stateAddress_ and _commandAddress_. At least one must have a defined value.
Expand Down

0 comments on commit 2803b4e

Please sign in to comment.