summaryrefslogtreecommitdiffstats
path: root/devices/temp_openbsd.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-05-01 08:27:03 -0500
committerSean E. Russell <ser@ser1.net>2020-05-01 08:27:03 -0500
commit4563131b2a34993835e06c66756c46d5c7f06625 (patch)
tree9a47aa79c9c121e4f91b4e6218f777840febdc94 /devices/temp_openbsd.go
parent9a81d116f42a4f92d68944e13ffc37a0ef6ecf71 (diff)
Update todos
Diffstat (limited to 'devices/temp_openbsd.go')
-rw-r--r--devices/temp_openbsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/temp_openbsd.go b/devices/temp_openbsd.go
index d889d78..195882a 100644
--- a/devices/temp_openbsd.go
+++ b/devices/temp_openbsd.go
@@ -15,7 +15,7 @@ import (
"unsafe"
)
-// TODO: Add filtering. Getting the temperature sensor names is non-trivial for OpenBSD, and until I can test it, leave it unimplemented
+// TODO: Add sensor filtering
func init() {
RegisterTemp(update)
}