public interface Sheltering extends StatusProviding
CommandLaunching.| Modifier and Type | Method and Description |
|---|---|
boolean |
close(boolean auto)
Directly closes all roofs.
|
Date |
getLastCloseTime()
Returns the date of the last shut time if the roof is currently shut.
|
Date |
getLastOpenTime()
Returns the date of the last open time if the roof is currently open.
|
boolean |
isClosed()
Returns true if the dome is entirely closed.
|
boolean |
isOpen()
Returns true if the dome is entirely open.
|
boolean |
open(boolean auto)
Directly opens all roofs.
|
conciseStatus, extendedStatusboolean isOpen()
boolean isClosed()
Date getLastOpenTime()
Date getLastCloseTime()
boolean open(boolean auto)
auto - True, if standard procedure (no emergency, like in automated
mode).boolean close(boolean auto)
auto - True, if standard procedure (no emergency, like in automated
mode).