public interface OpenHABRemote extends org.openbase.jul.iface.Manageable<String>
| Modifier and Type | Method and Description |
|---|---|
void |
init(String itemFilter) |
void |
internalReceiveCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) |
void |
internalReceiveUpdate(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) |
Future<Void> |
postCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) |
Future<Void> |
postUpdate(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) |
Future<Void> |
sendCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) |
void init(String itemFilter) throws InitializationException, InterruptedException
init in interface org.openbase.jul.iface.Initializable<String>InitializationExceptionInterruptedExceptionvoid internalReceiveUpdate(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command)
throws CouldNotPerformException
CouldNotPerformExceptionvoid internalReceiveCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command)
throws CouldNotPerformException
CouldNotPerformExceptionFuture<Void> sendCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) throws CouldNotPerformException
CouldNotPerformExceptionFuture<Void> postCommand(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) throws CouldNotPerformException
CouldNotPerformExceptionFuture<Void> postUpdate(rst.domotic.binding.openhab.OpenhabCommandType.OpenhabCommand command) throws CouldNotPerformException
CouldNotPerformExceptionCopyright © 2015–2017 openbase.org. All rights reserved.