macmade / Hot

Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues.
https://xs-labs.com/en/apps/hot/
MIT License
2.41k stars 93 forks source link

[Question] Does all sensors are updated in background? #70

Closed baroca closed 1 year ago

baroca commented 1 year ago

I'm not informing a bug, instead I would like to ask a question regarding the sensor updates. I noticed that even though I selected few sensors to be used to calculate the average (10 seconds interval) when clicking the icon and selecting either Temperature Sensors or View all Sensors... all sensors are shown. Does it means that all sensors are being update at all times regardless or only when the icon is clicked?

Thank you!

macmade commented 1 year ago

The "All Sensors" window uses a separate update loop that is active only when the window is shown.

Otherwise, only the sensors you’ve selected are updated.

baroca commented 1 year ago

Thank you for your work @macmade