modbus write register service

This commit is contained in:
Per Sandström 2016-08-25 10:38:14 +02:00
parent 0cddbc39f5
commit afae5d4ebc

View File

@ -57,6 +57,14 @@ Configuration variables:
- **bytesize** (*Required*): The bytesize for the serial connection. - **bytesize** (*Required*): The bytesize for the serial connection.
- **parity** (*Required*): The parity 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 %} ## {% linkable_title Building on top of Modbus %}
- [Modbus Sensor](/components/sensor.modbus/) - [Modbus Sensor](/components/sensor.modbus/)