Uses of Class
org.openwebnet4j.message.Thermoregulation.OperationMode
-
Packages that use Thermoregulation.OperationMode Package Description org.openwebnet4j.message -
-
Uses of Thermoregulation.OperationMode in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return Thermoregulation.OperationMode Modifier and Type Method Description static Thermoregulation.OperationMode
Thermoregulation.OperationMode. fromValue(Integer i)
Thermoregulation.OperationMode
Thermoregulation.WhatThermo. mode()
static Thermoregulation.OperationMode
Thermoregulation.OperationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Thermoregulation.OperationMode[]
Thermoregulation.OperationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openwebnet4j.message with parameters of type Thermoregulation.OperationMode Modifier and Type Method Description static Thermoregulation
Thermoregulation. requestWriteMode(String where, Thermoregulation.OperationMode newOperationMode, Thermoregulation.Function currentFunction, double setPointTemperature)
OpenWebNet to set the operation mode.
-