public interface HmLogicInterface
extends org.ogema.core.model.Resource
| Modifier and Type | Method and Description |
|---|---|
org.ogema.core.model.simple.StringResource |
alias() |
org.ogema.core.model.simple.StringResource |
baseUrl()
The base URL of the HomeMatic XML-RPC servlet.
|
org.ogema.core.model.simple.StringResource |
ccuPw() |
org.ogema.core.model.simple.StringResource |
ccuUser() |
org.ogema.core.model.simple.IntegerResource |
clientPort()
Port number of the XML-RPC service interface.
|
org.ogema.core.model.simple.StringResource |
clientUrl()
URL of the XML-RPC service.
|
org.ogema.core.model.ResourceList<HmDevice> |
devices()
Created by driver.
|
org.ogema.model.actors.OnOffSwitch |
installationMode()
Determine whether installation mode is active (subresource
OnOffSwitch.stateFeedback())
and activate installation mode (subresource OnOffSwitch.stateControl()). |
org.ogema.core.model.simple.StringResource |
networkInterface()
The network interface on which the driver servlet can be reached by the
HomeMatic gateway.
|
org.ogema.core.model.simple.IntegerResource |
port()
The port on which the driver servlet can be reached.
|
org.ogema.core.model.simple.StringResource |
serialNumber()
Serial number of the CCU (real or emulated).
|
activate, addAccessModeListener, addDecorator, addDecorator, addOptionalElement, addResourceListener, addStructureListener, addValueListener, addValueListener, create, deactivate, delete, deleteElement, equalsLocation, equalsPath, exists, getAccessMode, getAccessPriority, getDirectSubResources, getLocation, getLocation, getLocationResource, getName, getParent, getPath, getPath, getReferencingNodes, getReferencingResources, getResourceType, getSubResource, getSubResource, getSubResources, getSubResources, isActive, isDecorator, isReference, isTopLevel, isWriteable, removeAccessModeListener, removeResourceListener, removeStructureListener, removeValueListener, requestAccessMode, setAsReference, setOptionalElementstatic final String ALIAS
org.ogema.core.model.simple.StringResource alias()
org.ogema.core.model.simple.StringResource baseUrl()
networkInterface()
and port(), which will also work in case local IP address changes.org.ogema.core.model.simple.StringResource networkInterface()
port(),
alternatively to baseUrl().org.ogema.core.model.simple.IntegerResource port()
networkInterface(),
alternatively to baseUrl().org.ogema.core.model.simple.StringResource clientUrl()
serialNumber() and clientPort()
if gateway discovery is not available. With recent CCU software the preferred alternative
is the use of serialNumber().org.ogema.core.model.simple.StringResource serialNumber()
clientPort(), alternatively to clientUrl().org.ogema.core.model.simple.IntegerResource clientPort()
serialNumber(), alternatively to clientUrl().org.ogema.core.model.ResourceList<HmDevice> devices()
org.ogema.model.actors.OnOffSwitch installationMode()
OnOffSwitch.stateFeedback())
and activate installation mode (subresource OnOffSwitch.stateControl()).org.ogema.core.model.simple.StringResource ccuUser()
org.ogema.core.model.simple.StringResource ccuPw()
Copyright © 2019. All rights reserved.