Skip to content

Commit 2617026

Browse files
authored
Merge pull request home-assistant#834 from persandstrom/modbus_write_register
modbus write register service
2 parents 0c028bc + afae5d4 commit 2617026

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/modbus.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Configuration variables:
5757
- **bytesize** (*Required*): The bytesize for the serial connection.
5858
- **parity** (*Required*): The parity for the serial connection.
5959
60+
### {% linkable_title Services %}
61+
62+
63+
| Service | Description |
64+
| ------- | ----------- |
65+
| write_register | Write single register. Requires `unit`, `address` and `value` fields. |
66+
67+
6068
## {% linkable_title Building on top of Modbus %}
6169

6270
- [Modbus Sensor](/components/sensor.modbus/)

0 commit comments

Comments
 (0)