Skip to content

Commit df0e395

Browse files
goldmineninefabaff
authored andcommitted
Update modbus.markdown (home-assistant#4261)
Documentation change associated to pull request: home-assistant/core#11238
1 parent 22e7578 commit df0e395

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/_components/modbus.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ modbus:
3030
3131
Configuration variables:
3232
33-
- **type** (*Required*): Type of the connection to Modbus.
33+
- **type** (*Required*): Type of the connection to Modbus. Possible values are:
34+
- *tcp*: Modbus TCP protocol according to "MODBUS Messaging Implementation Guide version 1.0b" provided by Schneider Automation,
35+
- *udp*: Modbus TCP form, but using UDP for transport (removes the overheads required for TCP),
36+
- *rtuovertcp*: Modbus RTU message transmitted with a TCP/IP wrapper and sent over a network instead of serial lines.
3437
- **host** (*Required*): The IP address of your Modbus device, eg. 192.168.1.1.
3538
- **port** (*Required*): The port for the communication.
3639
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
@@ -51,7 +54,7 @@ modbus:
5154
5255
Configuration variables:
5356
54-
- **type** (*Required*): Type of the connection to Modebus.
57+
- **type** (*Required*): Type of the connection to Modbus.
5558
- **method** (*Required*): Method of the connection to Modbus.
5659
- **port** (*Required*): The port where your Modbus device is connected to your Home Assistant host.
5760
- **baudrate** (*Required*): The speed for the serial connection.

0 commit comments

Comments
 (0)