dkorunic / iSMC

Apple SMC CLI tool that can decode and display temperature, fans, battery, power, voltage and current information
GNU General Public License v3.0
113 stars 13 forks source link

Set fan speed #5

Closed quackduck closed 3 years ago

quackduck commented 3 years ago

How would I be able to set fan speeds using this?

dkorunic commented 3 years ago

@quackduck Sadly, tool is used just for discovery and printout of SMC keys and values. For controlling fan speeds, i would recommend pretty great TG Pro or Macs Fan Control which are meant for this kind of operation.

quackduck commented 3 years ago

Nah, I wanted to be able to do it programmatically. I ended up using the CLI of smcFanControl.

Why wouldn't you add write functionality?