From 862a65ad28ed788f381eaec33721df1ee8b6ee61 Mon Sep 17 00:00:00 2001 From: Yojiro Uo Date: Thu, 20 Sep 2012 20:11:59 +0000 Subject: add more sensor types to sensor framework. - Pressure (10^-3 Pa) - distance (10^-6 m) - acceleration (10^-6 m/s^2) ok deraadt@ reyk@ --- share/snmp/OPENBSD-SENSORS-MIB.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'share/snmp') diff --git a/share/snmp/OPENBSD-SENSORS-MIB.txt b/share/snmp/OPENBSD-SENSORS-MIB.txt index b478a58beab..98210c17c1d 100644 --- a/share/snmp/OPENBSD-SENSORS-MIB.txt +++ b/share/snmp/OPENBSD-SENSORS-MIB.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-SENSORS-MIB.txt,v 1.3 2012/02/09 16:50:18 sthen Exp $ +-- $OpenBSD: OPENBSD-SENSORS-MIB.txt,v 1.4 2012/09/20 20:11:58 yuo Exp $ -- -- Copyright (c) 2006-2007 Joel Knight -- @@ -127,7 +127,13 @@ sensorType OBJECT-TYPE percent(11), illuminance(12), drive(13), - timedelta(14) + timedelta(14), + humidity(15), + freq(16), + angle(17), + distance(18), + pressure(19), + accel(20) } MAX-ACCESS read-only STATUS current -- cgit v1.2.3