Uses of Class
org.openwebnet4j.message.Where
-
Packages that use Where Package Description org.openwebnet4j org.openwebnet4j.message -
-
Uses of Where in org.openwebnet4j
Methods in org.openwebnet4j with parameters of type Where Modifier and Type Method Description void
GatewayListener. onNewDevice(Where where, OpenDeviceType deviceType, BaseOpenMessage message)
AfterOpenGateway.discoverDevices()
is called, each time a new device is discovered, this method will be called -
Uses of Where in org.openwebnet4j.message
Subclasses of Where in org.openwebnet4j.message Modifier and Type Class Description class
WhereEnergyManagement
WHERE for Energy Management framesclass
WhereLightAutom
WHERE for Lighting and Automation framesclass
WhereThermo
WHERE for Thermoregulation framesclass
WhereZigBee
WHERE for ZigBee Lighting and Automation framesFields in org.openwebnet4j.message declared as Where Modifier and Type Field Description static Where
WhereThermo. ALL_MASTER_PROBES
static Where
WhereEnergyManagement. GENERAL
static Where
WhereLightAutom. GENERAL
protected Where
BaseOpenMessage. where
Methods in org.openwebnet4j.message that return Where Modifier and Type Method Description Where
BaseOpenMessage. getWhere()
Returns message WHERE or null if message has no valid WHERE part
-