public interface DeviceDescription extends XmlRpcStruct
DeviceDescription as defined in the HomeMatic
XML-RPC specification.| Modifier and Type | Interface and Description |
|---|---|
static class |
DeviceDescription.KEYS
Keys used by the DeviceDescription XML-RPC struct.
|
static class |
DeviceDescription.RX_FLAGS
Bit flags used in the
DeviceDescription.KEYS.RX_MODE member. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String[] |
getChildren() |
String[] |
getParamsets()
List of available
Paramsets. |
String |
getParent()
Address of the parent logical device.
|
String |
getParentType()
Parent type, if parent is available.
|
String |
getType() |
int |
getVersion() |
boolean |
isDevice() |
containsKey, getBoolean, getInt, getString, getStringArray, getValue, keySet, setBoolean, setInt, setString, setStringArray, setValue, toMapString getAddress()
String[] getParamsets()
Paramsets. Usually 'MASTER', 'VALUES'
plus the names of LINK sets, which are logical device address strings.
Use HomeMatic.getParamsetDescription(java.lang.String, java.lang.String) and HomeMatic.getParamset(java.lang.String, java.lang.String)
to retrieve description and actual values.ParamsetsString getParent()
String getParentType()
String getType()
boolean isDevice()
int getVersion()
String[] getChildren()
Copyright © 2019. All rights reserved.