I've added a few features and fix a bug where the -h flag didnt work
Added current temperature readout [-t]
Added current fan speed readout [-r]
Expanded and enabled help switch [-h]
I'm going to be making a python GUI for this and needed a way to retrieve what the actual fan speed was, and the temperature is a nice bonus too.
As the new outputs are intended to be passed into another program, I kept the outputs super simple. just a basic integer "100", "85", "52", etc; rather than the prettier "Card temperature is 52C" or so.
I shall probably add a verbosity flag to switch between the two, so its readable by human or computer. but that will come later some time.
I've added a few features and fix a bug where the -h flag didnt work
I'm going to be making a python GUI for this and needed a way to retrieve what the actual fan speed was, and the temperature is a nice bonus too.
As the new outputs are intended to be passed into another program, I kept the outputs super simple. just a basic integer "100", "85", "52", etc; rather than the prettier "Card temperature is 52C" or so.
I shall probably add a verbosity flag to switch between the two, so its readable by human or computer. but that will come later some time.