Temperature_Limit_Max_C

Upper limit of the acceptable temperature range that will trigger the error flag.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Temperature_Limit_Max_C"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":temperature-limit-max

}

temperature-limit-max the upper limit in Celsius displayed as a decimal.

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": 65.0
}