Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osx temps #1284

Merged
merged 12 commits into from
Jun 26, 2018
Merged

Osx temps #1284

merged 12 commits into from
Jun 26, 2018

Commits on May 25, 2018

  1. OSX: Add temperature sensors

    amanusk committed May 25, 2018
    Configuration menu
    Copy the full SHA
    2310e46 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. OSX: Add fans sensors

    amanusk committed May 26, 2018
    Configuration menu
    Copy the full SHA
    9952285 View commit details
    Browse the repository at this point in the history
  2. OSX: Fixes for sensors_temeratures()

    * Fix typo (fan speed)
    * Add try, except in case on system fans are detected
    * Change function name to cpu_die_temperature to better reflect effect
    amanusk committed May 26, 2018
    Configuration menu
    Copy the full SHA
    b083462 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    0dd82f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Added additional CPU SMC keys

    amanusk committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    10b9a26 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Refactor sensors_temperatures in OSX

    Create all the dictionaries in python and only use C backend
    to poll the SMC key
    amanusk committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    1483757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea8a5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec6063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d8cef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    f19feab View commit details
    Browse the repository at this point in the history
  2. Add additional SMC keys, divided into groups

    Add a lot of additional SMC keys
    Remove get_smc_temperatures utility funcion
    amanusk committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    75af526 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Move smc temperature sensors to global

    Squash fan speed functions into one
    Remove TC1F and TC0F SMC keys
    amanusk committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    44493d5 View commit details
    Browse the repository at this point in the history