Uses of Class
org.openwebnet4j.message.Thermoregulation.WhatThermo
-
Packages that use Thermoregulation.WhatThermo Package Description org.openwebnet4j.message -
-
Uses of Thermoregulation.WhatThermo in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return Thermoregulation.WhatThermo Modifier and Type Method Description static Thermoregulation.WhatThermoThermoregulation.WhatThermo. fromValue(int i)static Thermoregulation.WhatThermoThermoregulation.WhatThermo. valueOf(String name)Returns the enum constant of this type with the specified name.static Thermoregulation.WhatThermo[]Thermoregulation.WhatThermo. 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.WhatThermo Modifier and Type Method Description static Thermoregulation.ValveOrActuatorStatusThermoregulation. parseValveStatus(Thermoregulation msg, Thermoregulation.WhatThermo what)Parse valve status (CV and HV) from Thermoregulation message (dimensions: 19)static ThermoregulationThermoregulation. requestWriteSetMode(String where, Thermoregulation.WhatThermo newMode)OpenWebNet to set the Thermoregulation device mode.
-