public class DimmableLightRemote extends AbstractUnitRemote<rst.domotic.unit.dal.DimmableLightDataType.DimmableLightData> implements DimmableLight
CONNECTION_TIMEOUT, DATA_WAIT_TIMEOUT, logger, LOGGING_TIMEOUT, maintainer, METHOD_CALL_MAX_TIMEOUT, METHOD_CALL_START_TIMEOUT, METHOD_CALL_TIMEOUT_MULTIPLIER, PING_TIMEOUT, REQUEST_TIMEOUT, scopeUPDATE_METHOD_PREFIX| Constructor and Description |
|---|
DimmableLightRemote() |
| Modifier and Type | Method and Description |
|---|---|
rst.domotic.state.BrightnessStateType.BrightnessState |
getBrightnessState() |
rst.domotic.state.PowerStateType.PowerState |
getPowerState() |
void |
notifyDataUpdate(rst.domotic.unit.dal.DimmableLightDataType.DimmableLightData data) |
Future<Void> |
setBrightnessState(rst.domotic.state.BrightnessStateType.BrightnessState brightness) |
Future<Void> |
setPowerState(rst.domotic.state.PowerStateType.PowerState.State value) |
Future<Void> |
setPowerState(rst.domotic.state.PowerStateType.PowerState value) |
activate, applyAction, applyConfigUpdate, getLabel, getLocationConfig, getScope, getTemplate, getType, getUnitRegistry, init, init, init, init, initById, initByLabel, isEnabled, postInit, recordSnapshot, waitForData, waitForDataaddConfigObserver, getConfig, getConfigClass, getConfigField, getConfigField, getId, hasConfigField, init, notifyConfigUpdate, removeConfigObserver, shutdown, supportsConfigFieldactivate, addConnectionStateObserver, addDataObserver, addHandler, addObserver, callMethod, callMethod, callMethod, callMethod, callMethodAsync, callMethodAsync, deactivate, getConnectionState, getData, getDataClass, getDataField, getPing, hasDataField, init, init, isActive, isConnected, isDataAvailable, isLocked, lock, ping, removeConnectionStateObserver, removeDataObserver, removeObserver, requestData, reset, setMessageProcessor, toString, unlock, validateActivation, validateData, validateInitialization, verifyMaintainability, waitForConnectionState, waitForConnectionStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyAction, getUpdateMethodNamerestoreSnapshot, verifyOperationServiceState, verifyOperationServiceStateValueaddConfigObserver, getConfig, getConfigClass, removeConfigObserveractivate, addConnectionStateObserver, getConnectionState, getDataFuture, isConnected, removeConnectionStateObserver, requestDataregisterShutdownHook, registerShutdownHook, shutdownisLocked, lock, unlock, verifyMaintainabilitypublic void notifyDataUpdate(rst.domotic.unit.dal.DimmableLightDataType.DimmableLightData data)
notifyDataUpdate in class org.openbase.jul.extension.rsb.com.RSBRemoteService<rst.domotic.unit.dal.DimmableLightDataType.DimmableLightData>public Future<Void> setPowerState(rst.domotic.state.PowerStateType.PowerState.State value) throws org.openbase.jul.exception.CouldNotPerformException
org.openbase.jul.exception.CouldNotPerformExceptionpublic Future<Void> setPowerState(rst.domotic.state.PowerStateType.PowerState value) throws org.openbase.jul.exception.CouldNotPerformException
setPowerState in interface PowerStateOperationServiceorg.openbase.jul.exception.CouldNotPerformExceptionpublic rst.domotic.state.PowerStateType.PowerState getPowerState()
throws org.openbase.jul.exception.NotAvailableException
getPowerState in interface PowerStateProviderServiceorg.openbase.jul.exception.NotAvailableExceptionpublic Future<Void> setBrightnessState(rst.domotic.state.BrightnessStateType.BrightnessState brightness) throws org.openbase.jul.exception.CouldNotPerformException
setBrightnessState in interface BrightnessStateOperationServiceorg.openbase.jul.exception.CouldNotPerformExceptionpublic rst.domotic.state.BrightnessStateType.BrightnessState getBrightnessState()
throws org.openbase.jul.exception.NotAvailableException
getBrightnessState in interface BrightnessStateProviderServiceorg.openbase.jul.exception.NotAvailableExceptionCopyright © 2014–2017 openbase.org. All rights reserved.