Uses of Class
org.openwebnet4j.message.Thermoregulation.FanCoilSpeed
-
Packages that use Thermoregulation.FanCoilSpeed Package Description org.openwebnet4j.message -
-
Uses of Thermoregulation.FanCoilSpeed in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return Thermoregulation.FanCoilSpeed Modifier and Type Method Description static Thermoregulation.FanCoilSpeed
Thermoregulation.FanCoilSpeed. fromValue(Integer i)
static Thermoregulation.FanCoilSpeed
Thermoregulation. parseFanCoilSpeed(Thermoregulation msg)
Parse fan coil speed from Thermoregulation message (dimensions: 11)static Thermoregulation.FanCoilSpeed
Thermoregulation.FanCoilSpeed. valueOf(String name)
Returns the enum constant of this type with the specified name.static Thermoregulation.FanCoilSpeed[]
Thermoregulation.FanCoilSpeed. 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.FanCoilSpeed Modifier and Type Method Description static Thermoregulation
Thermoregulation. requestWriteFanCoilSpeed(String where, Thermoregulation.FanCoilSpeed newFanCoilSpeed)
OpenWebNet to set the Fan Coil Speed*#4*where*#11*speed##
.
-