mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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.
|
- **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/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user