1*412a5182SJagpal Singh Gilldescription: >
2*412a5182SJagpal Singh Gill    Implement to provide the Modbus RTU detection configuration for Modbus
3*412a5182SJagpal Singh Gill    devices.
4*412a5182SJagpal Singh Gill
5*412a5182SJagpal Singh Gillproperties:
6*412a5182SJagpal Singh Gill    - name: Type
7*412a5182SJagpal Singh Gill      type: string
8*412a5182SJagpal Singh Gill      description: >
9*412a5182SJagpal Singh Gill          The type of configuration object.
10*412a5182SJagpal Singh Gill      flags:
11*412a5182SJagpal Singh Gill          - readonly
12*412a5182SJagpal Singh Gill    - name: Name
13*412a5182SJagpal Singh Gill      type: string
14*412a5182SJagpal Singh Gill      description: >
15*412a5182SJagpal Singh Gill          The name of the Modbus device.
16*412a5182SJagpal Singh Gill      flags:
17*412a5182SJagpal Singh Gill          - readonly
18*412a5182SJagpal Singh Gill    - name: DataParity
19*412a5182SJagpal Singh Gill      type: string
20*412a5182SJagpal Singh Gill      description: >
21*412a5182SJagpal Singh Gill          The data parity of the Modbus device.
22*412a5182SJagpal Singh Gill      flags:
23*412a5182SJagpal Singh Gill          - readonly
24*412a5182SJagpal Singh Gill    - name: BaudRate
25*412a5182SJagpal Singh Gill      type: uint64
26*412a5182SJagpal Singh Gill      description: >
27*412a5182SJagpal Singh Gill          The baud rate of the Modbus device.
28*412a5182SJagpal Singh Gill      flags:
29*412a5182SJagpal Singh Gill          - readonly
30