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
122 stars 13 forks source link

Several entries are missing `quantity` field. #22

Closed dhyanKaro closed 2 months ago

dhyanKaro commented 2 months ago

The value shows up correctly, but for some voltages and currents, the quantities are null.

  "Current": {
    "Battery Rail": {
      "key": "IB0R",
      "type": "sp4b",
      "value": "0.2 A",
      "quantity": null,
      "unit": ""
    },
...
    "DC In": {
      "key": "VD0R",
      "type": "sp5a",
      "value": "19.7 V",
      "quantity": null,
      "unit": ""
    }
dhyanKaro commented 2 months ago

You're fast.