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.WhatThermo
Thermoregulation.WhatThermo. fromValue(int i)
static Thermoregulation.WhatThermo
Thermoregulation.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.ValveOrActuatorStatus
Thermoregulation. parseValveStatus(Thermoregulation msg, Thermoregulation.WhatThermo what)
Parse valve status (CV and HV) from Thermoregulation message (dimensions: 19)static Thermoregulation
Thermoregulation. requestWriteSetMode(String where, Thermoregulation.WhatThermo newMode)
OpenWebNet to set the Thermoregulation device mode.
-