Uses of Class
org.openwebnet4j.OpenDeviceType
-
Packages that use OpenDeviceType Package Description org.openwebnet4j org.openwebnet4j.message -
-
Uses of OpenDeviceType in org.openwebnet4j
Methods in org.openwebnet4j that return OpenDeviceType Modifier and Type Method Description static OpenDeviceType
OpenDeviceType. fromValue(int value)
static OpenDeviceType
OpenDeviceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpenDeviceType[]
OpenDeviceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openwebnet4j with parameters of type OpenDeviceType 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 OpenDeviceType in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return OpenDeviceType Modifier and Type Method Description OpenDeviceType
Automation. detectDeviceType()
abstract OpenDeviceType
BaseOpenMessage. detectDeviceType()
Tries to return aOpenDeviceType
based on frame valueOpenDeviceType
EnergyManagement. detectDeviceType()
OpenDeviceType
EnergyManagementDiagnostic. detectDeviceType()
OpenDeviceType
GatewayMgmt. detectDeviceType()
OpenDeviceType
Lighting. detectDeviceType()
OpenDeviceType
Thermoregulation. detectDeviceType()
OpenDeviceType
ThermoregulationDiagnostic. detectDeviceType()
-