blob: 3abc7c5bb784d78eb524a93bb9b3940f5958bd55 [file] [log] [blame]
Jagpal Singh Gill412a5182025-06-17 15:11:18 -07001description: >
2 Implement to provide the Modbus RTU detection configuration for Modbus
3 devices.
4
5properties:
6 - name: Type
7 type: string
8 description: >
9 The type of configuration object.
10 flags:
11 - readonly
12 - name: Name
13 type: string
14 description: >
15 The name of the Modbus device.
16 flags:
17 - readonly
18 - name: DataParity
19 type: string
20 description: >
21 The data parity of the Modbus device.
22 flags:
23 - readonly
24 - name: BaudRate
25 type: uint64
26 description: >
27 The baud rate of the Modbus device.
28 flags:
29 - readonly