Uses of Class
org.openwebnet4j.message.Thermoregulation.Function
-
Packages that use Thermoregulation.Function Package Description org.openwebnet4j.message -
-
Uses of Thermoregulation.Function in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return Thermoregulation.Function Modifier and Type Method Description static Thermoregulation.Function
Thermoregulation.Function. fromValue(Integer i)
Thermoregulation.Function
Thermoregulation.WhatThermo. function()
static Thermoregulation.Function
Thermoregulation.Function. valueOf(String name)
Returns the enum constant of this type with the specified name.static Thermoregulation.Function[]
Thermoregulation.Function. 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.Function Modifier and Type Method Description static Thermoregulation
Thermoregulation. requestWriteFunction(String where, Thermoregulation.Function newFunction)
OpenWebNet to set the funcion.static Thermoregulation
Thermoregulation. requestWriteMode(String where, Thermoregulation.OperationMode newOperationMode, Thermoregulation.Function currentFunction, double setPointTemperature)
OpenWebNet to set the operation mode.static Thermoregulation
Thermoregulation. requestWriteSetpointTemperature(String where, double newSetPointTemperature, Thermoregulation.Function function)
OpenWebNet message to Manual setting of "N" zone to T temperature*#4*where*#14*T*M##
.
-