The list of protocols (if any) that are enabled in the Modbus server. An empty list indicates that the Modbus server is disabled.
Valid protocol names are:
rtu
: The
Modbus/RTU
protocol.
tcp
: The
Modbus/TCP
protocol.
Normal response.
Unauthorized response.
{- "result": [
- "rtu"
], - "error": "Error message (present if an error occurred)."
}
The name of a protocol that is enabled.
Normal response.
Unauthorized response.
[- "rtu"
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
The name of a protocol that is enabled.
Normal response.
Unauthorized response.
[- "rtu"
]
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Reset to empty array.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}