1description: > 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 30