mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Merge pull request #834 from persandstrom/modbus_write_register
modbus write register service
This commit is contained in:
commit
2617026e58
@ -57,6 +57,14 @@ Configuration variables:
|
||||
- **bytesize** (*Required*): The bytesize for the serial connection.
|
||||
- **parity** (*Required*): The parity for the serial connection.
|
||||
|
||||
### {% linkable_title Services %}
|
||||
|
||||
|
||||
| Service | Description |
|
||||
| ------- | ----------- |
|
||||
| write_register | Write single register. Requires `unit`, `address` and `value` fields. |
|
||||
|
||||
|
||||
## {% linkable_title Building on top of Modbus %}
|
||||
|
||||
- [Modbus Sensor](/components/sensor.modbus/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user