node-wmic
node-wmic copied to clipboard
Some items are not working (ex: temperature, voltage)
Those items does not return values and generate an error. For temperature I found that you need to use the command: "wmic /namespace:\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature" Couldn't get yet the command for voltage. Also Job didn't work.
And, at least temperature, needs admin privileges.