summaryrefslogtreecommitdiff
path: root/MIBS/avtech
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/avtech
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/avtech')
-rw-r--r--MIBS/avtech/ROOMALERT11E-MIB693
-rw-r--r--MIBS/avtech/ROOMALERT12E-MIB553
-rw-r--r--MIBS/avtech/ROOMALERT24E-MIB627
-rw-r--r--MIBS/avtech/ROOMALERT26W-MIB2700
-rw-r--r--MIBS/avtech/ROOMALERT32E-MIB2278
-rw-r--r--MIBS/avtech/ROOMALERT3E-MIB183
-rw-r--r--MIBS/avtech/ROOMALERT4E-MIB257
-rw-r--r--MIBS/avtech/ROOMALERT7E-MIB362
-rw-r--r--MIBS/avtech/ROOMALERTST4E-MIB202
-rw-r--r--MIBS/avtech/TEMPAGER-MIB266
-rw-r--r--MIBS/avtech/TEMPAGER3E-MIB127
11 files changed, 8248 insertions, 0 deletions
diff --git a/MIBS/avtech/ROOMALERT11E-MIB b/MIBS/avtech/ROOMALERT11E-MIB
new file mode 100644
index 0000000..8dc9f02
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT11E-MIB
@@ -0,0 +1,693 @@
+--
+--defines ROOMALERT11E-MIB for SNMP agent extension of Room Alert 11E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 1.1.3
+--Date: 9 January 2014
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2014 AVTECH Software, Inc.
+--
+
+ROOMALERT11E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert11E OBJECT IDENTIFIER ::= { products 3 }
+sensors OBJECT IDENTIFIER ::= { roomalert11E 1 }
+traps OBJECT IDENTIFIER ::= { roomalert11E 2 }
+thresholds OBJECT IDENTIFIER ::= { roomalert11E 3 }
+channel1 OBJECT IDENTIFIER ::= { sensors 1 }
+channel2 OBJECT IDENTIFIER ::= { sensors 2 }
+channel3 OBJECT IDENTIFIER ::= { sensors 3 }
+channel4 OBJECT IDENTIFIER ::= { sensors 4 }
+channels OBJECT IDENTIFIER ::= { thresholds 1 }
+channels1 OBJECT IDENTIFIER ::= { channels 1 }
+channels2 OBJECT IDENTIFIER ::= { channels 2 }
+channels3 OBJECT IDENTIFIER ::= { channels 3 }
+channels4 OBJECT IDENTIFIER ::= { channels 4 }
+
+-- Room Alert 11E MIB
+-- Parameters
+
+sensor1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 1 }
+
+sensor1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 2 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 2 }
+
+sensor1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 3 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 3 }
+
+sensor1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 4 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 4 }
+
+sensor1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 5 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 5 }
+
+sensor1-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 6 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 6 }
+
+sensor1-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 7 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 7 }
+
+sensor1-8 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for internal switch sensor 8 (0 = OPEN, 1 = CLOSED)."
+::= { channel1 8 }
+
+switch-label-1 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 1"
+::= { channel1 9 }
+
+switch-label-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 2"
+::= { channel1 10 }
+
+switch-label-3 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 3"
+::= { channel1 11 }
+
+switch-label-4 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 4"
+::= { channel1 12 }
+
+switch-label-5 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 5"
+::= { channel1 13 }
+
+switch-label-6 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 6"
+::= { channel1 14 }
+
+switch-label-7 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 7"
+::= { channel1 15 }
+
+switch-label-8 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 8"
+::= { channel1 16 }
+
+sensor2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 2-1. If a temp or temp/humidity sensor is connected, value will be current temperature in Celsius."
+::= { channel2 1 }
+
+sensor2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 2-2. If a temp or temp/humidity sensor is connected, value will be current temperature in Fahrenheit."
+::= { channel2 2 }
+
+sensor2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 2-3. If temp/humidity sensor is connected, value will be current %RH."
+::= { channel2 3 }
+
+sensor2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 2-4. If temp/humidity sensor is connected, value will be current Heat Index in Fahrenheit."
+::= { channel2 4 }
+
+sensor2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 2-5. If temp/humidity sensor is connected, value will be current Heat Index in Celsius."
+::= { channel2 5 }
+
+sensor2-6-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= { channel2 6}
+
+sensor3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 3-1. If a temp or temp/humidity sensor is connected, value will be current temperature in Celsius."
+::= { channel3 1 }
+
+sensor3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 3-2. If a temp or temp/humidity sensor is connected, value will be current temperature in Fahrenheit."
+::= { channel3 2 }
+
+sensor3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 3-3. If temp/humidity sensor is connected, value will be current %RH."
+::= { channel3 3 }
+
+sensor3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 3-4. If temp/humidity sensor is connected, value will be current Heat Index in Fahrenheit."
+::= { channel3 4 }
+
+sensor3-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 3-5. If temp/humidity sensor is connected, value will be current Heat Index in Celsius."
+::= { channel3 5 }
+
+sensor3-6-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= { channel3 6}
+
+sensor4-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 4-1. If a temp or temp/humidity sensor is connected, value will be current temperature in Celsius."
+::= { channel4 1 }
+
+sensor4-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 4-2. If a temp or temp/humidity sensor is connected, value will be current temperature in Fahrenheit."
+::= { channel4 2 }
+
+sensor4-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 4-3. If temp/humidity sensor is connected, value will be current %RH."
+::= { channel4 3 }
+
+sensor4-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 4-4. If temp/humidity sensor is connected, value will be current Heat Index in Fahrenheit."
+::= { channel4 4 }
+
+sensor4-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for sensor 4-5. If temp/humidity sensor is connected, value will be current Heat Index in Celsius."
+::= { channel4 5 }
+
+sensor4-6-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= { channel4 6}
+
+alarm1 OBJECT-TYPE
+ SYNTAX INTEGER(0..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for sensor channel 1. The binary equivalent of the decimal number displayed will indicate which switch sensors are currently in an alarm state (0 = sensor ok, 1 = sensor in alarm state). For example, if switch sensors 1 and 4 are in alarm state, the value displayed will be 9, which equals 00001001 in binary."
+::= { traps 1 }
+
+alarm2 OBJECT-TYPE
+ SYNTAX INTEGER(0..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for sensor channel 2. If a digital temperature/humidity or digital temperature sensor is connected to this channel, 0 = sensor ok, 1 = high temp alarm, 2 = low temp alarm, 3 = humidity alarm. If a Switch Sensor Expansion box is connected, the binary equivalent of the decimal number displayed will indicate which switch sensors are currently in an alarm state (0 = sensor ok, 1 = sensor in alarm state). For example, if switch sensors 1 and 4 are in alarm state, the value displayed will be 9, which equals 00001001 in binary."
+::= { traps 2 }
+
+alarm3 OBJECT-TYPE
+ SYNTAX INTEGER(0..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for sensor channel 3. If a digital temperature/humidity or digital temperature sensor is connected to this channel, 0 = sensor ok, 1 = high temp alarm, 2 = low temp alarm, 3 = humidity alarm. If a Switch Sensor Expansion box is connected, the binary equivalent of the decimal number displayed will indicate which switch sensors are currently in an alarm state (0 = sensor ok, 1 = sensor in alarm state). For example, if switch sensors 1 and 4 are in alarm state, the value displayed will be 9, which equals 00001001 in binary."
+::= { traps 3 }
+
+alarm4 OBJECT-TYPE
+ SYNTAX INTEGER(0..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for sensor channel 4. If a digital temperature/humidity or digital temperature sensor is connected to this channel, 0 = sensor ok, 1 = high temp alarm, 2 = low temp alarm, 3 = humidity alarm. If a Switch Sensor Expansion box is connected, the binary equivalent of the decimal number displayed will indicate which switch sensors are currently in an alarm state (0 = sensor ok, 1 = sensor in alarm state). For example, if switch sensors 1 and 4 are in alarm state, the value displayed will be 9, which equals 00001001 in binary."
+::= { traps 4 }
+
+alarmMessage1 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm Message from sensor channel 1 (Internal)"
+::= { traps 5 }
+
+alarmMessage2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm Message from sensor channel 2 (External)"
+::= { traps 6 }
+
+alarmMessage3 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm Message from sensor channel 3 (External)"
+::= { traps 7 }
+
+alarmMessage4 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm Message from sensor channel 4 (External)"
+::= { traps 8 }
+
+threshold1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 1 defined for Channel 1"
+::= { channels1 1 }
+
+threshold1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 2 defined for Channel 1"
+::= { channels1 2 }
+
+threshold1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 3 defined for Channel 1"
+::= { channels1 3 }
+
+threshold1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 4 defined for Channel 1"
+::= { channels1 4 }
+
+threshold1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 5 defined for Channel 1"
+::= { channels1 5 }
+
+threshold1-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 6 defined for Channel 1"
+::= { channels1 6 }
+
+threshold1-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 7 defined for Channel 1"
+::= { channels1 7 }
+
+threshold1-8 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 8 defined for Channel 1"
+::= { channels1 8 }
+
+threshold2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 1 defined for Channel 2"
+::= { channels2 1 }
+
+threshold2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 2 defined for Channel 2"
+::= { channels2 2 }
+
+threshold2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 3 defined for Channel 2"
+::= { channels2 3 }
+
+threshold2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 4 defined for Channel 2"
+::= { channels2 4 }
+
+threshold3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 1 defined for Channel 3"
+::= { channels3 1 }
+
+threshold3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 2 defined for Channel 3"
+::= { channels3 2 }
+
+threshold3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 3 defined for Channel 3"
+::= { channels3 3 }
+
+threshold3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 4 defined for Channel 3"
+::= { channels3 4 }
+
+threshold4-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 1 defined for Channel 4"
+::= { channels4 1 }
+
+threshold4-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 2 defined for Channel 4"
+::= { channels4 2 }
+
+threshold4-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 3 defined for Channel 4"
+::= { channels4 3 }
+
+threshold4-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Threshold 4 defined for Channel 4"
+::= { channels4 4 }
+
+
+-- ROOMALERT11E TRAPS
+
+tempAlarm1-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage2, sensor2-1, sensor2-2, sensor2-1 }
+ DESCRIPTION "A tempAlarm1 trap signifies that the current
+ temperature on external sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-11E-SNMP-trap TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1,alarmMessage2,alarmMessage3,alarmMessage4 }
+ DESCRIPTION "A Room Alert 11E SNMP Trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmMessage variable."
+::= 2
+
+tempAlarm2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage3, sensor3-1, sensor3-2, sensor3-1 }
+ DESCRIPTION "A tempAlarm2 trap signifies that the current
+ temperature on external sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+tempClear2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage3, sensor3-1, sensor3-2, sensor3-1 }
+ DESCRIPTION "A tempClear2 trap signifies that the current
+ temperature on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+tempAlarm3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage4, sensor4-1, sensor4-2, sensor4-1 }
+ DESCRIPTION "A tempAlarm3 trap signifies that the current
+ temperature on external sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+tempClear3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage4, sensor4-1, sensor4-2, sensor4-1 }
+ DESCRIPTION "A tempClear3 trap signifies that the current
+ temperature on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+humidityAlarm1-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage2, sensor2-1, sensor2-2, sensor2-3 }
+ DESCRIPTION "A humidityAlarm1 trap signifies that the current
+ humidity on external sensor 1 is outside the
+ defined high or low threshold."
+::= 7
+
+humidityClear1-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage2, sensor2-1, sensor2-2, sensor2-3 }
+ DESCRIPTION "A humidityClear1 trap signifies that the current
+ humidity on external sensor 1 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+humidityAlarm2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage3, sensor3-1, sensor3-2, sensor3-3 }
+ DESCRIPTION "A humidityAlarm2 trap signifies that the current
+ humidity on external sensor 2 is outside the
+ defined high or low threshold."
+::= 9
+
+humidityClear2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage3, sensor3-1, sensor3-2, sensor3-3 }
+ DESCRIPTION "A humidityClear2 trap signifies that the current
+ humidity on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 10
+
+humidityAlarm3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage4, sensor4-1, sensor4-2, sensor4-3 }
+ DESCRIPTION "A humidityAlarm3 trap signifies that the current
+ humidity on external sensor 3 is outside the
+ defined high or low threshold."
+::= 11
+
+humidityClear3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage4, sensor4-1, sensor4-2, sensor4-3 }
+ DESCRIPTION "A humidityClear3 trap signifies that the current
+ humidity on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 12
+
+switchAlarm1-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-1, sensor1-1, sensor1-1 }
+ DESCRIPTION "A switchAlarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 13
+
+switchClear1-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-1, sensor1-1, sensor1-1 }
+ DESCRIPTION "A switchClear1 trap signifies that the switch sensor 1
+ has returned to a normal state."
+::= 14
+
+switchAlarm2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-2, sensor1-2, sensor1-2 }
+ DESCRIPTION "A switchAlarm2 trap signifies that switch sensor 2
+ is in an alarm state."
+::= 15
+
+switchClear2-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-2, sensor1-2, sensor1-2 }
+ DESCRIPTION "A switchClear2 trap signifies that the switch sensor 2
+ has returned to a normal state."
+::= 16
+
+switchAlarm3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-3, sensor1-3, sensor1-3 }
+ DESCRIPTION "A switchAlarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 17
+
+switchClear3-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-3, sensor1-3, sensor1-3 }
+ DESCRIPTION "A switchClear3 trap signifies that the switch sensor 3
+ has returned to a normal state."
+::= 18
+
+switchAlarm4-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-4, sensor1-4, sensor1-4 }
+ DESCRIPTION "A switchAlarm4 trap signifies that switch sensor 4
+ is in an alarm state."
+::= 19
+
+switchClear4-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-4, sensor1-4, sensor1-4 }
+ DESCRIPTION "A switchClear4 trap signifies that the switch sensor 4
+ has returned to a normal state."
+::= 20
+
+switchAlarm5-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-5, sensor1-5, sensor1-5 }
+ DESCRIPTION "A switchAlarm5 trap signifies that switch sensor 5
+ is in an alarm state."
+::= 21
+
+switchClear5-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-5, sensor1-5, sensor1-5 }
+ DESCRIPTION "A switchClear5 trap signifies that the switch sensor 5
+ has returned to a normal state."
+::= 22
+
+switchAlarm6-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-6, sensor1-6, sensor1-6 }
+ DESCRIPTION "A switchAlarm6 trap signifies that switch sensor 6
+ is in an alarm state."
+::= 23
+
+switchClear6-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-6, sensor1-6, sensor1-6 }
+ DESCRIPTION "A switchClear6 trap signifies that the switch sensor 6
+ has returned to a normal state."
+::= 24
+
+switchAlarm7-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-7, sensor1-7, sensor1-7 }
+ DESCRIPTION "A switchAlarm7 trap signifies that switch sensor 7
+ is in an alarm state."
+::= 25
+
+switchClear7-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-7, sensor1-7, sensor1-7 }
+ DESCRIPTION "A switchClear7 trap signifies that the switch sensor 7
+ has returned to a normal state."
+::= 26
+
+switchAlarm8-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-8, sensor1-8, sensor1-8 }
+ DESCRIPTION "A switchAlarm8 trap signifies that switch sensor 8
+ is in an alarm state."
+::= 27
+
+switchClear8-11e TRAP-TYPE
+ ENTERPRISE roomalert11E
+ VARIABLES { alarmMessage1, sensor1-8, sensor1-8, sensor1-8 }
+ DESCRIPTION "A switchClear8 trap signifies that the switch sensor 8
+ has returned to a normal state."
+::= 28
+END
diff --git a/MIBS/avtech/ROOMALERT12E-MIB b/MIBS/avtech/ROOMALERT12E-MIB
new file mode 100644
index 0000000..30f2cdc
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT12E-MIB
@@ -0,0 +1,553 @@
+--
+--defines ROOMALERT12E-MIB for SNMP agent extension of Room Alert 12E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 3.3.0
+--Date: 28 May 2021
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2021 AVTECH Software, Inc.
+--
+
+ROOMALERT12E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert12E OBJECT IDENTIFIER ::= { products 10 }
+sensors OBJECT IDENTIFIER ::= { roomalert12E 1 }
+lightTower OBJECT IDENTIFIER ::= { roomalert12E 2 }
+internal-sen OBJECT IDENTIFIER ::= { sensors 1 }
+digital-sen1 OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen2 OBJECT IDENTIFIER ::= { sensors 3 }
+digital-sen3 OBJECT IDENTIFIER ::= { sensors 4 }
+switch1 OBJECT IDENTIFIER ::= { sensors 5 }
+switch2 OBJECT IDENTIFIER ::= { sensors 6 }
+switch3 OBJECT IDENTIFIER ::= { sensors 7 }
+switch4 OBJECT IDENTIFIER ::= { sensors 8 }
+analog OBJECT IDENTIFIER ::= { sensors 9 }
+relay OBJECT IDENTIFIER ::= { sensors 10 }
+traps OBJECT IDENTIFIER ::= { roomalert12E 3 }
+
+-- Room Alert 12E MIB
+-- Parameters
+
+
+
+
+internal-sen-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "This value represents the current internal temperature in Celsius"
+::= { internal-sen 1 }
+
+internal-sen-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "This value represents the current internal temperature in Fahrenheit."
+::= { internal-sen 2 }
+
+internal-sen-3 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal sensor's label"
+::= { internal-sen 3 }
+
+analog-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 12E analog input (0-5VDC)."
+::= { analog 1 }
+
+analog-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The analog sensor's label."
+::= { analog 2 }
+
+analog-3 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 12E analog input (user-defined scale)."
+::= { analog 3 }
+
+relay-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 12E relay output."
+::= { relay 1 }
+
+relay-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The relay output's label."
+::= { relay 2 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen1 4 }
+
+digital-sen1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen1 5 }
+
+digital-sen1-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
+::= { digital-sen1 6 }
+
+digital-sen1-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
+::= { digital-sen1 7 }
+
+digital-sen1-8 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor's label"
+::= { digital-sen1 8 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen2 4 }
+
+digital-sen2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen2 5 }
+
+digital-sen2-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
+::= { digital-sen2 6 }
+
+digital-sen2-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
+::= { digital-sen2 7 }
+
+digital-sen2-8 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor's label"
+::= { digital-sen2 8 }
+
+digital-sen3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen3 1 }
+
+digital-sen3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen3 2 }
+
+digital-sen3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen3 3 }
+
+digital-sen3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen3 4 }
+
+digital-sen3-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen3 5 }
+
+digital-sen3-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
+::= { digital-sen3 6 }
+
+digital-sen3-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
+::= { digital-sen3 7 }
+
+digital-sen3-8 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor's label"
+::= { digital-sen3 8 }
+
+switch-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch1 1 }
+
+switch-sen1-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 1."
+::= { switch1 2 }
+
+switch-sen2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
+::= { switch2 1 }
+
+switch-sen2-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 2."
+::= { switch2 2 }
+
+switch-sen3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
+::= { switch3 1 }
+
+switch-sen3-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 3."
+::= { switch3 2 }
+
+switch-sen4 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
+::= { switch4 1 }
+
+switch-sen4-2 OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for switch sensor 4."
+::= { switch4 2 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- Light Tower
+
+lightTower-RE OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the red LED on the Light Tower."
+::= { lightTower 1 }
+
+lightTower-OR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the orange LED on the Light Tower."
+::= { lightTower 2 }
+
+lightTower-GR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the green LED on the Light Tower."
+::= { lightTower 3 }
+
+lightTower-WH OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the white LED on the Light Tower."
+::= { lightTower 4 }
+
+lightTower-BL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the blue LED on the Light Tower."
+::= { lightTower 5 }
+
+lightTower-A1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 1st audio alarm on the Light Tower."
+::= { lightTower 6 }
+
+lightTower-A2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 2nd audio alarm on the Light Tower."
+::= { lightTower 7 }
+
+lightTower-RL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the LTA's on-board relay output"
+::= { lightTower 8 }
+
+
+-- ROOMALERT12E TRAPS
+
+tempalarm1-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm1 trap signifies that the current
+ temperature on external sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-12E-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-12E-snmp-trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmMessage variable."
+::= 2
+
+tempalarm2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm2 trap signifies that the current
+ temperature on external sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+tempclear2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear2 trap signifies that the current
+ temperature on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+tempalarm3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm3 trap signifies that the current
+ temperature on external sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+tempclear3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear3 trap signifies that the current
+ temperature on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+humidityalarm1-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm1 trap signifies that the current
+ humidity on external sensor 1 is outside the
+ defined high or low threshold."
+::= 7
+
+humidityclear1-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear1 trap signifies that the current
+ humidity on external sensor 1 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+humidityalarm2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm2 trap signifies that the current
+ humidity on external sensor 2 is outside the
+ defined high or low threshold."
+::= 9
+
+humidityclear2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear2 trap signifies that the current
+ humidity on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 10
+
+humidityalarm3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm3 trap signifies that the current
+ humidity on external sensor 3 is outside the
+ defined high or low threshold."
+::= 11
+
+humidityclear3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear3 trap signifies that the current
+ humidity on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 12
+
+switchalarm1-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 13
+
+switchclear1-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear1 trap signifies that the switch sensor 1
+ has returned to a normal state."
+::= 14
+
+switchalarm2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm2 trap signifies that switch sensor 2
+ is in an alarm state."
+::= 15
+
+switchclear2-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear2 trap signifies that the switch sensor 2
+ has returned to a normal state."
+::= 16
+
+switchalarm3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm3 trap signifies that switch sensor 3
+ is in an alarm state."
+::= 17
+
+switchclear3-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear3 trap signifies that the switch sensor 3
+ has returned to a normal state."
+::= 18
+
+switchalarm4-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm4 trap signifies that switch sensor 4
+ is in an alarm state."
+::= 19
+
+switchclear4-12E TRAP-TYPE
+ ENTERPRISE roomalert12E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear4 trap signifies that the switch sensor 4
+ has returned to a normal state."
+::= 20
+END \ No newline at end of file
diff --git a/MIBS/avtech/ROOMALERT24E-MIB b/MIBS/avtech/ROOMALERT24E-MIB
new file mode 100644
index 0000000..fbf9df6
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT24E-MIB
@@ -0,0 +1,627 @@
+--
+--defines ROOMALERT24E-MIB for SNMP agent extension of Room Alert 24E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 1.0.2
+--Date: 11 September 2007
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2007 AVTECH Software, Inc.
+--
+
+ROOMALERT24E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert24e OBJECT IDENTIFIER ::= { products 5 }
+sensors OBJECT IDENTIFIER ::= { roomalert24e 1 }
+traps OBJECT IDENTIFIER ::= { roomalert24e 2 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+humidity OBJECT IDENTIFIER ::= { internal 2 }
+heat-index OBJECT IDENTIFIER ::= { internal 3 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+digital-sen3 OBJECT IDENTIFIER ::= { digital 3 }
+digital-sen4 OBJECT IDENTIFIER ::= { digital 4 }
+digital-sen5 OBJECT IDENTIFIER ::= { digital 5 }
+digital-sen6 OBJECT IDENTIFIER ::= { digital 6 }
+switch OBJECT IDENTIFIER ::= { sensors 3 }
+
+
+-- Room Alert 24E MIB
+-- Parameters
+
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 1 }
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 2 }
+
+internal-humidity OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal relative humidity reading in %RH. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { humidity 1 }
+
+internal-heat-index OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal heat index reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { heat-index 1 }
+
+internal-heat-indexc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal heat index reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { heat-index 2 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen1 4 }
+
+digital-sen1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen1 5 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen2 4 }
+
+digital-sen2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen2 5 }
+
+digital-sen3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen3 1 }
+
+digital-sen3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen3 2 }
+
+digital-sen3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen3 3 }
+
+digital-sen3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen3 4 }
+
+digital-sen3-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen3 5 }
+
+digital-sen4-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen4 1 }
+
+digital-sen4-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen4 2 }
+
+digital-sen4-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen4 3 }
+
+digital-sen4-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen4 4 }
+
+digital-sen4-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen4 5 }
+
+digital-sen5-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen5 1 }
+
+digital-sen5-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen5 2 }
+
+digital-sen5-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen5 3 }
+
+digital-sen5-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen5 4 }
+
+digital-sen5-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen5 5 }
+
+digital-sen6-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen6 1 }
+
+digital-sen6-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen6 2 }
+
+digital-sen6-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen6 3 }
+
+digital-sen6-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen6 4 }
+
+digital-sen6-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen6 5 }
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+switch-sen2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
+::= { switch 2 }
+
+switch-sen3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
+::= { switch 3 }
+
+switch-sen4 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
+::= { switch 4 }
+
+switch-sen5 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 5 (0 = OPEN, 1 = CLOSED)."
+::= { switch 5 }
+
+switch-sen6 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 6 (0 = OPEN, 1 = CLOSED)."
+::= { switch 6 }
+
+switch-sen7 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 7 (0 = OPEN, 1 = CLOSED)."
+::= { switch 7 }
+
+switch-sen8 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 8 (0 = OPEN, 1 = CLOSED)."
+::= { switch 8 }
+
+switch-sen9 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 9 (0 = OPEN, 1 = CLOSED)."
+::= { switch 9 }
+
+switch-sen10 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 10 (0 = OPEN, 1 = CLOSED)."
+::= { switch 10 }
+
+switch-sen11 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 11 (0 = OPEN, 1 = CLOSED)."
+::= { switch 11 }
+
+switch-sen12 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 12 (0 = OPEN, 1 = CLOSED)."
+::= { switch 12 }
+
+switch-sen13 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 13 (0 = OPEN, 1 = CLOSED)."
+::= { switch 13 }
+
+switch-sen14 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 14 (0 = OPEN, 1 = CLOSED)."
+::= { switch 14 }
+
+switch-sen15 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 15 (0 = OPEN, 1 = CLOSED)."
+::= { switch 15 }
+
+switch-sen16 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 16 (0 = OPEN, 1 = CLOSED)."
+::= { switch 16 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- ROOMALERT24E TRAPS
+
+tempalarm1-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm1 trap signifies that the current
+ temperature on external sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-24e-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-24e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor indicated
+ by the alarmmessage variable."
+::= 2
+
+tempalarm2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm2 trap signifies that the current
+ temperature on external sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+tempclear2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear2 trap signifies that the current
+ temperature on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+tempalarm3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm3 trap signifies that the current
+ temperature on external sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+tempclear3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear3 trap signifies that the current
+ temperature on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+humidityalarm1-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm1 trap signifies that the current
+ humidity on external sensor 1 is outside the
+ defined high or low threshold."
+::= 7
+
+humidityclear1-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear1 trap signifies that the current
+ humidity on external sensor 1 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+humidityalarm2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm2 trap signifies that the current
+ humidity on external sensor 2 is outside the
+ defined high or low threshold."
+::= 9
+
+humidityclear2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear2 trap signifies that the current
+ humidity on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 10
+
+humidityalarm3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm3 trap signifies that the current
+ humidity on external sensor 3 is outside the
+ defined high or low threshold."
+::= 11
+
+humidityclear3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear3 trap signifies that the current
+ humidity on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 12
+
+switchalarm1-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 13
+
+switchclear1-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear1 trap signifies that the switch sensor 1
+ has returned to a normal state."
+::= 14
+
+switchalarm2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm2 trap signifies that switch sensor 2
+ is in an alarm state."
+::= 15
+
+switchclear2-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear2 trap signifies that the switch sensor 2
+ has returned to a normal state."
+::= 16
+
+switchalarm3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 17
+
+switchclear3-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear3 trap signifies that the switch sensor 3
+ has returned to a normal state."
+::= 18
+
+switchalarm4-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm4 trap signifies that switch sensor 4
+ is in an alarm state."
+::= 19
+
+switchclear4-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear4 trap signifies that the switch sensor 4
+ has returned to a normal state."
+::= 20
+
+switchalarm5-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm5 trap signifies that switch sensor 5
+ is in an alarm state."
+::= 21
+
+switchclear5-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear5 trap signifies that the switch sensor 5
+ has returned to a normal state."
+::= 22
+
+switchalarm6-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm6 trap signifies that switch sensor 6
+ is in an alarm state."
+::= 23
+
+switchclear6-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear6 trap signifies that the switch sensor 6
+ has returned to a normal state."
+::= 24
+
+switchalarm7-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm7 trap signifies that switch sensor 7
+ is in an alarm state."
+::= 25
+
+switchclear7-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear7 trap signifies that the switch sensor 7
+ has returned to a normal state."
+::= 26
+
+switchalarm8-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm8 trap signifies that switch sensor 8
+ is in an alarm state."
+::= 27
+
+switchclear8-24e TRAP-TYPE
+ ENTERPRISE roomalert24e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear8 trap signifies that the switch sensor 8
+ has returned to a normal state."
+::= 28
+END
diff --git a/MIBS/avtech/ROOMALERT26W-MIB b/MIBS/avtech/ROOMALERT26W-MIB
new file mode 100644
index 0000000..e50df29
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT26W-MIB
@@ -0,0 +1,2700 @@
+--
+--defines ROOMALERT26W-MIB for SNMP agent extension of Room Alert 26W
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 1.1.3
+--Date: 11 September 2007
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2007 AVTECH Software, Inc.
+--
+
+ROOMALERT26W-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert26w OBJECT IDENTIFIER ::= { products 4 }
+sensors OBJECT IDENTIFIER ::= { roomalert26w 1 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+humidity OBJECT IDENTIFIER ::= { internal 2 }
+heat-index OBJECT IDENTIFIER ::= { internal 5 }
+power OBJECT IDENTIFIER ::= { internal 3 }
+flood OBJECT IDENTIFIER ::= { internal 4 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+digital-sen3 OBJECT IDENTIFIER ::= { digital 3 }
+digital-sen4 OBJECT IDENTIFIER ::= { digital 4 }
+digital-sen5 OBJECT IDENTIFIER ::= { digital 5 }
+digital-sen6 OBJECT IDENTIFIER ::= { digital 6 }
+switch OBJECT IDENTIFIER ::= { sensors 3 }
+wireless OBJECT IDENTIFIER ::= { sensors 4 }
+wish-1 OBJECT IDENTIFIER ::= { wireless 1 }
+wish-1-sensors OBJECT IDENTIFIER ::= { wish-1 4 }
+wish-1-internal OBJECT IDENTIFIER ::= { wish-1-sensors 1 }
+wish-1-external OBJECT IDENTIFIER ::= { wish-1-sensors 2 }
+wish-1-external-1 OBJECT IDENTIFIER ::= { wish-1-external 1 }
+wish-1-external-2 OBJECT IDENTIFIER ::= { wish-1-external 2 }
+wish-2 OBJECT IDENTIFIER ::= { wireless 2 }
+wish-2-sensors OBJECT IDENTIFIER ::= { wish-2 4 }
+wish-2-internal OBJECT IDENTIFIER ::= { wish-2-sensors 1 }
+wish-2-external OBJECT IDENTIFIER ::= { wish-2-sensors 2 }
+wish-2-external-1 OBJECT IDENTIFIER ::= { wish-2-external 1 }
+wish-2-external-2 OBJECT IDENTIFIER ::= { wish-2-external 2 }
+wish-3 OBJECT IDENTIFIER ::= { wireless 3 }
+wish-3-sensors OBJECT IDENTIFIER ::= { wish-3 4 }
+wish-3-internal OBJECT IDENTIFIER ::= { wish-3-sensors 1 }
+wish-3-external OBJECT IDENTIFIER ::= { wish-3-sensors 2 }
+wish-3-external-1 OBJECT IDENTIFIER ::= { wish-3-external 1 }
+wish-3-external-2 OBJECT IDENTIFIER ::= { wish-3-external 2 }
+wish-4 OBJECT IDENTIFIER ::= { wireless 4 }
+wish-4-sensors OBJECT IDENTIFIER ::= { wish-4 4 }
+wish-4-internal OBJECT IDENTIFIER ::= { wish-4-sensors 1 }
+wish-4-external OBJECT IDENTIFIER ::= { wish-4-sensors 2 }
+wish-4-external-1 OBJECT IDENTIFIER ::= { wish-4-external 1 }
+wish-4-external-2 OBJECT IDENTIFIER ::= { wish-4-external 2 }
+wish-5 OBJECT IDENTIFIER ::= { wireless 5 }
+wish-5-sensors OBJECT IDENTIFIER ::= { wish-5 4 }
+wish-5-internal OBJECT IDENTIFIER ::= { wish-5-sensors 1 }
+wish-5-external OBJECT IDENTIFIER ::= { wish-5-sensors 2 }
+wish-5-external-1 OBJECT IDENTIFIER ::= { wish-5-external 1 }
+wish-5-external-2 OBJECT IDENTIFIER ::= { wish-5-external 2 }
+wish-6 OBJECT IDENTIFIER ::= { wireless 6 }
+wish-6-sensors OBJECT IDENTIFIER ::= { wish-6 4 }
+wish-6-internal OBJECT IDENTIFIER ::= { wish-6-sensors 1 }
+wish-6-external OBJECT IDENTIFIER ::= { wish-6-sensors 2 }
+wish-6-external-1 OBJECT IDENTIFIER ::= { wish-6-external 1 }
+wish-6-external-2 OBJECT IDENTIFIER ::= { wish-6-external 2 }
+wish-7 OBJECT IDENTIFIER ::= { wireless 7 }
+wish-7-sensors OBJECT IDENTIFIER ::= { wish-7 4 }
+wish-7-internal OBJECT IDENTIFIER ::= { wish-7-sensors 1 }
+wish-7-external OBJECT IDENTIFIER ::= { wish-7-sensors 2 }
+wish-7-external-1 OBJECT IDENTIFIER ::= { wish-7-external 1 }
+wish-7-external-2 OBJECT IDENTIFIER ::= { wish-7-external 2 }
+wish-8 OBJECT IDENTIFIER ::= { wireless 8 }
+wish-8-sensors OBJECT IDENTIFIER ::= { wish-8 4 }
+wish-8-internal OBJECT IDENTIFIER ::= { wish-8-sensors 1 }
+wish-8-external OBJECT IDENTIFIER ::= { wish-8-sensors 2 }
+wish-8-external-1 OBJECT IDENTIFIER ::= { wish-8-external 1 }
+wish-8-external-2 OBJECT IDENTIFIER ::= { wish-8-external 2 }
+wish-9 OBJECT IDENTIFIER ::= { wireless 9 }
+wish-9-sensors OBJECT IDENTIFIER ::= { wish-9 4 }
+wish-9-internal OBJECT IDENTIFIER ::= { wish-9-sensors 1 }
+wish-9-external OBJECT IDENTIFIER ::= { wish-9-sensors 2 }
+wish-9-external-1 OBJECT IDENTIFIER ::= { wish-9-external 1 }
+wish-9-external-2 OBJECT IDENTIFIER ::= { wish-9-external 2 }
+wish-10 OBJECT IDENTIFIER ::= { wireless 10 }
+wish-10-sensors OBJECT IDENTIFIER ::= { wish-10 4 }
+wish-10-internal OBJECT IDENTIFIER ::= { wish-10-sensors 1 }
+wish-10-external OBJECT IDENTIFIER ::= { wish-10-sensors 2 }
+wish-10-external-1 OBJECT IDENTIFIER ::= { wish-10-external 1 }
+wish-10-external-2 OBJECT IDENTIFIER ::= { wish-10-external 2 }
+wish-11 OBJECT IDENTIFIER ::= { wireless 11 }
+wish-11-sensors OBJECT IDENTIFIER ::= { wish-11 4 }
+wish-11-internal OBJECT IDENTIFIER ::= { wish-11-sensors 1 }
+wish-11-external OBJECT IDENTIFIER ::= { wish-11-sensors 2 }
+wish-11-external-1 OBJECT IDENTIFIER ::= { wish-11-external 1 }
+wish-11-external-2 OBJECT IDENTIFIER ::= { wish-11-external 2 }
+wish-12 OBJECT IDENTIFIER ::= { wireless 12 }
+wish-12-sensors OBJECT IDENTIFIER ::= { wish-12 4 }
+wish-12-internal OBJECT IDENTIFIER ::= { wish-12-sensors 1 }
+wish-12-external OBJECT IDENTIFIER ::= { wish-12-sensors 2 }
+wish-12-external-1 OBJECT IDENTIFIER ::= { wish-12-external 1 }
+wish-12-external-2 OBJECT IDENTIFIER ::= { wish-12-external 2 }
+wish-13 OBJECT IDENTIFIER ::= { wireless 13 }
+wish-13-sensors OBJECT IDENTIFIER ::= { wish-13 4 }
+wish-13-internal OBJECT IDENTIFIER ::= { wish-13-sensors 1 }
+wish-13-external OBJECT IDENTIFIER ::= { wish-13-sensors 2 }
+wish-13-external-1 OBJECT IDENTIFIER ::= { wish-13-external 1 }
+wish-13-external-2 OBJECT IDENTIFIER ::= { wish-13-external 2 }
+wish-14 OBJECT IDENTIFIER ::= { wireless 14 }
+wish-14-sensors OBJECT IDENTIFIER ::= { wish-14 4 }
+wish-14-internal OBJECT IDENTIFIER ::= { wish-14-sensors 1 }
+wish-14-external OBJECT IDENTIFIER ::= { wish-14-sensors 2 }
+wish-14-external-1 OBJECT IDENTIFIER ::= { wish-14-external 1 }
+wish-14-external-2 OBJECT IDENTIFIER ::= { wish-14-external 2 }
+wish-15 OBJECT IDENTIFIER ::= { wireless 15 }
+wish-15-sensors OBJECT IDENTIFIER ::= { wish-15 4 }
+wish-15-internal OBJECT IDENTIFIER ::= { wish-15-sensors 1 }
+wish-15-external OBJECT IDENTIFIER ::= { wish-15-sensors 2 }
+wish-15-external-1 OBJECT IDENTIFIER ::= { wish-15-external 1 }
+wish-15-external-2 OBJECT IDENTIFIER ::= { wish-15-external 2 }
+traps OBJECT IDENTIFIER ::= { roomalert26w 2 }
+
+-- Room Alert 26W MIB
+-- Parameters
+
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 1 }
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 2 }
+
+internal-humidity OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal relative humidity reading in %RH. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { humidity 1 }
+
+internal-heat-index OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION "The internal heat index reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { heat-index 1 }
+
+internal-heat-indexC OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION "The internal heat index reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { heat-index 2 }
+
+internal-power OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 26E/W power supply. A '0' indicates the unit is running on AC/Utility power. A '1' indicates the unit is running on battery backup power."
+::= { power 1 }
+
+flood-detected OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the internal flood sensor. A '0' indicates that no water is currently detected. A '1' indicates the unit has detected water somewhere on the connected sensor cable."
+::= { flood 1 }
+
+cable-fault OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the flood sensor cable. A '0' indicates the flood cable is connected and functioning properly. A '1' indicates the flood cable is not connected has a malfunction."
+::= { flood 2 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen1 4 }
+
+digital-sen1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen1 5 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen2 4 }
+
+digital-sen3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen3 1 }
+
+digital-sen3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen3 2 }
+
+digital-sen3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen3 3 }
+
+digital-sen3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen3 4 }
+
+digital-sen4-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen4 1 }
+
+digital-sen4-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen4 2 }
+
+digital-sen4-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen4 3 }
+
+digital-sen4-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen4 4 }
+
+digital-sen5-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen5 1 }
+
+digital-sen5-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen5 2 }
+
+digital-sen5-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen5 3 }
+
+digital-sen5-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen5 4 }
+
+digital-sen6-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen6 1 }
+
+digital-sen6-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen6 2 }
+
+digital-sen6-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen6 3 }
+
+digital-sen6-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen6 4 }
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+switch-sen2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
+::= { switch 2 }
+
+switch-sen3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
+::= { switch 3 }
+
+switch-sen4 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
+::= { switch 4 }
+
+switch-sen5 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 5 (0 = OPEN, 1 = CLOSED)."
+::= { switch 5 }
+
+switch-sen6 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 6 (0 = OPEN, 1 = CLOSED)."
+::= { switch 6 }
+
+switch-sen7 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 7 (0 = OPEN, 1 = CLOSED)."
+::= { switch 7 }
+
+switch-sen8 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 8 (0 = OPEN, 1 = CLOSED)."
+::= { switch 8 }
+
+switch-sen9 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 9 (0 = OPEN, 1 = CLOSED)."
+::= { switch 9 }
+
+switch-sen10 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 10 (0 = OPEN, 1 = CLOSED)."
+::= { switch 10 }
+
+switch-sen11 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 11 (0 = OPEN, 1 = CLOSED)."
+::= { switch 11 }
+
+switch-sen12 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 12 (0 = OPEN, 1 = CLOSED)."
+::= { switch 12 }
+
+switch-sen13 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 13 (0 = OPEN, 1 = CLOSED)."
+::= { switch 13 }
+
+switch-sen14 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 14 (0 = OPEN, 1 = CLOSED)."
+::= { switch 14 }
+
+switch-sen15 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 15 (0 = OPEN, 1 = CLOSED)."
+::= { switch 15 }
+
+switch-sen16 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 16 (0 = OPEN, 1 = CLOSED)."
+::= { switch 16 }
+
+wish-1-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-1 1 }
+
+wish-1-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-1 2 }
+
+wish-1-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-1 3 }
+
+wish-1-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 1 }
+
+wish-1-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 2 }
+
+wish-1-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 3 }
+
+wish-1-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-1-external-1 1 }
+
+wish-1-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-1-external-1 2 }
+
+wish-1-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-1-external-1 3 }
+
+wish-1-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-1-external-1 4 }
+
+wish-1-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-1-external-1 5 }
+
+wish-1-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-1-external-1 6 }
+
+wish-1-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-1-external-2 1 }
+
+wish-1-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-1-external-2 2 }
+
+wish-1-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-1-external-2 3 }
+
+wish-1-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-1-external-2 4 }
+
+wish-1-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-1-external-2 5 }
+
+wish-1-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-1-external-2 6 }
+
+wish-1-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-1-external 3 }
+
+wish-2-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-2 1 }
+
+wish-2-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-2 2 }
+
+wish-2-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-2 3 }
+
+wish-2-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 1 }
+
+wish-2-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 2 }
+
+wish-2-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 3 }
+
+wish-2-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-2-external-1 1 }
+
+wish-2-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-2-external-1 2 }
+
+wish-2-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-2-external-1 3 }
+
+wish-2-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-2-external-1 4 }
+
+wish-2-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-2-external-1 5 }
+
+wish-2-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-2-external-1 6 }
+
+wish-2-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-2-external-2 1 }
+
+wish-2-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-2-external-2 2 }
+
+wish-2-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-2-external-2 3 }
+
+wish-2-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-2-external-2 4 }
+
+wish-2-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-2-external-2 5 }
+
+wish-2-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-2-external-2 6 }
+
+wish-2-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-2-external 3 }
+
+wish-3-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-3 1 }
+
+wish-3-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-3 2 }
+
+wish-3-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-3 3 }
+
+wish-3-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 1 }
+
+wish-3-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 2 }
+
+wish-3-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 3 }
+
+wish-3-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-3-external-1 1 }
+
+wish-3-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-3-external-1 2 }
+
+wish-3-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-3-external-1 3 }
+
+wish-3-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-3-external-1 4 }
+
+wish-3-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-3-external-1 5 }
+
+wish-3-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-3-external-1 6 }
+
+wish-3-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-3-external-2 1 }
+
+wish-3-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-3-external-2 2 }
+
+wish-3-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-3-external-2 3 }
+
+wish-3-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-3-external-2 4 }
+
+wish-3-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-3-external-2 5 }
+
+wish-3-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-3-external-2 6 }
+
+wish-3-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-3-external 3 }
+
+wish-4-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-4 1 }
+
+wish-4-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-4 2 }
+
+wish-4-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-4 3 }
+
+wish-4-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 1 }
+
+wish-4-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 2 }
+
+wish-4-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 3 }
+
+wish-4-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-4-external-1 1 }
+
+wish-4-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-4-external-1 2 }
+
+wish-4-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-4-external-1 3 }
+
+wish-4-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-4-external-1 4 }
+
+wish-4-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-4-external-1 5 }
+
+wish-4-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-4-external-1 6 }
+
+wish-4-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-4-external-2 1 }
+
+wish-4-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-4-external-2 2 }
+
+wish-4-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-4-external-2 3 }
+
+wish-4-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-4-external-2 4 }
+
+wish-4-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-4-external-2 5 }
+
+wish-4-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-4-external-2 6 }
+
+wish-4-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-4-external 3 }
+
+wish-5-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-5 1 }
+
+wish-5-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-5 2 }
+
+wish-5-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-5 3 }
+
+wish-5-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 1 }
+
+wish-5-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 2 }
+
+wish-5-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 3 }
+
+wish-5-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-5-external-1 1 }
+
+wish-5-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-5-external-1 2 }
+
+wish-5-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-5-external-1 3 }
+
+wish-5-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-5-external-1 4 }
+
+wish-5-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-5-external-1 5 }
+
+wish-5-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-5-external-1 6 }
+
+wish-5-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-5-external-2 1 }
+
+wish-5-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-5-external-2 2 }
+
+wish-5-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-5-external-2 3 }
+
+wish-5-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-5-external-2 4 }
+
+wish-5-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-5-external-2 5 }
+
+wish-5-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-5-external-2 6 }
+
+wish-5-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-5-external 3 }
+
+wish-6-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-6 1 }
+
+wish-6-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-6 2 }
+
+wish-6-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-6 3 }
+
+wish-6-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 1 }
+
+wish-6-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 2 }
+
+wish-6-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 3 }
+
+wish-6-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-6-external-1 1 }
+
+wish-6-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-6-external-1 2 }
+
+wish-6-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-6-external-1 3 }
+
+wish-6-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-6-external-1 4 }
+
+wish-6-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-6-external-1 5 }
+
+wish-6-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-6-external-1 6 }
+
+wish-6-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-6-external-2 1 }
+
+wish-6-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-6-external-2 2 }
+
+wish-6-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-6-external-2 3 }
+
+wish-6-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-6-external-2 4 }
+
+wish-6-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-6-external-2 5 }
+
+wish-6-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-6-external-2 6 }
+
+wish-6-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-6-external 3 }
+
+wish-7-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-7 1 }
+
+wish-7-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-7 2 }
+
+wish-7-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-7 3 }
+
+wish-7-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 1 }
+
+wish-7-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 2 }
+
+wish-7-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 3 }
+
+wish-7-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-7-external-1 1 }
+
+wish-7-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-7-external-1 2 }
+
+wish-7-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-7-external-1 3 }
+
+wish-7-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-7-external-1 4 }
+
+wish-7-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-7-external-1 5 }
+
+wish-7-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-7-external-1 6 }
+
+wish-7-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-7-external-2 1 }
+
+wish-7-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-7-external-2 2 }
+
+wish-7-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-7-external-2 3 }
+
+wish-7-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-7-external-2 4 }
+
+wish-7-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-7-external-2 5 }
+
+wish-7-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-7-external-2 6 }
+
+wish-7-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-7-external 3 }
+
+wish-8-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-8 1 }
+
+wish-8-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-8 2 }
+
+wish-8-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-8 3 }
+
+wish-8-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 1 }
+
+wish-8-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 2 }
+
+wish-8-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 3 }
+
+wish-8-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-8-external-1 1 }
+
+wish-8-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-8-external-1 2 }
+
+wish-8-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-8-external-1 3 }
+
+wish-8-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-8-external-1 4 }
+
+wish-8-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-8-external-1 5 }
+
+wish-8-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-8-external-1 6 }
+
+wish-8-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-8-external-2 1 }
+
+wish-8-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-8-external-2 2 }
+
+wish-8-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-8-external-2 3 }
+
+wish-8-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-8-external-2 4 }
+
+wish-8-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-8-external-2 5 }
+
+wish-8-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-8-external-2 6 }
+
+wish-8-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-8-external 3 }
+
+wish-9-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-9 1 }
+
+wish-9-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-9 2 }
+
+wish-9-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-9 3 }
+
+wish-9-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 1 }
+
+wish-9-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 2 }
+
+wish-9-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 3 }
+
+wish-9-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-9-external-1 1 }
+
+wish-9-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-9-external-1 2 }
+
+wish-9-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-9-external-1 3 }
+
+wish-9-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-9-external-1 4 }
+
+wish-9-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-9-external-1 5 }
+
+wish-9-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-9-external-1 6 }
+
+wish-9-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-9-external-2 1 }
+
+wish-9-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-9-external-2 2 }
+
+wish-9-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-9-external-2 3 }
+
+wish-9-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-9-external-2 4 }
+
+wish-9-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-9-external-2 5 }
+
+wish-9-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-9-external-2 6 }
+
+wish-9-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-9-external 3 }
+
+wish-10-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-10 1 }
+
+wish-10-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-10 2 }
+
+wish-10-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-10 3 }
+
+wish-10-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 1 }
+
+wish-10-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 2 }
+
+wish-10-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 3 }
+
+wish-10-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-10-external-1 1 }
+
+wish-10-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-10-external-1 2 }
+
+wish-10-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-10-external-1 3 }
+
+wish-10-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-10-external-1 4 }
+
+wish-10-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-10-external-1 5 }
+
+wish-10-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-10-external-1 6 }
+
+wish-10-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-10-external-2 1 }
+
+wish-10-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-10-external-2 2 }
+
+wish-10-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-10-external-2 3 }
+
+wish-10-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-10-external-2 4 }
+
+wish-10-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-10-external-2 5 }
+
+wish-10-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-10-external-2 6 }
+
+wish-10-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-10-external 3 }
+
+wish-11-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-11 1 }
+
+wish-11-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-11 2 }
+
+wish-11-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-11 3 }
+
+wish-11-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-11-internal 1 }
+
+wish-11-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-11-internal 2 }
+
+wish-11-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-11-internal 3 }
+
+wish-11-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-11-external-1 1 }
+
+wish-11-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-11-external-1 2 }
+
+wish-11-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-11-external-1 3 }
+
+wish-11-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-11-external-1 4 }
+
+wish-11-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-11-external-1 5 }
+
+wish-11-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-11-external-1 6 }
+
+wish-11-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-11-external-2 1 }
+
+wish-11-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-11-external-2 2 }
+
+wish-11-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-11-external-2 3 }
+
+wish-11-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-11-external-2 4 }
+
+wish-11-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-11-external-2 5 }
+
+wish-11-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-11-external-2 6 }
+
+wish-11-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-11-external 3 }
+
+wish-12-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-12 1 }
+
+wish-12-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-12 2 }
+
+wish-12-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-12 3 }
+
+wish-12-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-12-internal 1 }
+
+wish-12-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-12-internal 2 }
+
+wish-12-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-12-internal 3 }
+
+wish-12-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-12-external-1 1 }
+
+wish-12-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-12-external-1 2 }
+
+wish-12-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-12-external-1 3 }
+
+wish-12-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-12-external-1 4 }
+
+wish-12-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-12-external-1 5 }
+
+wish-12-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-12-external-1 6 }
+
+wish-12-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-12-external-2 1 }
+
+wish-12-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-12-external-2 2 }
+
+wish-12-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-12-external-2 3 }
+
+wish-12-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-12-external-2 4 }
+
+wish-12-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-12-external-2 5 }
+
+wish-12-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-12-external-2 6 }
+
+wish-12-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-12-external 3 }
+
+wish-13-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-13 1 }
+
+wish-13-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-13 2 }
+
+wish-13-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-13 3 }
+
+wish-13-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-13-internal 1 }
+
+wish-13-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-13-internal 2 }
+
+wish-13-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-13-internal 3 }
+
+wish-13-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-13-external-1 1 }
+
+wish-13-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-13-external-1 2 }
+
+wish-13-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-13-external-1 3 }
+
+wish-13-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-13-external-1 4 }
+
+wish-13-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-13-external-1 5 }
+
+wish-13-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-13-external-1 6 }
+
+wish-13-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-13-external-2 1 }
+
+wish-13-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-13-external-2 2 }
+
+wish-13-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-13-external-2 3 }
+
+wish-13-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-13-external-2 4 }
+
+wish-13-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-13-external-2 5 }
+
+wish-13-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-13-external-2 6 }
+
+wish-13-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-13-external 3 }
+
+wish-14-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-14 1 }
+
+wish-14-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-14 2 }
+
+wish-14-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-14 3 }
+
+wish-14-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-14-internal 1 }
+
+wish-14-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-14-internal 2 }
+
+wish-14-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-14-internal 3 }
+
+wish-14-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-14-external-1 1 }
+
+wish-14-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-14-external-1 2 }
+
+wish-14-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-14-external-1 3 }
+
+wish-14-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-14-external-1 4 }
+
+wish-14-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-14-external-1 5 }
+
+wish-14-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-14-external-1 6 }
+
+wish-14-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-14-external-2 1 }
+
+wish-14-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-14-external-2 2 }
+
+wish-14-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-14-external-2 3 }
+
+wish-14-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-14-external-2 4 }
+
+wish-14-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-14-external-2 5 }
+
+wish-14-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-14-external-2 6 }
+
+wish-14-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-14-external 3 }
+
+wish-15-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-15 1 }
+
+wish-15-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-15 2 }
+
+wish-15-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-15 3 }
+
+wish-15-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-15-internal 1 }
+
+wish-15-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-15-internal 2 }
+
+wish-15-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-15-internal 3 }
+
+wish-15-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-15-external-1 1 }
+
+wish-15-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-15-external-1 2 }
+
+wish-15-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-15-external-1 3 }
+
+wish-15-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-15-external-1 4 }
+
+wish-15-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-15-external-1 5 }
+
+wish-15-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-15-external-1 6 }
+
+wish-15-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-15-external-2 1 }
+
+wish-15-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Current reading in Amperage."
+::= { wish-15-external-2 2 }
+
+wish-15-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Power reading in Watts."
+::= { wish-15-external-2 3 }
+
+wish-15-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Voltage reading in Volts."
+::= { wish-15-external-2 4 }
+
+wish-15-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor and connection of a Digital Power Sensor is supported by your model, this value represents the Reference reading in Volts."
+::= { wish-15-external-2 5 }
+
+wish-15-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-15-external-2 6 }
+
+wish-15-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-15-external 3 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- ROOMALERT26W TRAPS
+
+tempalarm1-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm1 trap signifies that the current
+ temperature on external sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-26w-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-26w-snmp-trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmMessage variable."
+::= 2
+
+tempalarm2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm2 trap signifies that the current
+ temperature on external sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+tempclear2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear2 trap signifies that the current
+ temperature on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+tempalarm3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm3 trap signifies that the current
+ temperature on external sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+tempclear3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear3 trap signifies that the current
+ temperature on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+humidityalarm1-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm1 trap signifies that the current
+ humidity on external sensor 1 is outside the
+ defined high or low threshold."
+::= 7
+
+humidityclear1-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear1 trap signifies that the current
+ humidity on external sensor 1 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+humidityalarm2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm2 trap signifies that the current
+ humidity on external sensor 2 is outside the
+ defined high or low threshold."
+::= 9
+
+humidityclear2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear2 trap signifies that the current
+ humidity on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 10
+
+humidityalarm3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm3 trap signifies that the current
+ humidity on external sensor 3 is outside the
+ defined high or low threshold."
+::= 11
+
+humidityclear3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear3 trap signifies that the current
+ humidity on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 12
+
+switchalarm1-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 13
+
+switchclear1-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear1 trap signifies that the switch sensor 1
+ has returned to a normal state."
+::= 14
+
+switchalarm2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm2 trap signifies that switch sensor 2
+ is in an alarm state."
+::= 15
+
+switchclear2-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear2 trap signifies that the switch sensor 2
+ has returned to a normal state."
+::= 16
+
+switchalarm3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm3 trap signifies that switch sensor 3
+ is in an alarm state."
+::= 17
+
+switchclear3-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear3 trap signifies that the switch sensor 3
+ has returned to a normal state."
+::= 18
+
+switchalarm4-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm4 trap signifies that switch sensor 4
+ is in an alarm state."
+::= 19
+
+switchclear4-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear4 trap signifies that the switch sensor 4
+ has returned to a normal state."
+::= 20
+
+switchalarm5-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm5 trap signifies that switch sensor 5
+ is in an alarm state."
+::= 21
+
+switchclear5-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear5 trap signifies that the switch sensor 5
+ has returned to a normal state."
+::= 22
+
+switchalarm6-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm6 trap signifies that switch sensor 6
+ is in an alarm state."
+::= 23
+
+switchclear6-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear6 trap signifies that the switch sensor 6
+ has returned to a normal state."
+::= 24
+
+switchalarm7-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm7 trap signifies that switch sensor 7
+ is in an alarm state."
+::= 25
+
+switchclear7-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear7 trap signifies that the switch sensor 7
+ has returned to a normal state."
+::= 26
+
+switchalarm8-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm8 trap signifies that switch sensor 8
+ is in an alarm state."
+::= 27
+
+switchclear8-26w TRAP-TYPE
+ ENTERPRISE roomalert26w
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear8 trap signifies that the switch sensor 8
+ has returned to a normal state."
+::= 28
+END
diff --git a/MIBS/avtech/ROOMALERT32E-MIB b/MIBS/avtech/ROOMALERT32E-MIB
new file mode 100644
index 0000000..3dea310
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT32E-MIB
@@ -0,0 +1,2278 @@
+--
+--defines ROOMALERT32E-MIB for SNMP agent extension of Room Alert 32E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 3.1.0
+--Date: 13 September 2017
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2017 AVTECH Software, Inc.
+--
+
+ROOMALERT32E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert32E OBJECT IDENTIFIER ::= { products 8 }
+sensors OBJECT IDENTIFIER ::= { roomalert32E 1 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+humidity OBJECT IDENTIFIER ::= { internal 2 }
+power OBJECT IDENTIFIER ::= { internal 3 }
+heat-index OBJECT IDENTIFIER ::= { internal 4 }
+analog OBJECT IDENTIFIER ::= { internal 5 }
+relay OBJECT IDENTIFIER ::= { internal 6 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+digital-sen3 OBJECT IDENTIFIER ::= { digital 3 }
+digital-sen4 OBJECT IDENTIFIER ::= { digital 4 }
+digital-sen5 OBJECT IDENTIFIER ::= { digital 5 }
+digital-sen6 OBJECT IDENTIFIER ::= { digital 6 }
+digital-sen7 OBJECT IDENTIFIER ::= { digital 7 }
+digital-sen8 OBJECT IDENTIFIER ::= { digital 8 }
+switch OBJECT IDENTIFIER ::= { sensors 3 }
+wireless OBJECT IDENTIFIER ::= { sensors 4 }
+wish-1 OBJECT IDENTIFIER ::= { wireless 1 }
+wish-1-sensors OBJECT IDENTIFIER ::= { wish-1 4 }
+wish-1-internal OBJECT IDENTIFIER ::= { wish-1-sensors 1 }
+wish-1-external OBJECT IDENTIFIER ::= { wish-1-sensors 2 }
+wish-1-external-1 OBJECT IDENTIFIER ::= { wish-1-external 1 }
+wish-1-external-2 OBJECT IDENTIFIER ::= { wish-1-external 2 }
+wish-2 OBJECT IDENTIFIER ::= { wireless 2 }
+wish-2-sensors OBJECT IDENTIFIER ::= { wish-2 4 }
+wish-2-internal OBJECT IDENTIFIER ::= { wish-2-sensors 1 }
+wish-2-external OBJECT IDENTIFIER ::= { wish-2-sensors 2 }
+wish-2-external-1 OBJECT IDENTIFIER ::= { wish-2-external 1 }
+wish-2-external-2 OBJECT IDENTIFIER ::= { wish-2-external 2 }
+wish-3 OBJECT IDENTIFIER ::= { wireless 3 }
+wish-3-sensors OBJECT IDENTIFIER ::= { wish-3 4 }
+wish-3-internal OBJECT IDENTIFIER ::= { wish-3-sensors 1 }
+wish-3-external OBJECT IDENTIFIER ::= { wish-3-sensors 2 }
+wish-3-external-1 OBJECT IDENTIFIER ::= { wish-3-external 1 }
+wish-3-external-2 OBJECT IDENTIFIER ::= { wish-3-external 2 }
+wish-4 OBJECT IDENTIFIER ::= { wireless 4 }
+wish-4-sensors OBJECT IDENTIFIER ::= { wish-4 4 }
+wish-4-internal OBJECT IDENTIFIER ::= { wish-4-sensors 1 }
+wish-4-external OBJECT IDENTIFIER ::= { wish-4-sensors 2 }
+wish-4-external-1 OBJECT IDENTIFIER ::= { wish-4-external 1 }
+wish-4-external-2 OBJECT IDENTIFIER ::= { wish-4-external 2 }
+wish-5 OBJECT IDENTIFIER ::= { wireless 5 }
+wish-5-sensors OBJECT IDENTIFIER ::= { wish-5 4 }
+wish-5-internal OBJECT IDENTIFIER ::= { wish-5-sensors 1 }
+wish-5-external OBJECT IDENTIFIER ::= { wish-5-sensors 2 }
+wish-5-external-1 OBJECT IDENTIFIER ::= { wish-5-external 1 }
+wish-5-external-2 OBJECT IDENTIFIER ::= { wish-5-external 2 }
+wish-6 OBJECT IDENTIFIER ::= { wireless 6 }
+wish-6-sensors OBJECT IDENTIFIER ::= { wish-6 4 }
+wish-6-internal OBJECT IDENTIFIER ::= { wish-6-sensors 1 }
+wish-6-external OBJECT IDENTIFIER ::= { wish-6-sensors 2 }
+wish-6-external-1 OBJECT IDENTIFIER ::= { wish-6-external 1 }
+wish-6-external-2 OBJECT IDENTIFIER ::= { wish-6-external 2 }
+wish-7 OBJECT IDENTIFIER ::= { wireless 7 }
+wish-7-sensors OBJECT IDENTIFIER ::= { wish-7 4 }
+wish-7-internal OBJECT IDENTIFIER ::= { wish-7-sensors 1 }
+wish-7-external OBJECT IDENTIFIER ::= { wish-7-sensors 2 }
+wish-7-external-1 OBJECT IDENTIFIER ::= { wish-7-external 1 }
+wish-7-external-2 OBJECT IDENTIFIER ::= { wish-7-external 2 }
+wish-8 OBJECT IDENTIFIER ::= { wireless 8 }
+wish-8-sensors OBJECT IDENTIFIER ::= { wish-8 4 }
+wish-8-internal OBJECT IDENTIFIER ::= { wish-8-sensors 1 }
+wish-8-external OBJECT IDENTIFIER ::= { wish-8-sensors 2 }
+wish-8-external-1 OBJECT IDENTIFIER ::= { wish-8-external 1 }
+wish-8-external-2 OBJECT IDENTIFIER ::= { wish-8-external 2 }
+wish-9 OBJECT IDENTIFIER ::= { wireless 9 }
+wish-9-sensors OBJECT IDENTIFIER ::= { wish-9 4 }
+wish-9-internal OBJECT IDENTIFIER ::= { wish-9-sensors 1 }
+wish-9-external OBJECT IDENTIFIER ::= { wish-9-sensors 2 }
+wish-9-external-1 OBJECT IDENTIFIER ::= { wish-9-external 1 }
+wish-9-external-2 OBJECT IDENTIFIER ::= { wish-9-external 2 }
+wish-10 OBJECT IDENTIFIER ::= { wireless 10 }
+wish-10-sensors OBJECT IDENTIFIER ::= { wish-10 4 }
+wish-10-internal OBJECT IDENTIFIER ::= { wish-10-sensors 1 }
+wish-10-external OBJECT IDENTIFIER ::= { wish-10-sensors 2 }
+wish-10-external-1 OBJECT IDENTIFIER ::= { wish-10-external 1 }
+wish-10-external-2 OBJECT IDENTIFIER ::= { wish-10-external 2 }
+wish-11 OBJECT IDENTIFIER ::= { wireless 11 }
+wish-11-sensors OBJECT IDENTIFIER ::= { wish-11 4 }
+wish-11-internal OBJECT IDENTIFIER ::= { wish-11-sensors 1 }
+wish-11-external OBJECT IDENTIFIER ::= { wish-11-sensors 2 }
+wish-11-external-1 OBJECT IDENTIFIER ::= { wish-11-external 1 }
+wish-11-external-2 OBJECT IDENTIFIER ::= { wish-11-external 2 }
+wish-12 OBJECT IDENTIFIER ::= { wireless 12 }
+wish-12-sensors OBJECT IDENTIFIER ::= { wish-12 4 }
+wish-12-internal OBJECT IDENTIFIER ::= { wish-12-sensors 1 }
+wish-12-external OBJECT IDENTIFIER ::= { wish-12-sensors 2 }
+wish-12-external-1 OBJECT IDENTIFIER ::= { wish-12-external 1 }
+wish-12-external-2 OBJECT IDENTIFIER ::= { wish-12-external 2 }
+wish-13 OBJECT IDENTIFIER ::= { wireless 13 }
+wish-13-sensors OBJECT IDENTIFIER ::= { wish-13 4 }
+wish-13-internal OBJECT IDENTIFIER ::= { wish-13-sensors 1 }
+wish-13-external OBJECT IDENTIFIER ::= { wish-13-sensors 2 }
+wish-13-external-1 OBJECT IDENTIFIER ::= { wish-13-external 1 }
+wish-13-external-2 OBJECT IDENTIFIER ::= { wish-13-external 2 }
+wish-14 OBJECT IDENTIFIER ::= { wireless 14 }
+wish-14-sensors OBJECT IDENTIFIER ::= { wish-14 4 }
+wish-14-internal OBJECT IDENTIFIER ::= { wish-14-sensors 1 }
+wish-14-external OBJECT IDENTIFIER ::= { wish-14-sensors 2 }
+wish-14-external-1 OBJECT IDENTIFIER ::= { wish-14-external 1 }
+wish-14-external-2 OBJECT IDENTIFIER ::= { wish-14-external 2 }
+wish-15 OBJECT IDENTIFIER ::= { wireless 15 }
+wish-15-sensors OBJECT IDENTIFIER ::= { wish-15 4 }
+wish-15-internal OBJECT IDENTIFIER ::= { wish-15-sensors 1 }
+wish-15-external OBJECT IDENTIFIER ::= { wish-15-sensors 2 }
+wish-15-external-1 OBJECT IDENTIFIER ::= { wish-15-external 1 }
+wish-15-external-2 OBJECT IDENTIFIER ::= { wish-15-external 2 }
+traps OBJECT IDENTIFIER ::= { roomalert32E 2 }
+lighttowers OBJECT IDENTIFIER ::= { roomalert32E 3 }
+lighttower1 OBJECT IDENTIFIER ::= { lighttowers 1 }
+lighttower2 OBJECT IDENTIFIER ::= { lighttowers 2 }
+
+-- Room Alert 32E MIB
+-- Parameters
+
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit."
+::= { temperature 1 }
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius."
+::= { temperature 2 }
+
+internal-humidity OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal relative humidity reading in %RH."
+::= { humidity 1 }
+
+internal-heat-index OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION "The internal heat index reading in Fahrenheit."
+::= { heat-index 1 }
+
+internal-heat-indexC OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION "The internal heat index reading in Celsius."
+::= { heat-index 2 }
+
+internal-power OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 32E power supply. A '1' indicates the unit is running on AC/Utility power. A '0' indicates the unit is running on battery backup power."
+::= { power 1 }
+
+internal-analog1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 32E analog input (0-5VDC)."
+::= { analog 1 }
+
+internal-analog2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current status of the Room Alert 32E analog input (0-5VDC)."
+::= { analog 2 }
+
+internal-relay1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the on-board relay output"
+::= { relay 1 }
+
+internal-relay2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the on-board relay output"
+::= { relay 2 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen1 4 }
+
+digital-sen1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen1 5 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen2 4 }
+
+digital-sen2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen2 5 }
+
+digital-sen3-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen3 1 }
+
+digital-sen3-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen3 2 }
+
+digital-sen3-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen3 3 }
+
+digital-sen3-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen3 4 }
+
+digital-sen3-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen3 5 }
+
+digital-sen4-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen4 1 }
+
+digital-sen4-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen4 2 }
+
+digital-sen4-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen4 3 }
+
+digital-sen4-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen4 4 }
+
+digital-sen4-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen4 5 }
+
+digital-sen5-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen5 1 }
+
+digital-sen5-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen5 2 }
+
+digital-sen5-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen5 3 }
+
+digital-sen5-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen5 4 }
+
+digital-sen5-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen5 5 }
+
+digital-sen6-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen6 1 }
+
+digital-sen6-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen6 2 }
+
+digital-sen6-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen6 3 }
+
+digital-sen6-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen6 4 }
+
+digital-sen6-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen6 5 }
+
+digital-sen7-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen7 1 }
+
+digital-sen7-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen7 2 }
+
+digital-sen7-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen7 3 }
+
+digital-sen7-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen7 4 }
+
+digital-sen7-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen7 5 }
+
+digital-sen8-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen8 1 }
+
+digital-sen8-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen8 2 }
+
+digital-sen8-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen8 3 }
+
+digital-sen8-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen8 4 }
+
+digital-sen8-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen8 5 }
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+switch-sen2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 2 (0 = OPEN, 1 = CLOSED)."
+::= { switch 2 }
+
+switch-sen3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 3 (0 = OPEN, 1 = CLOSED)."
+::= { switch 3 }
+
+switch-sen4 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 4 (0 = OPEN, 1 = CLOSED)."
+::= { switch 4 }
+
+switch-sen5 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 5 (0 = OPEN, 1 = CLOSED)."
+::= { switch 5 }
+
+switch-sen6 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 6 (0 = OPEN, 1 = CLOSED)."
+::= { switch 6 }
+
+switch-sen7 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 7 (0 = OPEN, 1 = CLOSED)."
+::= { switch 7 }
+
+switch-sen8 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 8 (0 = OPEN, 1 = CLOSED)."
+::= { switch 8 }
+
+switch-sen9 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 9 (0 = OPEN, 1 = CLOSED)."
+::= { switch 9 }
+
+switch-sen10 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 10 (0 = OPEN, 1 = CLOSED)."
+::= { switch 10 }
+
+switch-sen11 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 11 (0 = OPEN, 1 = CLOSED)."
+::= { switch 11 }
+
+switch-sen12 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 12 (0 = OPEN, 1 = CLOSED)."
+::= { switch 12 }
+
+switch-sen13 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 13 (0 = OPEN, 1 = CLOSED)."
+::= { switch 13 }
+
+switch-sen14 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 14 (0 = OPEN, 1 = CLOSED)."
+::= { switch 14 }
+
+switch-sen15 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 15 (0 = OPEN, 1 = CLOSED)."
+::= { switch 15 }
+
+switch-sen16 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 16 (0 = OPEN, 1 = CLOSED)."
+::= { switch 16 }
+
+wish-1-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-1 1 }
+
+wish-1-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-1 2 }
+
+wish-1-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-1 3 }
+
+wish-1-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 1 }
+
+wish-1-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 2 }
+
+wish-1-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-1-internal 3 }
+
+wish-1-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-1-external-1 1 }
+
+wish-1-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-1-external-1 2 }
+
+wish-1-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-1-external-1 3 }
+
+wish-1-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-1-external-1 4 }
+
+wish-1-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-1-external-1 5 }
+
+wish-1-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-1-external-1 6 }
+
+wish-1-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-1-external-2 1 }
+
+wish-1-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-1-external-2 2 }
+
+wish-1-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-1-external-2 3 }
+
+wish-1-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-1-external-2 4 }
+
+wish-1-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-1-external-2 5 }
+
+wish-1-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-1-external-2 6 }
+
+wish-1-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-1-external 3 }
+
+wish-2-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-2 1 }
+
+wish-2-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-2 2 }
+
+wish-2-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-2 3 }
+
+wish-2-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 1 }
+
+wish-2-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 2 }
+
+wish-2-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-2-internal 3 }
+
+wish-2-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-2-external-1 1 }
+
+wish-2-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-2-external-1 2 }
+
+wish-2-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-2-external-1 3 }
+
+wish-2-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-2-external-1 4 }
+
+wish-2-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-2-external-1 5 }
+
+wish-2-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-2-external-1 6 }
+
+wish-2-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-2-external-2 1 }
+
+wish-2-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-2-external-2 2 }
+
+wish-2-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-2-external-2 3 }
+
+wish-2-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-2-external-2 4 }
+
+wish-2-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-2-external-2 5 }
+
+wish-2-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-2-external-2 6 }
+
+wish-2-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-2-external 3 }
+
+wish-3-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-3 1 }
+
+wish-3-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-3 2 }
+
+wish-3-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-3 3 }
+
+wish-3-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 1 }
+
+wish-3-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 2 }
+
+wish-3-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-3-internal 3 }
+
+wish-3-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-3-external-1 1 }
+
+wish-3-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-3-external-1 2 }
+
+wish-3-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-3-external-1 3 }
+
+wish-3-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-3-external-1 4 }
+
+wish-3-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-3-external-1 5 }
+
+wish-3-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-3-external-1 6 }
+
+wish-3-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-3-external-2 1 }
+
+wish-3-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-3-external-2 2 }
+
+wish-3-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-3-external-2 3 }
+
+wish-3-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-3-external-2 4 }
+
+wish-3-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-3-external-2 5 }
+
+wish-3-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-3-external-2 6 }
+
+wish-3-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-3-external 3 }
+
+wish-4-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-4 1 }
+
+wish-4-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-4 2 }
+
+wish-4-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-4 3 }
+
+wish-4-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 1 }
+
+wish-4-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 2 }
+
+wish-4-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-4-internal 3 }
+
+wish-4-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-4-external-1 1 }
+
+wish-4-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-4-external-1 2 }
+
+wish-4-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-4-external-1 3 }
+
+wish-4-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-4-external-1 4 }
+
+wish-4-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-4-external-1 5 }
+
+wish-4-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-4-external-1 6 }
+
+wish-4-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-4-external-2 1 }
+
+wish-4-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-4-external-2 2 }
+
+wish-4-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-4-external-2 3 }
+
+wish-4-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-4-external-2 4 }
+
+wish-4-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-4-external-2 5 }
+
+wish-4-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-4-external-2 6 }
+
+wish-4-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-4-external 3 }
+
+wish-5-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-5 1 }
+
+wish-5-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-5 2 }
+
+wish-5-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-5 3 }
+
+wish-5-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 1 }
+
+wish-5-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 2 }
+
+wish-5-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-5-internal 3 }
+
+wish-5-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-5-external-1 1 }
+
+wish-5-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-5-external-1 2 }
+
+wish-5-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-5-external-1 3 }
+
+wish-5-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-5-external-1 4 }
+
+wish-5-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-5-external-1 5 }
+
+wish-5-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-5-external-1 6 }
+
+wish-5-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-5-external-2 1 }
+
+wish-5-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-5-external-2 2 }
+
+wish-5-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-5-external-2 3 }
+
+wish-5-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-5-external-2 4 }
+
+wish-5-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-5-external-2 5 }
+
+wish-5-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-5-external-2 6 }
+
+wish-5-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-5-external 3 }
+
+wish-6-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-6 1 }
+
+wish-6-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-6 2 }
+
+wish-6-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-6 3 }
+
+wish-6-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 1 }
+
+wish-6-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 2 }
+
+wish-6-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-6-internal 3 }
+
+wish-6-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-6-external-1 1 }
+
+wish-6-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-6-external-1 2 }
+
+wish-6-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-6-external-1 3 }
+
+wish-6-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-6-external-1 4 }
+
+wish-6-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-6-external-1 5 }
+
+wish-6-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-6-external-1 6 }
+
+wish-6-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-6-external-2 1 }
+
+wish-6-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-6-external-2 2 }
+
+wish-6-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-6-external-2 3 }
+
+wish-6-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-6-external-2 4 }
+
+wish-6-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-6-external-2 5 }
+
+wish-6-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-6-external-2 6 }
+
+wish-6-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-6-external 3 }
+
+wish-7-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-7 1 }
+
+wish-7-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-7 2 }
+
+wish-7-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-7 3 }
+
+wish-7-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 1 }
+
+wish-7-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 2 }
+
+wish-7-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-7-internal 3 }
+
+wish-7-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-7-external-1 1 }
+
+wish-7-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-7-external-1 2 }
+
+wish-7-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-7-external-1 3 }
+
+wish-7-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-7-external-1 4 }
+
+wish-7-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-7-external-1 5 }
+
+wish-7-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-7-external-1 6 }
+
+wish-7-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-7-external-2 1 }
+
+wish-7-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-7-external-2 2 }
+
+wish-7-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-7-external-2 3 }
+
+wish-7-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-7-external-2 4 }
+
+wish-7-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-7-external-2 5 }
+
+wish-7-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-7-external-2 6 }
+
+wish-7-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-7-external 3 }
+
+wish-8-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-8 1 }
+
+wish-8-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-8 2 }
+
+wish-8-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-8 3 }
+
+wish-8-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 1 }
+
+wish-8-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 2 }
+
+wish-8-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-8-internal 3 }
+
+wish-8-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-8-external-1 1 }
+
+wish-8-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-8-external-1 2 }
+
+wish-8-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-8-external-1 3 }
+
+wish-8-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-8-external-1 4 }
+
+wish-8-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-8-external-1 5 }
+
+wish-8-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-8-external-1 6 }
+
+wish-8-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-8-external-2 1 }
+
+wish-8-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-8-external-2 2 }
+
+wish-8-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-8-external-2 3 }
+
+wish-8-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-8-external-2 4 }
+
+wish-8-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-8-external-2 5 }
+
+wish-8-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-8-external-2 6 }
+
+wish-8-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-8-external 3 }
+
+wish-9-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-9 1 }
+
+wish-9-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-9 2 }
+
+wish-9-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-9 3 }
+
+wish-9-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 1 }
+
+wish-9-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 2 }
+
+wish-9-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-9-internal 3 }
+
+wish-9-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-9-external-1 1 }
+
+wish-9-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-9-external-1 2 }
+
+wish-9-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-9-external-1 3 }
+
+wish-9-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-9-external-1 4 }
+
+wish-9-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-9-external-1 5 }
+
+wish-9-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-9-external-1 6 }
+
+wish-9-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-9-external-2 1 }
+
+wish-9-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-9-external-2 2 }
+
+wish-9-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-9-external-2 3 }
+
+wish-9-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-9-external-2 4 }
+
+wish-9-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-9-external-2 5 }
+
+wish-9-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-9-external-2 6 }
+
+wish-9-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-9-external 3 }
+
+wish-10-enabled OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current 'enabled' status for this WiSH/WiSPR Sensor. A '0' indicates the WiSH/WiSPR is disabled. A '1' indicates the WiSH/WiSPR is enabled."
+::= { wish-10 1 }
+
+wish-10-serial-num OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The unique serial number for this WiSH/WiSPR Sensor."
+::= { wish-10 2 }
+
+wish-10-updates OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current update interval for this WiSH/WiSPR Sensor."
+::= { wish-10 3 }
+
+wish-10-battery-voltage OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current voltage reading of the internal battery for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 1 }
+
+wish-10-internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Celsius (C) for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 2 }
+
+wish-10-internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature of the internal sensor in Fahrenheit (F) for this WiSH/WiSPR Sensor."
+::= { wish-10-internal 3 }
+
+wish-10-external-1-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-10-external-1 1 }
+
+wish-10-external-1-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-10-external-1 2 }
+
+wish-10-external-1-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-10-external-1 3 }
+
+wish-10-external-1-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-10-external-1 4 }
+
+wish-10-external-1-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-10-external-1 5 }
+
+wish-10-external-1-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-10-external-1 6 }
+
+wish-10-external-2-type OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The sensor type of the digital sensor attached to this digital sensor port on the WiSH/WiSPR Sensor."
+::= { wish-10-external-2 1 }
+
+wish-10-external-2-val1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Celsius."
+::= { wish-10-external-2 2 }
+
+wish-10-external-2-val2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity or Temp/Analog sensor, this value represents the current temperature in Fahrenheit."
+::= { wish-10-external-2 3 }
+
+wish-10-external-2-val3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog Sensor, this value represents the Voltage reading in Volts."
+::= { wish-10-external-2 4 }
+
+wish-10-external-2-val4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current Custom Value."
+::= { wish-10-external-2 5 }
+
+wish-10-external-2-val5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { wish-10-external-2 6 }
+
+wish-10-external-switch OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor contacts of this WiSH/WiSPR Sensor (0 = OPEN, 1 = CLOSED)."
+::= { wish-10-external 3 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- Lighttower1
+
+lighttower1-RE OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the red LED on the Light Tower."
+::= { lighttower1 1 }
+
+lighttower1-OR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the orange LED on the Light Tower."
+::= { lighttower1 2 }
+
+lighttower1-GR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the green LED on the Light Tower."
+::= { lighttower1 3 }
+
+lighttower1-WH OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the white LED on the Light Tower."
+::= { lighttower1 4 }
+
+lighttower1-BL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the blue LED on the Light Tower."
+::= { lighttower1 5 }
+
+lighttower1-A1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 1st audio alarm on the Light Tower."
+::= { lighttower1 6 }
+
+lighttower1-A2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 2nd audio alarm on the Light Tower."
+::= { lighttower1 7 }
+
+lighttower1-RL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the LTA's on-board relay output"
+::= { lighttower1 8 }
+
+
+-- Lighttower2
+
+lighttower2-RE OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the red LED on the Light Tower."
+::= { lighttower2 1 }
+
+lighttower2-OR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the orange LED on the Light Tower."
+::= { lighttower2 2 }
+
+lighttower2-GR OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the green LED on the Light Tower."
+::= { lighttower2 3 }
+
+lighttower2-WH OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the white LED on the Light Tower."
+::= { lighttower2 4 }
+
+lighttower2-BL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the blue LED on the Light Tower."
+::= { lighttower2 5 }
+
+lighttower2-A1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 1st audio alarm on the Light Tower."
+::= { lighttower2 6 }
+
+lighttower2-A2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the 2nd audio alarm on the Light Tower."
+::= { lighttower2 7 }
+
+lighttower2-RL OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of the LTA's on-board relay output"
+::= { lighttower2 8 }
+
+
+-- ROOMALERT32E TRAPS
+
+tempalarm1-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm1 trap signifies that the current
+ temperature on external sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-32E-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-32E-snmp-trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmMessage variable."
+::= 2
+
+tempalarm2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm2 trap signifies that the current
+ temperature on external sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+tempclear2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear2 trap signifies that the current
+ temperature on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+tempalarm3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempalarm3 trap signifies that the current
+ temperature on external sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+tempclear3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempclear3 trap signifies that the current
+ temperature on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+humidityalarm1-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm1 trap signifies that the current
+ humidity on external sensor 1 is outside the
+ defined high or low threshold."
+::= 7
+
+humidityclear1-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear1 trap signifies that the current
+ humidity on external sensor 1 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+humidityalarm2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm2 trap signifies that the current
+ humidity on external sensor 2 is outside the
+ defined high or low threshold."
+::= 9
+
+humidityclear2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear2 trap signifies that the current
+ humidity on external sensor 2 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 10
+
+humidityalarm3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityalarm3 trap signifies that the current
+ humidity on external sensor 3 is outside the
+ defined high or low threshold."
+::= 11
+
+humidityclear3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A humidityclear3 trap signifies that the current
+ humidity on external sensor 3 has returned to
+ a normal condition and is within the defined
+ high or low threshold."
+::= 12
+
+switchalarm1-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm1 trap signifies that switch sensor 1
+ is in an alarm state."
+::= 13
+
+switchclear1-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear1 trap signifies that the switch sensor 1
+ has returned to a normal state."
+::= 14
+
+switchalarm2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm2 trap signifies that switch sensor 2
+ is in an alarm state."
+::= 15
+
+switchclear2-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear2 trap signifies that the switch sensor 2
+ has returned to a normal state."
+::= 16
+
+switchalarm3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm3 trap signifies that switch sensor 3
+ is in an alarm state."
+::= 17
+
+switchclear3-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear3 trap signifies that the switch sensor 3
+ has returned to a normal state."
+::= 18
+
+switchalarm4-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm4 trap signifies that switch sensor 4
+ is in an alarm state."
+::= 19
+
+switchclear4-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear4 trap signifies that the switch sensor 4
+ has returned to a normal state."
+::= 20
+
+switchalarm5-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm5 trap signifies that switch sensor 5
+ is in an alarm state."
+::= 21
+
+switchclear5-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear5 trap signifies that the switch sensor 5
+ has returned to a normal state."
+::= 22
+
+switchalarm6-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm6 trap signifies that switch sensor 6
+ is in an alarm state."
+::= 23
+
+switchclear6-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear6 trap signifies that the switch sensor 6
+ has returned to a normal state."
+::= 24
+
+switchalarm7-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm7 trap signifies that switch sensor 7
+ is in an alarm state."
+::= 25
+
+switchclear7-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear7 trap signifies that the switch sensor 7
+ has returned to a normal state."
+::= 26
+
+switchalarm8-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchalarm8 trap signifies that switch sensor 8
+ is in an alarm state."
+::= 27
+
+switchclear8-32E TRAP-TYPE
+ ENTERPRISE roomalert32E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A switchclear8 trap signifies that the switch sensor 8
+ has returned to a normal state."
+::= 28
+END
diff --git a/MIBS/avtech/ROOMALERT3E-MIB b/MIBS/avtech/ROOMALERT3E-MIB
new file mode 100644
index 0000000..bd0bba8
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT3E-MIB
@@ -0,0 +1,183 @@
+--
+--defines ROOMALERT3E-MIB for SNMP agent extension of Room Alert 3E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 1.0.1
+--Date: WEB_RELEASE_DATE_PLACEHOLDER
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) COPYRIGHT_YEAR_PLACEHOLDER AVTECH Software, Inc.
+--
+
+ROOMALERT3E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+ROOMALERT3E OBJECT IDENTIFIER ::= { products 9 }
+sensors OBJECT IDENTIFIER ::= { ROOMALERT3E 1 }
+signaltower OBJECT IDENTIFIER ::= { ROOMALERT3E 2 }
+traps OBJECT IDENTIFIER ::= { ROOMALERT3E 3 }
+digital OBJECT IDENTIFIER ::= { sensors 1 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+switch OBJECT IDENTIFIER ::= { sensors 2 }
+
+
+-- Room Alert 3E MIB
+-- Parameters
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature reading in Celsius of the Internal Temperature Sensor."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The current temperature reading in Fahrenheit of the Internal Temperature Sensor."
+::= { digital-sen1 2 }
+
+digital-sen1-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= {digital-sen1 3}
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit."
+::= { digital-sen2 4 }
+
+digital-sen2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen2 5 }
+
+digital-sen2-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= {digital-sen2 6}
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for the switch sensor (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+switch-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for the switch sensor"
+::= { switch 2 }
+
+red-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 1 }
+
+amber-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 2 }
+
+green-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 3 }
+
+blue-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 4 }
+
+white-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 5 }
+
+alarm1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 6 }
+
+alarm2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 7 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- ROOMALERT3E TRAPS
+
+room-alert-3e-snmp-trap TRAP-TYPE
+ ENTERPRISE ROOMALERT3E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-3e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor indicated
+ by the alarmmessage variable."
+::= 2
+END
diff --git a/MIBS/avtech/ROOMALERT4E-MIB b/MIBS/avtech/ROOMALERT4E-MIB
new file mode 100644
index 0000000..bf9d96f
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT4E-MIB
@@ -0,0 +1,257 @@
+--
+--defines ROOMALERT4E-MIB for SNMP agent extension of Room Alert 4E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 4.2.4
+--Date: 15 February 2019
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2019 AVTECH Software, Inc.
+--
+
+ROOMALERT4E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert4E OBJECT IDENTIFIER ::= { products 6 }
+sensors OBJECT IDENTIFIER ::= { roomalert4E 1 }
+signaltower OBJECT IDENTIFIER ::= { roomalert4E 2 }
+traps OBJECT IDENTIFIER ::= { roomalert4E 3 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+label OBJECT IDENTIFIER ::= { internal 2 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+switch OBJECT IDENTIFIER ::= { sensors 3 }
+
+
+-- Room Alert 4E MIB
+-- Parameters
+
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit."
+::= { temperature 1 }
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius."
+::= { temperature 2 }
+
+internal-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= { label 1 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen1 4 }
+
+digital-sen1-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen1 5 }
+
+digital-sen1-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
+::= { digital-sen1 6 }
+
+digital-sen1-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
+::= { digital-sen1 7 }
+
+digital-sen1-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= {digital-sen1 8}
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Celsius."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature, Temp/Humidity, Temp/Analog, or Temp/Active Power sensor, this value represents the current temperature in Fahrenheit."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected)."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading."
+::= { digital-sen2 4 }
+
+digital-sen2-5 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius."
+::= { digital-sen2 5 }
+
+digital-sen2-6 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Celsius."
+::= { digital-sen2 6 }
+
+digital-sen2-7 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current dew point in Fahrenheit."
+::= { digital-sen2 7 }
+
+digital-sen2-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label of this sensor"
+::= {digital-sen2 8}
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for the switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+switch-label OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The label for the switch sensor"
+::= { switch 2 }
+
+red-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 1 }
+
+amber-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 2 }
+
+green-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 3 }
+
+blue-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 4 }
+
+white-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 5 }
+
+alarm1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 6 }
+
+alarm2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "The status of this Light Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 7 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- roomalert4E TRAPS
+
+room-alert-4e-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert4E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-4e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor indicated
+ by the alarmmessage variable."
+::= 2
+END
diff --git a/MIBS/avtech/ROOMALERT7E-MIB b/MIBS/avtech/ROOMALERT7E-MIB
new file mode 100644
index 0000000..bdb6a3e
--- /dev/null
+++ b/MIBS/avtech/ROOMALERT7E-MIB
@@ -0,0 +1,362 @@
+--
+--defines ROOMALERT7E-MIB for SNMP agent extension of Room Alert 7E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 2.0.3
+--Date: 11 September 2007
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2007 AVTECH Software, Inc.
+--
+
+ROOMALERT7E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+roomalert7e OBJECT IDENTIFIER ::= { products 2 }
+sensors OBJECT IDENTIFIER ::= { roomalert7e 1 }
+traps OBJECT IDENTIFIER ::= { roomalert7e 2 }
+thresholds OBJECT IDENTIFIER ::= { roomalert7e 3 }
+temperature OBJECT IDENTIFIER ::= { sensors 1 }
+switch OBJECT IDENTIFIER ::= { sensors 2 }
+
+-- Room Alert 7E MIB
+-- Parameters
+
+tempreading1c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 1 (Celsius)"
+::= { temperature 1 }
+
+tempreading2c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 2 (Celsius)"
+::= { temperature 2 }
+
+tempreading3c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 3 (Celsius)"
+::= { temperature 3 }
+
+
+tempreading4c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 4 (Celsius)"
+::= { temperature 4 }
+
+tempreading1f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 1 (Fahrenheit)"
+::= { temperature 5 }
+
+tempreading2f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 2 (Fahrenheit)"
+::= { temperature 6 }
+
+tempreading3f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 3 (Fahrenheit)"
+::= { temperature 7 }
+
+
+tempreading4f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 4 (Fahrenheit)"
+::= { temperature 8 }
+
+switch1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Switch Sensor 1 (0 = OFF, 1 = ON)"
+::= { switch 1 }
+
+switch2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Switch Sensor 2 (0 = OFF, 1 = ON)"
+::= { switch 2 }
+
+switch3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Switch Sensor 3 (0 = OFF, 1 = ON)"
+::= { switch 3 }
+
+alarmtemp1 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 1
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 1 }
+
+alarmtemp2 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 2
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 2 }
+
+alarmtemp3 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 3
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 3 }
+
+alarmtemp4 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 4
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 4 }
+
+alarmswitch1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for switch sensor 1
+ 0 = Switch Open
+ 1 = Switch Closed"
+::= { traps 5 }
+
+alarmswitch2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for switch sensor 2
+ 0 = Switch Open
+ 1 = Switch Closed"
+::= { traps 6 }
+
+alarmswitch3 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for switch sensor 3
+ 0 = Switch Open
+ 1 = Switch Closed"
+::= { traps 7 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "Message string to send with trap messages"
+::= { traps 8 }
+
+upperlimit1 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 1"
+::= { thresholds 1 }
+
+lowerlimit1 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 1"
+::= { thresholds 2 }
+
+upperlimit2 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 2"
+::= { thresholds 3 }
+
+lowerlimit2 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 2"
+::= { thresholds 4 }
+
+upperlimit3 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 3"
+::= { thresholds 5 }
+
+lowerlimit3 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 3"
+::= { thresholds 6 }
+
+upperlimit4 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 4"
+::= { thresholds 7 }
+
+lowerlimit4 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 4"
+::= { thresholds 8 }
+
+-- ROOMALERT7E TRAPS
+
+alarmstart1-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading1c, tempreading1f }
+ DESCRIPTION "A alarmstart1 trap signifies that the current
+ temperature on sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+room-alert-7e-snmp-trap TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-7e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmmessage variable."
+::= 2
+
+alarmstart2-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading2c, tempreading2f }
+ DESCRIPTION "A alarmstart2 trap signifies that the current
+ temperature on sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+alarmclear2-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading2c, tempreading2f }
+ DESCRIPTION "A alarmclear2 trap signifies that the current
+ temperature on sensor 2 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+alarmstart3-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading3c, tempreading3f }
+ DESCRIPTION "A alarmstart3 trap signifies that the current
+ temperature on sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+alarmclear3-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading3c, tempreading3f }
+ DESCRIPTION "A alarmclear3 trap signifies that the current
+ temperature on sensor 3 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+alarmstart4-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading4c, tempreading4f }
+ DESCRIPTION "A alarmstart4 trap signifies that the current
+ temperature on sensor 4 is outside the
+ defined high or low threshold."
+::= 7
+
+alarmclear4-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, tempreading4c, tempreading4f }
+ DESCRIPTION "A alarmclear4 trap signifies that the current
+ temperature on sensor 4 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 8
+
+alarmstart5-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch1, switch1 }
+ DESCRIPTION "A alarmstart5 trap signifies that the current
+ status of switch sensor 1 is outside the
+ defined threshold."
+::= 9
+
+alarmclear5-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch1, switch1 }
+ DESCRIPTION "A alarmclear5 trap signifies that the current
+ status of switch sensor 1 is outside the
+ defined threshold."
+::= 10
+
+alarmstart6-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch2, switch2 }
+ DESCRIPTION "A alarmstart6 trap signifies that the current
+ status of switch sensor 2 is outside the
+ defined threshold."
+::= 11
+
+alarmclear6-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch2, switch2 }
+ DESCRIPTION "A alarmclear6 trap signifies that the current
+ status of switch sensor 2 is outside the
+ defined threshold."
+::= 12
+
+alarmstart7-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch3, switch3 }
+ DESCRIPTION "A alarmstart7 trap signifies that the current
+ status of switch sensor 3 is outside the
+ defined threshold."
+::= 13
+
+alarmclear7-7e TRAP-TYPE
+ ENTERPRISE roomalert7e
+ VARIABLES { alarmmessage, switch3, switch3 }
+ DESCRIPTION "A alarmclear7 trap signifies that the current
+ status of switch sensor 3 is outside the
+ defined threshold."
+::= 14
+END
diff --git a/MIBS/avtech/ROOMALERTST4E-MIB b/MIBS/avtech/ROOMALERTST4E-MIB
new file mode 100644
index 0000000..4440366
--- /dev/null
+++ b/MIBS/avtech/ROOMALERTST4E-MIB
@@ -0,0 +1,202 @@
+--
+--defines ROOMALERTST4E-MIB for SNMP agent extension of Room Alert ST4E
+--Contents: Global Registration Module
+-- Room Alert OIDs - Enterprise 20916
+--Version: 1.0.0
+--Date: 29 January 2008
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2008 AVTECH Software, Inc.
+--
+
+ROOMALERTST4E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+ROOMALERTST4E OBJECT IDENTIFIER ::= { products 6 }
+sensors OBJECT IDENTIFIER ::= { ROOMALERTST4E 1 }
+signaltower OBJECT IDENTIFIER ::= { ROOMALERTST4E 2 }
+traps OBJECT IDENTIFIER ::= { ROOMALERTST4E 3 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+humidity OBJECT IDENTIFIER ::= { internal 2 }
+heat-index OBJECT IDENTIFIER ::= { internal 3 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+switch OBJECT IDENTIFIER ::= { sensors 3 }
+
+
+-- Room Alert ST4E MIB
+-- Parameters
+
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 1 }
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 2 }
+
+internal-humidity OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal relative humidity reading in %RH. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { humidity 1 }
+
+internal-heat-index OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal heat index reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { heat-index 1 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen1 4 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen2 4 }
+
+switch-sen1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The reading for switch sensor 1 (0 = OPEN, 1 = CLOSED)."
+::= { switch 1 }
+
+red-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 1 }
+
+amber-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 2 }
+
+green-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 3 }
+
+blue-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 4 }
+
+white-led OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 5 }
+
+alarm1 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 6 }
+
+alarm2 OBJECT-TYPE
+ SYNTAX INTEGER(0..1)
+ ACCESS read-write
+ STATUS current
+ DESCRIPTION "The status of this Signal Tower element (0 = OFF, 1 = ON)."
+::= { signaltower 7 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- ROOMALERTST4E TRAPS
+
+room-alert-st4e-snmp-trap TRAP-TYPE
+ ENTERPRISE ROOMALERTST4E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A room-alert-st4e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor indicated
+ by the alarmmessage variable."
+::= 2
+END
diff --git a/MIBS/avtech/TEMPAGER-MIB b/MIBS/avtech/TEMPAGER-MIB
new file mode 100644
index 0000000..f34bc99
--- /dev/null
+++ b/MIBS/avtech/TEMPAGER-MIB
@@ -0,0 +1,266 @@
+--
+--defines TEMPAGER-MIB for SNMP agent extension of TemPageR
+--Contents: Global Registration Module
+-- TemPageR OIDs - Enterprise 20916
+--Version: 2.5.1
+--Date: 11 September 2007
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2007 AVTECH Software, Inc.
+--
+
+TEMPAGER-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+tempager OBJECT IDENTIFIER ::= { products 1 }
+sensors OBJECT IDENTIFIER ::= { tempager 1 }
+traps OBJECT IDENTIFIER ::= { tempager 2 }
+thresholds OBJECT IDENTIFIER ::= { tempager 3 }
+temperature OBJECT IDENTIFIER ::= { sensors 1 }
+
+-- TemPageR MIB
+-- Parameters
+
+tempreading1c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 1 (Celsius)"
+::= { temperature 1 }
+
+tempreading2c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 2 (Celsius)"
+::= { temperature 2 }
+
+tempreading3c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 3 (Celsius)"
+::= { temperature 3 }
+
+
+tempreading4c OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 4 (Celsius)"
+::= { temperature 4 }
+
+tempreading1f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 1 (Fahrenheit)"
+::= { temperature 5 }
+
+tempreading2f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 2 (Fahrenheit)"
+::= { temperature 6 }
+
+tempreading3f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 3 (Fahrenheit)"
+::= { temperature 7 }
+
+
+tempreading4f OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Temperature Sensor 4 (Fahrenheit)"
+::= { temperature 8 }
+
+alarmtemp1 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 1
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 1 }
+
+alarmtemp2 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 2
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 2 }
+
+alarmtemp3 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 3
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 3 }
+
+alarmtemp4 OBJECT-TYPE
+ SYNTAX INTEGER(0..2)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Alarm for temperature 4
+ 0 = temperature OK
+ 1 = temperature too high
+ 2 = temperature too low"
+::= { traps 4 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION "Message string to send with trap messages"
+::= { traps 5 }
+
+upperlimit1 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 1"
+::= { thresholds 1 }
+
+lowerlimit1 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 1"
+::= { thresholds 2 }
+
+upperlimit2 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 2"
+::= { thresholds 3 }
+
+lowerlimit2 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 2"
+::= { thresholds 4 }
+
+upperlimit3 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 3"
+::= { thresholds 5 }
+
+lowerlimit3 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 3"
+::= { thresholds 6 }
+
+upperlimit4 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "High temperature threshold for temperature sensor 4"
+::= { thresholds 7 }
+
+lowerlimit4 OBJECT-TYPE
+ SYNTAX INTEGER(0..15000)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Low temperature threshold for temperature sensor 4"
+::= { thresholds 8 }
+
+
+-- TEMPAGER TRAPS
+
+alarmstart1-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading1c, tempreading1f }
+ DESCRIPTION "A alarmstart1 trap signifies that the current
+ temperature on sensor 1 is outside the
+ defined high or low threshold."
+::= 1
+
+tempager-snmp-trap TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading1c, tempreading1f, tempreading2c, tempreading2f, tempreading3c, tempreading3f, tempreading4c, tempreading4f }
+ DESCRIPTION "A tempager-snmp-trap indicates that an alarm
+ condition has occurred on the sensor inidcated
+ by the alarmmessage variable."
+::= 2
+
+alarmstart2-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading2c, tempreading2f }
+ DESCRIPTION "A alarmstart2 trap signifies that the current
+ temperature on sensor 2 is outside the
+ defined high or low threshold."
+::= 3
+
+alarmclear2-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading2c, tempreading2f }
+ DESCRIPTION "A alarmclear2 trap signifies that the current
+ temperature on sensor 2 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 4
+
+alarmstart3-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading3c, tempreading3f }
+ DESCRIPTION "A alarmstart3 trap signifies that the current
+ temperature on sensor 3 is outside the
+ defined high or low threshold."
+::= 5
+
+alarmclear3-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading3c, tempreading3f }
+ DESCRIPTION "A alarmclear3 trap signifies that the current
+ temperature on sensor 3 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 6
+
+alarmstart4-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading4c, tempreading4f }
+ DESCRIPTION "A alarmstart4 trap signifies that the current
+ temperature on sensor 4 is outside the
+ defined high or low threshold."
+::= 7
+
+alarmclear4-t4 TRAP-TYPE
+ ENTERPRISE tempager
+ VARIABLES { alarmmessage, tempreading4c, tempreading4f }
+ DESCRIPTION "A alarmclear4 trap signifies that the current
+ temperature on sensor 4 has returned to a
+ normal condition and is within the defined
+ high or low threshold."
+::= 8
+END
diff --git a/MIBS/avtech/TEMPAGER3E-MIB b/MIBS/avtech/TEMPAGER3E-MIB
new file mode 100644
index 0000000..bfe8302
--- /dev/null
+++ b/MIBS/avtech/TEMPAGER3E-MIB
@@ -0,0 +1,127 @@
+--
+--defines TEMPAGER3E-MIB for SNMP agent extension of TemPageR 3E
+--Contents: Global Registration Module
+-- TemPageR OIDs - Enterprise 20916
+--Version: 1.0.0
+--Date: 30 July 2008
+--Developed By: AVTECH Software, Inc.
+
+--
+--Copyright (c) 2008 AVTECH Software, Inc.
+--
+
+TEMPAGER3E-MIB DEFINITIONS ::= BEGIN
+
+
+IMPORTS
+ enterprises, IpAddress, Counter, TimeTicks
+ FROM RFC1155-SMI
+ OBJECT-TYPE
+ FROM RFC-1212
+ TRAP-TYPE
+ FROM RFC-1215;
+
+
+avtech OBJECT IDENTIFIER ::= { enterprises 20916 }
+products OBJECT IDENTIFIER ::= { avtech 1 }
+TEMPAGER3E OBJECT IDENTIFIER ::= { products 7 }
+sensors OBJECT IDENTIFIER ::= { TEMPAGER3E 1 }
+traps OBJECT IDENTIFIER ::= { TEMPAGER3E 2 }
+internal OBJECT IDENTIFIER ::= { sensors 1 }
+temperature OBJECT IDENTIFIER ::= { internal 1 }
+digital OBJECT IDENTIFIER ::= { sensors 2 }
+digital-sen1 OBJECT IDENTIFIER ::= { digital 1 }
+digital-sen2 OBJECT IDENTIFIER ::= { digital 2 }
+
+
+-- TemPageR 3E MIB
+-- Parameters
+
+internal-tempc OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Celsius. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 1 }
+
+internal-tempf OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "The internal temperature reading in Fahrenheit. Because the SNMP Protocol does not support floating point numbers, values are scaled by 100 and should be divided by 100 to get the actual value."
+::= { temperature 2 }
+
+digital-sen1-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen1 1 }
+
+digital-sen1-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen1 2 }
+
+digital-sen1-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen1 3 }
+
+digital-sen1-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen1 4 }
+
+digital-sen2-1 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius. If this sensor is a Digital Power Sensor, this value represents the Current reading in Amperage."
+::= { digital-sen2 1 }
+
+digital-sen2-2 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Power reading in Watts."
+::= { digital-sen2 2 }
+
+digital-sen2-3 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Digital Power Sensor, this value represents the Voltage reading in Volts."
+::= { digital-sen2 3 }
+
+digital-sen2-4 OBJECT-TYPE
+ SYNTAX INTEGER(0..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Digital Power Sensor, this value represents the Reference reading in Volts."
+::= { digital-sen2 4 }
+
+alarmmessage OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION "Last Alarm Message"
+::= { traps 1 }
+
+
+-- TEMPAGER3E TRAPS
+
+tempager3e-snmp-trap TRAP-TYPE
+ ENTERPRISE TEMPAGER3E
+ VARIABLES { alarmmessage }
+ DESCRIPTION "A tempager3e-snmp-trap indicates that an alarm
+ condition has occurred on the sensor indicated
+ by the alarmmessage variable."
+::= 2
+END