public interface VExtendedAlarm extends VType
The data type on the wire will look significantly different. The name and severity of each conditions don't typically change and are considered metadata. The actual alarm state (which ones are on or off) and the error message are what changes at each notification.
Modifier and Type | Interface and Description |
---|---|
static interface |
VExtendedAlarm.AlarmCondition
A single alarm condition that can be on or off.
|
Modifier and Type | Method and Description |
---|---|
List<VExtendedAlarm.AlarmCondition> |
getConditions()
All the possible alarm conditions for the device, and
whether they are on or off.
|
String |
getMessage()
A human readable error message associated to the error(s).
|
List<VExtendedAlarm.AlarmCondition> getConditions()
String getMessage()
Copyright © 2010–2015. All rights reserved.