org.flexiblepower.ral.drivers.dishwasher
public interface DishwasherControlParameters extends ResourceControlParameters
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProgram() |
java.util.Date |
getStartTime() |
java.util.Date getStartTime()
java.lang.String getProgram()
DishwasherState.getProgram(). Since the communication is asynchronous, it could be the case that
the program has been updated. In that case this control setting should be ignored and a new
DishwasherState should be sent to the manager.