pwm_percent

Fan speed.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"pwm_percent"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":fan-percent

}

fan-percent is the fan speed as a percentage, displayed as a number 0-100

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