Temperature_flags
Temperature error flags:
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Temperature_flags" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result":temperature-flags } |
temperature-flags | Description |
---|---|
OT | over temperature event has occurred. |
empty | temperature is acceptable |
Example
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": "OT"
}