Merge pull request #834 from persandstrom/modbus_write_register
modbus write register service
This commit is contained in:
commit
2617026e58
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue