Uses of Interface
org.openwebnet4j.message.What
-
Packages that use What Package Description org.openwebnet4j.message -
-
Uses of What in org.openwebnet4j.message
Classes in org.openwebnet4j.message that implement What Modifier and Type Class Description static class
Automation.WHAT
static class
EnergyManagement.WHAT
static class
GatewayMgmt.WHAT
static class
Lighting.WHAT
static class
Thermoregulation.WhatThermo
Methods in org.openwebnet4j.message that return What Modifier and Type Method Description What
BaseOpenMessage. getWhat()
Returns message WHAT or null if message has no valid WHAT partstatic What
Lighting. percentToWhat(int percent)
Return WHAT corresponding to the brightness percent.protected What
Automation. whatFromValue(int i)
protected abstract What
BaseOpenMessage. whatFromValue(int i)
protected What
EnergyManagement. whatFromValue(int i)
protected What
EnergyManagementDiagnostic. whatFromValue(int i)
protected What
GatewayMgmt. whatFromValue(int i)
protected What
Lighting. whatFromValue(int i)
protected What
Thermoregulation. whatFromValue(int i)
protected What
ThermoregulationDiagnostic. whatFromValue(int i)
Methods in org.openwebnet4j.message with parameters of type What Modifier and Type Method Description static Lighting
Lighting. requestDimTo(String where, What level)
OpenWebNet message request to dim light to level*1*level*WHERE##
.
-