Skip navigation links
A B C D G H I M N O P R S T U V Z 

A

ALL - Static variable in annotation type com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations.ZWaveCommandClassVersion
 
ATTRIBUTE_CC_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.GeneralAttributes
Represents the identifier of the Z-Wave Command Class that the Device Item uses to communicate through the Z-Wave Driver.
ATTRIBUTE_CC_VERSION_CURRENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.GeneralAttributes
Represents the currently implemented version of the Z-Wave Command Class that the Device Item uses to communicate through the Z-Wave Driver.
ATTRIBUTE_CC_VERSION_MAX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.GeneralAttributes
Represents the max supported version of the Z-Wave Command Class that the Device Item uses to communicate through the Z-Wave Driver.
ATTRIBUTE_CC_VERSION_MIN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.GeneralAttributes
Represents the min supported version of the Z-Wave Command Class that the Device Item uses to communicate through the Z-Wave Driver.
ATTRIBUTE_STATE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
Represents the state of the barrier operating device
ATTRIBUTE_SUBSYSTEM_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
Represents the subsystem type
ATTRIBUTE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Represents the metering type
ATTRIBUTE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
Represents the type if the sensor
ATTRIBUTE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
Represents the notification type.
ATTRIBUTE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
Represents the sensor alarm type.
ATTRIBUTE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.ThermostatSetpointAttributes
Represents the sensor alarm type.

B

BarrierOperatorAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the Barrier Operator Command Class.
BASIC_TYPE_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
BASIC_TYPE_ROUTING_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
BASIC_TYPE_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
BASIC_TYPE_STATIC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 

C

com.prosyst.mbs.services.zwave.da.hdm.adapter.api - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Bosch.IO Z-Wave DA HDM Adapter API Version 6.1.0
com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Bosch.IO Z-Wave DA HDM Adapter Annotations API Version 6.1.0
com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Bosch.IO Z-Wave DA HDM Adapter Attributes API Version 6.1.0
com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
Bosch.IO Z-Wave DA HDM Adapter System API Version 6.1.0
com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Bosch.IO Z-Wave DA HDM Adapter System Annotations API Version 6.1.0
com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils - package com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils
Bosch.IO Z-Wave DA HDM Adapter Utils API Version 6.1.0
COMMUNICATION_ERORR - Static variable in exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiException
An error code used to indicate a communication error
createIllegalArgumentException(String) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
createInstance(Class<T>) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Creates an instance of a ZWaveDeviceClassSpi according to the provided Class.
createUnsupportedOperationException(String) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
createZWaveDeviceSpiException(int, Throwable, String, Object...) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
createZWaveInsufficientInformationException(Throwable, String, Object...) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
createZWaveUnsupportedDeviceException(Throwable, String, Object...) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 

D

DEFAULT_DEVICE_CLASS_TYPES - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
DEVICE_CLASS_TYPE_GENERAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
Constant used to get the DC type when the ZWaveDeviceClassSpiProvider supports a device class with specific types and the same device class without type.
deviceClassObjectPropertyChanged(String, Object) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Triggers an event in HDM that a device class property's value has changed.
dispose() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
The ZWave HDM adapter will invoke this method when this instance is no longer needed.
dispose() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
doFakeInitialRead() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
doFakeInitialRead() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
For sleeping devices this method shell be invoked instead of ZWaveDeviceClassSpi.doInitialRead() during boot up.
doGetAfterSet(int, int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
doGetAfterSet(int, int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
doInitialRead() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
doInitialRead() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
This method will be invoked when the adapter is ready to allow access to the Z-Wave network.

G

GeneralAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Represents the general Z-Wave Device Item attributes that are mandatory for each Z-Wave Device Item registered.
GENERIC_TYPE_AV_CONTROL_POINT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_DISPLAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_ENTRY_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_GENERIC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_METER_PULSE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_NON_INTEROPERABLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_REPEATER_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SECURITY_PANEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SEMI_INTEROPERABLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SENSOR_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SENSOR_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SENSOR_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SENSOR_NOTIFICATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_STATIC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SWITCH_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SWITCH_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SWITCH_REMOTE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_SWITCH_TOGGLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_THERMOSTAT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_VENTILATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_WALL_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_WATER_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_WINDOW_COVERING - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_ZIP_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
GENERIC_TYPE_ZIP_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
getAfterSet() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSet(int, int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSet(long, int, int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSetDelay_FLiRS - Static variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSetDelay_mains - Static variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSetDelay_secure - Static variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAfterSetDelay_sleeping - Static variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getAttributes() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getChannel() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Returns the channel number that the implementation of ZWaveDeviceClassSpi.
getChannels() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListenerConfiguration
The channels that the MessageListener will track Z-Wave network messages for.
getChildInstances() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateDeviceClassSpi
Returns the ZWaveDeviceClassSpi instances for the children of this SPI.
getCommandClass(int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getCommandClassDeepSearch(int, ZWaveDevice, boolean, int) - Static method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils.ZWaveHDMAdapterUtils
Performs a deep search for a Command Class with the given classId.
getCommandClassIds() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListenerConfiguration
The command class IDs that the MessageListener is registered to receive Z-Wave network messages for.
getCommandClassSecurityPrioritySearch(int, ZWaveDevice, boolean, int) - Static method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils.ZWaveHDMAdapterUtils
Searches for a given Command Class applying the security as a priority.
getCommandClassVersion(int) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Retrieves the version of the specified Command Class identifier (commandClassId).
getCommands(int) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListenerConfiguration
Defines which commands of a given command class the MessageListener will receive network messages for.
getController() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Returns the controller used to communicate with the z-wave network.
getDefaultOperationMetaData(String, String) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Retrieves the default DeviceClassObject operations's metadata that is provided for the specific Device Class interface from the HomeDeviceAdminSpi.
getDefaultPropertyMetaData(String, String) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Retrieves the default DeviceClassObject property's metadata that is provided for the specific Device Class interface from the HomeDeviceAdminSpi.
getDevice() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Returns the ZWaveDevice that this ZWaveNetworkAccess is bound to.
getDeviceClassInterface() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
Returns the Device Class interface that this instance implements.
getDeviceClassToSpiMap() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns a map that shows which Device Class interface is supported by which ZWaveDeviceClassSpi implementation.
getItemMetadata() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getMessageListenerChannels() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getName() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getObjectClass() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getOperationMetaData(String) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.PreFIMCompatibleDeviceClassSpi
Deprecated. 
getOperationMetaData(String) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getOperationNames() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.PreFIMCompatibleDeviceClassSpi
Deprecated. 
getOperationNames() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getPropertyMetaData(String) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.PreFIMCompatibleDeviceClassSpi
Deprecated. 
getPropertyMetaData(String) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getPropertyNames() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.PreFIMCompatibleDeviceClassSpi
Deprecated. 
getPropertyNames() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getProvider() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpiProviderLoader
Retrieves the internally implemented ZWaveSystemDeviceClassSpiProvider
getSpiClasses() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns the Class objects fro all implementations of ZWaveDeviceClassSpi supported by the provider.
getSpiClasses(Class<? extends ZWaveAggregateDeviceClassSpi>) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns the Class objects for all implementations of ZWaveDeviceClassSpi aggregated and provided via the ZWaveAggregateDeviceClassSpi class.
getSupportedDeviceClasses() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns all supported by the provider device class interface.
getSupportedTypes() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns the supported types for the supported device classes.
getSystemSpiClasses() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpiProvider
getTags() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getType() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.PreFIMCompatibleDeviceClassSpi
Deprecated. 
getType() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getType() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveTypeClassifiable
 
getUID() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiProvider
Returns the UID of this ZWaveDeviceClassSpis provider.
getUID() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getUIDPostfix(T) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateDeviceClassSpi
Generates a UID postfix per a child ZWaveDeviceClassSpi instance retrieved from this ZWaveAggregateDeviceClassSpi via the getChildInstances().
getUIDPostfix(T) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
getUIDPostfix() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
This is a postfix for the UID generated automatically by the Z-Wave adapter.
getUIDPostfix() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
getUIDPostfix() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
getWakeUpProcessingRang() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
Represents the order in which the Wake Up notification will be processed for this ZWaveSystemDeviceClassSpi

H

homeId - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 

I

init(ZWaveSystemNetworkAccess, BundleContext) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
 
init(ZWaveNetworkAccess) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
The ZWave HDM adapter will invoke this method to initialize this instance.
init(ZWaveNetworkAccess) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
isFullPollDisabled() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Inidicates whether full polling for this specific device has been disabled or not.
isSecure() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
Checks if the instance of ZWaveDeviceClassSpi SHOULD use security to communicate with the device.

M

MANIFACTURER_ID_AEON - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_DANFOSS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_DEVOLO - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_DIGITAL_HOME_SYSTEMS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_DUWI - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_FIBARO - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_HOMESEER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_MERTEN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_NOD_ON - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_POPP - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_RCS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_REMOTEC - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_VISION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFACTURER_ID_ZWAVE_ME - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
MANIFEST_HEADER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpiProviderLoader
The manifest header key that must be included in the OSGi fragment the exposes the ZWaveSystemDeviceClassSpiProvider
MessageListener - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
A subscription to low level Z-Wave network events can be made via an implementation of this class.
MessageListenerConfiguration - Class in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
The configuration provides means for more fine-grained messages filtering for the registered MessageListeners.
MessageListenerConfiguration(int[], Map<Integer, int[]>) - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListenerConfiguration
 
MessageListenerConfiguration(int[], int, int...) - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListenerConfiguration
 
messagesReceived(Set<ZWaveMessage>, Object) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.MessageListener
Invoked whenever a message/s that matches the this listener configuration is received.
METER_TYPE_COOLING_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Defines a cooling meter type
METER_TYPE_ELECTRIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Defines an electric meter type
METER_TYPE_GAS_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Defines a gas meter type
METER_TYPE_HEATING_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Defines a heating meter type
METER_TYPE_WATER_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
Defines a water meter type
MeterAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the Meter Command Class.
msgListenerConfig - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
MultiLevelSensorAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the MultiLevel Sensor Command Class.

N

NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
The namespace of the attributes set
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.GeneralAttributes
A namespace for all Z-Wave Device Item attributes
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MeterAttributes
A namespace for this attributes set
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
A namespace for this attributes set
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
A namespace for this attributes set
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
A namespace for this attributes set
NAMESPACE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.ThermostatSetpointAttributes
A namespace for this attributes set
nodeId - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
NotificationAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the Notification Command Class.

O

OPERATION_NOT_SUPPORTED - Static variable in exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiException
An error code used to indicate that an unsupported operation has been called
operations - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
opProperties - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 

P

poll() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
poll() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
The method is to implement the device polling logic.
PreFIMCompatibleDeviceClassSpi - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Implementations of ZWaveDeviceClassSpi that need to be compatible with pre SDK 8.2 HDM API MUST also implement this interface.
processNIF() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
processNIF() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
Whenever an NIF event is received from the device this method will be invoked.
processWakeUp() - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
processWakeUp() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpi
Whenever an wake up event is received from the device this method will be invoked.
PRODUCT_ID_0000 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0001 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0002 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0003 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0004 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0009 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0016 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0026 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0038 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0058 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0082 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0101 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0102 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_0103 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_1000 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_1B02 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_6000 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_8010 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_8020 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_8021 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_ID_8377 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0001 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0002 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0003 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0014 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0015 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0100 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0101 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0901 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0904 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_0D01 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_1000 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_201B - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_5002 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_8001 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_8005 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
PRODUCT_TYPE_ID_8201 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveManifacturerSpecificConstants
 
properties - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
PROPERTY_NAME_APPLICATION_VERSION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_CONTROLLER_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_DISABLE_FULL_POLL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
System property for configuring whether the full poll is eanbled.
PROPERTY_NAME_GENERIC_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_GET_AFTER_SET_DELAY_FLIRS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_GET_AFTER_SET_DELAY_MAINS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_GET_AFTER_SET_DELAY_SECURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
System properties for configuring the delay for get after set operation execution.
PROPERTY_NAME_GET_AFTER_SET_DELAY_SLEEPING - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_HOME_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_INSTANCE_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_LIBRARY_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_MANUFACTURER_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_NODE_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_PRODUCT_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_PRODUCT_TYPE_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_PROTOCOL_VERSION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_SECURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_SECURITY_LEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_SECURITY_MESSAGE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_SECURITY_STATUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_SPECIFIC_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_CC_SPEC_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
Command class specific type for thermostats, multilevel and alarm sensors.
PROPERTY_NAME_ZWAVE_DEVICE_CONFIGURED - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_DEVICE_CONFIGURED_CODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_DISABLE_FULL_POLL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_MINIMAL_POLLING_INTERVAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_DEVICE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_INSTALLER_ICON_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_NODE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_ROLE_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_USER_ICON_TYPE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PLUS_VERSION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PREFIXED_INSTANCE_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_PREFIXED_NODE_ID - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
PROPERTY_NAME_ZWAVE_SLEEPING_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
props - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
prProperties - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 

R

removeAllDevices() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemNetworkAccess
Provides access to removing all currently available devices in the Z-Wave DA HDM adapter for this controller

S

SensorAlarmAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the Alarm Sensor Command Class.
setControlEventInProgress(boolean) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
It is used to notify the ZWaveSystemDeviceClassSpi that the controller is currently busy processing a specific control event that may cause all actions to be discarded until the processing has finished.
setListener(MessageListener, MessageListenerConfiguration) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveNetworkAccess
The implementations of ZWaveDeviceClassSpi may use this method to register listener for messages from the Z-Wave network.
setName(String) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
setStillProcessingWakeUp(boolean) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
 
setTags(Set<String>) - Method in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
SPECIFIC_TYPE_ADV_ENERGY_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ADV_ZENSOR_NET_ALARM_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ADV_ZENSOR_NET_SMOKE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ADVANCED_DOOR_LOCK - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_BASIC_ROUTING_ALARM_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_BASIC_ROUTING_SMOKE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_BASIC_WALL_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_BASIC_ZENSOR_NET_ALARM_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_BASIC_ZENSOR_NET_SMOKE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_CHIMNEY_FAN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_CLASS_A_MOTOR_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_CLASS_B_MOTOR_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_CLASS_C_MOTOR_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_DOOR_LOCK - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_DOORBELL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ENERGY_PRODUCTION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_MOTOR_MULTIPOSITION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_NOT_USED - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_PC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_PORTABLE_INSTALLER_TOOL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_PORTABLE_REMOTE_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_PORTABLE_SCENE_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_POWER_STRIP - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_POWER_SWITCH_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_POWER_SWITCH_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_REMOTE_CONTROL_AV - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_REMOTE_CONTROL_SIMPLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_REPEATER_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_RESIDENTIAL_HRV - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ROUTING_ALARM_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ROUTING_SENSOR_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ROUTING_SENSOR_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ROUTING_SMOKE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SATELLITE_RECEIVER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SATELLITE_RECEIVER_V2 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SCENE_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SCENE_SWITCH_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SCENE_SWITCH_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SECURE_KEYPAD_DOOR_LOCK - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SECURE_KEYPAD_DOOR_LOCK_DEADBOLT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SET_TOP_BOX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SETBACK_SCHEDULE_THERMOSTAT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SETBACK_THERMOSTAT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SETPOINT_THERMOSTAT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SIMPLE_DISPLAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SIMPLE_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SIMPLE_WINDOW_COVERING - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SIREN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_STATIC_INSTALLER_TOOL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SUB_SYSTEM_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_REMOTE_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_REMOTE_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_REMOTE_TOGGLE_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_REMOTE_TOGGLE_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_TOGGLE_BINARY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_SWITCH_TOGGLE_MULTILEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_THERMOSTAT_GENERAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_THERMOSTAT_GENERAL_V2 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_THERMOSTAT_HEATING - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_TV - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_VALVE_OPEN_CLOSE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_WHOLE_HOME_METER_SIMPLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZENSOR_NET_ALARM_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZENSOR_NET_SMOKE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZIP_ADV_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZIP_ADV_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZIP_TUN_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZIP_TUN_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
SPECIFIC_TYPE_ZONED_SECURITY_PANEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
start(BundleContext, Threads) - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpiProviderLoader
Loads the internally implemented ZWaveSystemDeviceClassSpiProvider
stop() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpiProviderLoader
Unloads the internally implemented ZWaveSystemDeviceClassSpiProvider
SUBSYSTEM_TYPE_AUDIBLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
Represents an audible subsystem type
SUBSYSTEM_TYPE_NOT_SUPPORTED - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
Represents a subsystem that is not supported
SUBSYSTEM_TYPE_VISUAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.BarrierOperatorAttributes
Represents a visual subsystem type
systemProcessNIF() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
 
systemProcessWakeUp() - Method in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi
 

T

ThermostatSetpointAttributes - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes
Z-Wave specific Device Item attributes that are to be registered per each Z-Wave Device Item that uses the Thermostat Setpoint Command Class.
type - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
TYPE_ACCELERATION_X_AXIS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCELERATION_X_AXIS_SCALE_METERS_PER_SQUARE_SECOND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCELERATION_Y_AXIS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCELERATION_Y_AXIS_SCALE_METERS_PER_SQUARE_SECOND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCELERATION_Z_AXIS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCELERATION_Z_AXIS_SCALE_METERS_PER_SQUARE_SECOND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ACCESS_CONTROL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_AIR_FLOW - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_AIR_FLOW_SCALE_CUBIC_FEET_PER_MINUTE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_AIR_FLOW_SCALE_CUBIC_METERS_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ANGLE_POSITION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ANGLE_POSITION_SCALE_DEGREES_NORTH_POLE_RELATIVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ANGLE_POSITION_SCALE_DEGREES_SOUTH_POLE_RELATIVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ANGLE_POSITION_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_APPLIANCE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_ATMOSPHERIC_PRESSURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ATMOSPHERIC_PRESSURE_SCALE_INCHES_OF_MERCURY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ATMOSPHERIC_PRESSURE_SCALE_KPA - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BAROMETRIC_PRESSURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BAROMETRIC_PRESSURE_SCALE_INCHES_OF_MERCURY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BAROMETRIC_PRESSURE_SCALE_KPA - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BASIC_METABOLIC_RATE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BASIC_METABOLIC_RATE_SCALE_JOULE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BLOOD_PRESSURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BLOOD_PRESSURE_SCALE_DIASTOLIC_MM_HG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BLOOD_PRESSURE_SCALE_SYSTOLIC_MM_HG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BODY_MASS_INDEX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BODY_MASS_INDEX_SCALE_BMI_INDEX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BONE_MASS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BONE_MASS_SCALE_KG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_BURGLAR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_CH2O_LEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CH2O_LEVEL_SCALE_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CH4_DENSITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CH4_DENSITY_SCALE_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CLOCK - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_CO - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_CO2 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_CO2_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_CO2_LEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CO2_LEVEL_SCALE_PARTS_PER_MILLION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CO_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_CO_LEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CO_LEVEL_SCALE_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CURRENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CURRENT_SCALE_AMPERES - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_CURRENT_SCALE_MILLI_AMPERES - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DEW_POINT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DEW_POINT_SCALE_CELSIUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DEW_POINT_SCALE_FAHRENHEIT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DIRECTION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DIRECTION_SCALE_DEGREES - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
0 to 360 degrees.
TYPE_DISTANCE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DISTANCE_SCALE_CENTIMETER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DISTANCE_SCALE_FEET - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_DISTANCE_SCALE_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ELECTRICAL_CONDUCTIVITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ELECTRICAL_CONDUCTIVITY_SCALE_SIEMENS_PER_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ELECTRICAL_RESISTIVITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ELECTRICAL_RESISTIVITY_SCALE_OHM_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_EMERGENCY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_FAT_MASS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_FAT_MASS_SCALE_KG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_FREQUENCY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_FREQUENCY_SCALE_HERTZ - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
MUST be used until 4.294967295 GHz
TYPE_FREQUENCY_SCALE_KILOHERTZ - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
MUST be used after 4.294967295 GHz
TYPE_GAS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_GENERAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveTypeClassifiable
Represents a general type (e.g.
TYPE_GENERAL_PURPOSE_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_GENERAL_PURPOSE_VALUE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_GENERAL_PURPOSE_VALUE_SCALE_DIMENSIONLESS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_GENERAL_PURPOSE_VALUE_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_HEART_RATE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_HEART_RATE_SCALE_BEATS_PER_MINUTE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_HEAT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_HEAT_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_HOME_HEALTH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_IRRIGATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_LOUDNESS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_LOUDNESS_SCALE_A_WEIGHTED_DECIBLES - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_LOUDNESS_SCALE_DECIBELS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_LUMINANCE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_LUMINANCE_SCALE_LUX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_LUMINANCE_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MOISTURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MOISTURE_SCALE_IMPEDANCE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MOISTURE_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MOISTURE_SCALE_VOLUME_WATER_CONTENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MOISTURE_SCALE_WATER_ACTIVITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MUSCLE_MASS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_MUSCLE_MASS_SCALE_KG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_PARTICULATE_MATTER_2_5 - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_PARTICULATE_MATTER_2_5_SCALE_MICROGRAM_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_PARTICULATE_MATTER_2_5_SCALE_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_POWER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_POWER_MANAGEMENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_POWER_SCALE_BRITISH_THERMAL_UNIT_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_POWER_SCALE_WATT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RADON_CONCENTRATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RADON_CONCENTRATION_SCALE_BECQUEREL_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RADON_CONCENTRATION_SCALE_PICOCURIES_PER_LITER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RAIN_RATE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RAIN_RATE_INCHES_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RAIN_RATE_MILLIMETERS_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RELATIVE_HUMIDITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RELATIVE_HUMIDITY_SCALE_GRAMS_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RELATIVE_HUMIDITY_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RF_SINGAL_STRENGTH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RF_SINGAL_STRENGTH_SCALE_DBM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_RF_SINGAL_STRENGTH_SCALE_RSSI_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ROTATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ROTATION_SCALE_HERTZ - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ROTATION_SCALE_REVOLUTIONS_PER_MINUTE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_INTENSITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_INTENSITY_SCALE_EU_MACROSEISMIC - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_INTENSITY_SCALE_LIEDU - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_INTENSITY_SCALE_MERCALLI - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_INTENSITY_SCALE_SHINDO - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_MAGNITUDE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_MAGNITUDE_SCALE_BODY_WAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_MAGNITUDE_SCALE_LOCAL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_MAGNITUDE_SCALE_MOMENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SEISMIC_MAGNITUDE_SCALE_SURFACE_WAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SIREN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_SMOKE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_SMOKE_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_SMOKE_DENSITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SMOKE_DENSITY_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_HUMIDITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_HUMIDITY_SCALE_PERCENT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_REACTIVITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_REACTIVITY_SCALE_ACIDITY_PH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_SALINITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_SALINITY_SCALE_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_TEMPERATURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_TEMPERATURE_SCALE_CELSIUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOIL_TEMPERATURE_SCALE_FAHRENHEIT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOLAR_RADIATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SOLAR_RADIATION_SCALE_WATT_PER_SQUARE_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_SYSTEM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_TANK_CAPACITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TANK_CAPACITY_SCALE_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TANK_CAPACITY_SCALE_GALLONS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TANK_CAPACITY_SCALE_LITER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TARGET_TEMPERATURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TARGET_TEMPERATURE_SCALE_CELSIUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TARGET_TEMPERATURE_SCALE_FAHRENHEIT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TEMPERATURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TEMPERATURE_SCALE_CELSIUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TEMPERATURE_SCALE_FAHRENHEIT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TIDE_LEVEL - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TIDE_LEVEL_SCALE_FEET - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TIDE_LEVEL_SCALE_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TIME - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TIME_SCALE_SECOND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TOTAL_BODY_WATER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_TOTAL_BODY_WATER_SCALE_KG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ULTRAVIOLET - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_ULTRAVIOLET_SCALE_UV_INDEX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_UNKNOWN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveTypeClassifiable
Represents an unknown type (e.g.
TYPE_UNSUPPORTED_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveTypeClassifiable
Represents an unsupported type (e.g.
TYPE_VELOCITY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VELOCITY_SCALE_METERS_PER_SECOND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VELOCITY_SCALE_MILES_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VOLATILE_ORGANIC_COMPOUND - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VOLATILE_ORGANIC_COMPOUND_MOLE_PER_CUBIC_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VOLTAGE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VOLTAGE_SCALE_MILLI_VOLTS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_VOLTAGE_SCALE_VOLTS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_WATER_FLOW - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_FLOW_SCALE_LITER_PER_HOUR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_LEAK_ALARM - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.SensorAlarmAttributes
 
TYPE_WATER_PRESSURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_PRESSURE_SCALE_KPA - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_TEMPERATURE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_TEMPERATURE_SCALE_CELSIUS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_TEMPERATURE_SCALE_FAHRENHEIT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WATER_VALVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_WEATHER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.NotificationAttributes
 
TYPE_WEIGHT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WEIGHT_SCALE_KG - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 
TYPE_WEIGHT_SCALE_POUNDS - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.attributes.MultiLevelSensorAttributes
 

U

UNKNOWN - Static variable in exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiException
An error code used to indicate that an error with an unknown cause has occurred

V

valueOf(String) - Static method in enum com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi.WakeUpNIFProcessingRang
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.ZWaveSystemDeviceClassSpi.WakeUpNIFProcessingRang
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZWAVE_HOME_DEVICE_ERROR_DEVICE_RESET_LOCALLY_CODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVE_HOME_DEVICE_ERROR_DEVICE_RESET_LOCALLY_MESSAGE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWaveAggregateDeviceClassSpi - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
If a ZWaveDeviceClassSpi instance must be split in multiple DCOs then this interface must also be implemented.
ZWaveAggregateSpiBase - Class in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
An abstract base class that can be used to implement a ZWaveAggregateDeviceClassSpi that aggregates ZWaveDeviceClassSpi instances.
ZWaveAggregateSpiBase() - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
ZWaveApplicationSubVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
 
ZWaveApplicationVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Represents the application version of a Z-Wave device.
ZWaveAssociationHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created if Association CC is available in the device
ZWaveBasicHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created if Basic CC is available in the device
ZWaveCommandClassId - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
 
ZWaveCommandClassVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Represents the version of a Z-Wave Command Class.
ZWaveControllerHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created and the underlying device is the Z-Wave controller
zwaveDCSpiToUIDPostfix - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveAggregateSpiBase
 
ZWaveDeviceClassSpi - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
The Z-Wave specific abstraction of a device functionality that is to be provided by a ZWaveDeviceClassSpiProvider.
ZWaveDeviceClassSpiException - Exception in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
An extension of the HomeDeviceException that is used as a wrapper in the Z-Wave DeviceClass implementations.
ZWaveDeviceClassSpiException(ZWaveDeviceClassSpi, ZWaveNetworkAccess, int, Throwable, String, Object...) - Constructor for exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveDeviceClassSpiException
Creates instance with specific parameters.
ZWaveDeviceClassSpiProvider - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Represents a Z-Wave ZWaveDeviceClassSpi provider's functionalities.
ZWaveHDMAdapterUtils - Class in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils
Provides common utility methods used by DeviceClass as well as HomeDevice Spi implementations.
ZWaveHDMAdapterUtils() - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.utils.ZWaveHDMAdapterUtils
 
ZWaveImplementedCommandClassVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Represents the version of the Z-Wave Command Class that the ZWaveDeviceClassSpi instance uses.
ZWaveInsufficientInformationException - Exception in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
A ZWaveInsufficientInformationException is thrown if a mandatory required device information is missing causing a fatal ZWaveDeviceClassSpi initialization failure.
ZWaveInsufficientInformationException(ZWaveDeviceClassSpi, ZWaveNetworkAccess, Throwable, String, Object...) - Constructor for exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveInsufficientInformationException
Creates a new instance of the ZWaveInsufficientInformationException
ZWaveLibraryType - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
 
ZWaveManifacturerSpecificConstants - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Represents Z-Wave manufacturer specific constants - manufacturer, product and product type identifiers.
ZWaveManufacturerId - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Used to annotate ZWaveDeviceClassSpi object to specify the supported Z-Wave device manufacturer.
ZWaveMetaDeviceClass - Class in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
A base abstract implementation of the ZWaveDeviceClassSpi interface.
ZWaveMetaDeviceClass() - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
ZWaveMetaDeviceClassPreFIMCompatible - Class in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
A base abstract implementation of the PreFIMCompatibleDeviceClassSpi interface that is used for all Z-Wave DeviceClassObject implementations that are made available by the Z-Wave DCO Providers (System, Default and Custom).
ZWaveMetaDeviceClassPreFIMCompatible() - Constructor for class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClassPreFIMCompatible
 
ZWaveMultiChannelAssociationHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created if MultiChannel Association CC is available in the device
ZWaveNetworkAccess - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
This interface facilitates access to the Z-Wave network to the implementations of ZWaveDeviceClassSpi.
ZWaveNodeProvisioningHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created if Node Provisioning CC is available for the device
ZWAVEPLUS_DEVICE_TYPE_CENTRAL_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_DISPLAY_SIMPLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_DOORLOCK_KEYPAD - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_GATEWAY_ - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_LIGHT_DIMMER_SWITCH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_ON_OFF_POWER_SWITCH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_POWER_STRIP - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_REMOTE_CONTROL_AV - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_REMOTE_CONTROL_MULTIPURPOSE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_REMOTE_CONTROL_SIMPLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SENSOR - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SENSOR_NOTIFICATION - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SET_TOP_BOX - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SIREN - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SUB_ENERGY_METER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_SUB_SYSTEM_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_THERMOSTAT_HVAC - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_THERMOSTAT_SETBACK - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_TV - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_VALVE_OPEN_CLOSE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WALL_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WHOLE_HOME_METER_SIMPLE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WINDOW_COVERING_ENDPOINT_AWARE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WINDOW_COVERING_NO_POSITION_ENDPOINT - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WINDOW_COVERING_POSITION_ENDPOINT_AWARE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_DEVICE_TYPE_WINDOW_FAN_SWITCH - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_NODE_TYPE_ZWAVEPLUS_FOR_IP_CLIENT_IP_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_NODE_TYPE_ZWAVEPLUS_FOR_IP_CLIENT_ZWAVE_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_NODE_TYPE_ZWAVEPLUS_FOR_IP_GATEWAY - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_NODE_TYPE_ZWAVEPLUS_FOR_IP_ROUTER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_NODE_TYPE_ZWAVEPLUS_NODE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_ALWAYS_ON_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_CENTRAL_STATIC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_PORTABLE_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_PORTABLE_REPORTING_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_PORTABLE_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_REACHABLE_SLEEPING_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_SLEEPING_REPORTING_SLAVE - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWAVEPLUS_ROLE_TYPE_SUB_STATIC_CONTROLLER - Static variable in interface com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveProtocolAdapterConstants
 
ZWaveProductId - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Used to annotate ZWaveDeviceClassSpi object to specify the supported Z-Wave device product id.
ZWaveProductTypeId - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Used to annotate ZWaveDeviceClassSpi object to specify the supported Z-Wave device product type id.
ZWaveProtocolAdapterConstants - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Common Z-Wave specific DA HDM Adapter constants such as Home Device Spi property keys, device generic and specific types, etc.
ZWaveProtocolSubVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
 
ZWaveProtocolVersion - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
 
ZWaveRequiredCommandClasses - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.annotations
Used to annotate ZWaveDeviceClassSpi object to specify the required Command Classes needed for the instance to be functional.
ZWaveSystemDeviceClassSpi - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
Represents a system ZWaveDeviceClassSpi.
ZWaveSystemDeviceClassSpi.WakeUpNIFProcessingRang - Enum in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
 
ZWaveSystemDeviceClassSpiProvider - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
A system ZWaveDeviceClassSpiProvider the is used to provide ZWaveSystemDeviceClassSpis only.
ZWaveSystemDeviceClassSpiProviderLoader - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
A special loader that is exposed via the X-ZWave-SPA manifest header.
ZWaveSystemNetworkAccess - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system
A specila ZWaveNetworkAccess extension that is used to initialize a ZWaveSystemDeviceClassSpi instance.
ZWaveTypeClassifiable - Interface in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Provides support for retrieving the type of a certain ZWaveDeviceClassSpi.
ZWaveUnsupportedDeviceException - Exception in com.prosyst.mbs.services.zwave.da.hdm.adapter.api
Such an exception is thrown if an instance of ZWaveDeviceClassSpi cannot be initialized due to required device functionalities that are not available on the target device.
ZWaveUnsupportedDeviceException(ZWaveDeviceClassSpi, ZWaveNetworkAccess, Throwable, String, Object...) - Constructor for exception com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveUnsupportedDeviceException
Creates a new instance of the ZWaveUnsupportedDeviceException.
ZWaveWakeUpHandler - Annotation Type in com.prosyst.mbs.services.zwave.da.hdm.adapter.api.system.annotations
Indicates that an instance of the ZWaveSystemDeviceClassSpi must be created if Wake Up CC is available in the device
zwNetAccess - Variable in class com.prosyst.mbs.services.zwave.da.hdm.adapter.api.ZWaveMetaDeviceClass
 
A B C D G H I M N O P R S T U V Z 
Skip navigation links

Copyright © 2012–2021 Bosch.IO GmbH. All rights reserved.