We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c028bc + afae5d4 commit 2617026Copy full SHA for 2617026
source/_components/modbus.markdown
@@ -57,6 +57,14 @@ Configuration variables:
57
- **bytesize** (*Required*): The bytesize for the serial connection.
58
- **parity** (*Required*): The parity for the serial connection.
59
60
+### {% linkable_title Services %}
61
+
62
63
+| Service | Description |
64
+| ------- | ----------- |
65
+| write_register | Write single register. Requires `unit`, `address` and `value` fields. |
66
67
68
## {% linkable_title Building on top of Modbus %}
69
70
- [Modbus Sensor](/components/sensor.modbus/)
0 commit comments