Merge pull request #834 from persandstrom/modbus_write_register

modbus write register service
This commit is contained in:
Fabian Affolter 2016-08-30 09:37:31 +02:00 committed by GitHub
commit 2617026e58

View File

@ -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/)