MIB Viewer

dhtRemoteSwitchStatus

OBJECT-TYPE
1.3.6.1.4.1.5802.1.3.1.2.5.1.11.1.11.3
Access
read-only
Status
current
Sub-identifiers
0
Returns values related to the switch's status signal. 1 = Switch is ON (as per switch status signal) 2 = Switch is OFF (as per switch status signal) 3 = A status mismatch occurred between the switch's control pin and the status pin (reference: dhtRemoteSwitchControl). If a mismatch occurs, the DHT turns the switch OFF but the dhtRemoteSwitchControl object reports its user-defined value. The value of the dhtRemoteSwitchStatus object is latched. The dhtRemoteSwitchStatus object reverts to its normal operation (On/Off) when a value is written to the dhtRemoteSwitchControl object. Also, if a mismatch occurs, the failsafe timer stops. 4 = The failsafe timer timed out. The switch turns OFF. dhtRemoteSwitchControl is set to Off(1) position. This object reverts to its normal operation (On/Off) when a value is written to the dhtRemoteSwitchControl object.
INTEGER { on(1),off(2), mismatch(3),timeout(4) }