Update json rpc introspect

This commit is contained in:
Simon Stürz 2021-02-17 11:40:11 +01:00
parent a69b819373
commit d3f446e7f9

View File

@ -152,8 +152,11 @@
],
"ModbusRtuError": [
"ModbusRtuErrorNoError",
"ModbusRtuErrorNotAvailable",
"ModbusRtuErrorUuidNotFound",
"ModbusRtuErrorHardwareNotFound",
"ModbusRtuErrorResourceBusy",
"ModbusRtuErrorNotSupported",
"ModbusRtuErrorConnectionFailed"
],
"NetworkDeviceState": [
@ -1524,7 +1527,8 @@
"params": {
},
"returns": {
"modbusRtuMasters": [
"modbusError": "$ref:ModbusRtuError",
"o:modbusRtuMasters": [
"$ref:ModbusRtuMaster"
]
}
@ -1538,7 +1542,7 @@
}
},
"ModbusRtu.ReconfigureModbusRtuMaster": {
"description": "Rconfigure the modbus RTU master with the given UUID and configuration.",
"description": "Reconfigure the modbus RTU master with the given UUID and configuration.",
"params": {
"baudrate": "Uint",
"dataBits": "$ref:SerialPortDataBits",