Uses of Class
org.openwebnet4j.message.Lighting
-
Packages that use Lighting Package Description org.openwebnet4j.message -
-
Uses of Lighting in org.openwebnet4j.message
Methods in org.openwebnet4j.message that return Lighting Modifier and Type Method Description static Lighting
Lighting. requestDimTo(String where, What level)
OpenWebNet message request to dim light to level*1*level*WHERE##
.static Lighting
Lighting. requestStatus(String where)
OpenWebNet message request light status*#1*WHERE##
.static Lighting
Lighting. requestTurnOff(String where)
OpenWebNet message request to turn lightOFF
*1*0*WHERE##
.static Lighting
Lighting. requestTurnOn(String where)
OpenWebNet message request to turn lightON
*1*1*WHERE##
.
-