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 OpenDeviceTypeOpenDeviceType. fromValue(int value)static OpenDeviceTypeOpenDeviceType. 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 voidGatewayListener. 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 OpenDeviceTypeAutomation. detectDeviceType()abstract OpenDeviceTypeBaseOpenMessage. detectDeviceType()Tries to return aOpenDeviceTypebased on frame valueOpenDeviceTypeEnergyManagement. detectDeviceType()OpenDeviceTypeEnergyManagementDiagnostic. detectDeviceType()OpenDeviceTypeGatewayMgmt. detectDeviceType()OpenDeviceTypeLighting. detectDeviceType()OpenDeviceTypeThermoregulation. detectDeviceType()OpenDeviceTypeThermoregulationDiagnostic. detectDeviceType()
-