Requests - HenryHu/bsdsensors GitHub Wiki

Each request is a Request proto. Here is the list of available requests.

Requests can be sent with "bsdsensors --request ''". It can be in JSON or in Text Protobuf format.

Fan Control

Set Control Method

fan_control { name: "SYSFAN" set_method { method: "SmartFan IV" } }

Set Temp Source

fan_control { name: "SYSFAN" set_temp_source { source: "PECI } }

Nuvoton specific

Manual method: set output level

fan_control { name: "SYSFAN" nuvoton { manual_change_percent { percent: 50 }} }

SmartFan IV requests

Add Control Point

fan_control { name: "SYSFAN" nuvoton { smart_fan_iv { add_control_point { temp: 30 percent: 20}}} }

Delete Control Point

fan_control { name: "SYSFAN" nuvoton { smart_fan_iv { del_control_point { temp: 30 }}} }

Temp Sensor

Set source

temp { name: "SMIOVT2" set_source { source: "Source28"} }

⚠️ **GitHub.com Fallback** ⚠️