summaryrefslogtreecommitdiffstats
path: root/devices/temp_linux.go
AgeCommit message (Expand)Author
2021-01-27Fixes #6, no temperatures shown on Raspberry Pi.Sean E. Russell
2021-01-26strings.TrimSuffix() is some 7x faster than a call to Index() plus a slice, a...Sean E. Russell
2020-11-30Fixes #130. Any warning or error from gopsutil was preventing any temps from ...Sean E. Russell
2020-06-12Fixme commentSean E. Russell
2020-06-09Closes #131, SMC GPL issue on OSX; consequently removes need to CGO in darwin.v4.0.1Sean E. Russell
2020-04-23Add sensible defaults for temps. Improve config writing.Sean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now bu...Sean E. Russell
2020-02-28Abstracts CPU & mem devices.Sean E. Russell