Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modbus write register service #834

Merged
merged 1 commit into from
Aug 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
modbus write register service
  • Loading branch information
persandstrom committed Aug 25, 2016
commit afae5d4ebce785c9988d01d5038e69f3d3c5e62a
8 changes: 8 additions & 0 deletions source/_components/modbus.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down