Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractDeviceHandler - Class in org.ogema.drivers.homematic.xmlrpc.hl.api
Simple base class for a DeviceHandler containing only a HomeMaticConnection, which is something most implementations will need.
AbstractDeviceHandler(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.api.AbstractDeviceHandler
 
accept(DeviceDescription) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.DeviceHandler
Called by the HomeMatic driver to determine whether this DeviceHandler wants to control the device from the DeviceDescription.
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.CO2Sensor
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpMotionDetector
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpShutterContact
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.KeyChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.MaintenanceChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.MotionDetectorChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PowerMeterChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ShutterContactChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.SwitchChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ThermostatChannel
 
accept(DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.WeatherChannel
 
activate(ComponentContext) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
addEventListener(HmEventListener) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Register an event listener with this connection.
addEventListener(HmEventListener) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
addHandlerFactory(DeviceHandlerFactory, Map<String, Object>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
address() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 
ALIAS - Static variable in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 
alias() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 

B

baseUrl() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
The base URL of the HomeMatic XML-RPC servlet.
battery() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance
A battery resource should only be created for devices that report an OPERATING_VOLTAGE, which will be available as ElectricityStorage.internalVoltage().
batteryLow() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance
 

C

channels() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 
children() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 
clientUrl() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 
close(HomeMaticDriver.HmConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
CO2Sensor - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
Handler for the HomeMatic HM-CC-SCD CO2 Sensor, created as CO2Sensor resource in OGEMA.
CO2Sensor() - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.CO2Sensor
 
CO2Sensor(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.CO2Sensor
 
conn - Variable in class org.ogema.drivers.homematic.xmlrpc.hl.api.AbstractDeviceHandler
 
control() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
controlledResources() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
List of OGEMA resources controlled by this HomeMatic device / channel.
createHandler(HomeMaticConnection) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.DeviceHandlerFactory
Creates a new DeviceHandler.
createHandler(HomeMaticConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.CO2Sensor
 
createHandler(HomeMaticConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpMotionDetector
 
createHandler(HomeMaticConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpShutterContact
 
createHandler(HomeMaticConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannelHandlerFactory
 

D

defaultValue() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
defaultValue() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterBool
 
defaultValue() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterFloat
 
defaultValue() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterInt
 
defaultValue() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterString
 
DeviceHandler - Interface in org.ogema.drivers.homematic.xmlrpc.hl.api
DeviceHandlers are called to setup OGEMA resources for their supported HomeMatic devices and manage all communication between their OGEMA resources and HomeMatic.
DeviceHandlerFactory - Interface in org.ogema.drivers.homematic.xmlrpc.hl.api
Used by the HomeMatic driver to provide DeviceHandler instances working on an available HomeMaticConnection.
devices() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 

E

errorCode() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance
 

F

findConnection(HmDevice) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
findControllingDevice(Resource) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
findControllingDevice(Resource) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
Returns the HmDevice element controlling the given OGEMA resource, or null if the resource is not controlled by the HomeMatic driver.
flags() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 

G

getChannel(HmDevice, String) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Finds a channel resource for a given device.
getChannel(HmDevice, String) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
getConnection() - Method in class org.ogema.drivers.homematic.xmlrpc.hl.api.AbstractDeviceHandler
 
getEventResourceName(HmDevice, DeviceDescription) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.KeyChannel
 
getToplevelDevice(HmDevice) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Returns the resource representing the HomeMatic device the channel belongs to.
getToplevelDevice(HmDevice) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 

H

HmDevice - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
OGEMA resource representing a logical device as defined in the HomeMatic XML-RPC specification.
HmLogicInterface - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HmMaintenance - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
Stores information from the channel 'Maintenance' that is available on every HomeMatic device.
HmParameter - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HmParameterBool - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HmParameterFloat - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HmParameterInt - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HmParameterString - Interface in org.ogema.drivers.homematic.xmlrpc.hl.types
 
HomeMaticConnection - Interface in org.ogema.drivers.homematic.xmlrpc.hl.api
Used by DeviceHandler implementations to communicate with its HomeMatic logic interface and to setup OGEMA specific device/resource relations.
HomeMaticDriver - Class in org.ogema.drivers.homematic.xmlrpc.hl
 
HomeMaticDriver() - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
HomeMaticDriver.HmConnection - Class in org.ogema.drivers.homematic.xmlrpc.hl
 

I

init(HomeMaticDriver.HmConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
installationMode() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 
IpMotionDetector - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
IpMotionDetector() - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpMotionDetector
 
IpMotionDetector(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpMotionDetector
 
IpShutterContact - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
IpShutterContact() - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpShutterContact
 
IpShutterContact(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpShutterContact
 
IpThermostatChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
IpThermostatChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannel
 
IpThermostatChannelHandlerFactory - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
IpThermostatChannelHandlerFactory() - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannelHandlerFactory
 

K

KeyChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
KeyChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.KeyChannel
 

L

LINKED_TEMP_SENS_DECORATOR - Static variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannel
Name ("linkedTempSens") of the decorator linking to the TempSens which shall be used instead of the internal temperature sensor.
LINKED_TEMP_SENS_DECORATOR - Static variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ThermostatChannel
Name ("linkedTempSens") of the decorator linking to the TempSens to be used instead of the internal temperature sensor.
logger - Variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
logger - Variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.SwitchChannel
 

M

MaintenanceChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
Handler for MAINTENANCE channels on BidCos and HmIP devices.
MaintenanceChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.MaintenanceChannel
 
MaintenanceChannel.PARAMS - Enum in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
max() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
max() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterBool
 
max() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterFloat
 
max() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterInt
 
max() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterString
 
min() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
min() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterBool
 
min() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterFloat
 
min() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterInt
 
min() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterString
 
MotionDetectorChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
MotionDetectorChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.MotionDetectorChannel
 

N

networkInterface() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
The network interface on which the HomeMatic XML-RPC can be reached by the HomeMatic gateway.

O

operations() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
org.ogema.drivers.homematic.xmlrpc.hl - package org.ogema.drivers.homematic.xmlrpc.hl
 
org.ogema.drivers.homematic.xmlrpc.hl.api - package org.ogema.drivers.homematic.xmlrpc.hl.api
 
org.ogema.drivers.homematic.xmlrpc.hl.channels - package org.ogema.drivers.homematic.xmlrpc.hl.channels
 
org.ogema.drivers.homematic.xmlrpc.hl.types - package org.ogema.drivers.homematic.xmlrpc.hl.types
 

P

PARAM_TEMPERATUREFALL_MODUS - Static variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannel
 
PARAM_TEMPERATUREFALL_MODUS - Static variable in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ThermostatChannel
 
parameterName() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
parameterSet() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
paramsets() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 
performAddLink(String, String, String, String) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Calls the addLink method of the HomeMatic logic interface.
performAddLink(String, String, String, String) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
performGetLinks(String, int) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
 
performGetLinks(String, int) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
performPutParamset(String, String, Map<String, Object>) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
 
performPutParamset(String, String, Map<String, Object>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
performRemoveLink(String, String) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Calls the removeLink method of the HomeMatic logic interface.
performRemoveLink(String, String) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
performSetValue(String, String, Object) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
 
performSetValue(String, String, Object) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
performSwitchBoxSetup(HmDevice) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
PMSwitchDevice - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
Handler for a HM-ES-PMSw1-Pl device.
PMSwitchDevice(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
pollParameters(HomeMaticDriver.HmConnection) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
port() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmLogicInterface
 
PowerMeterChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
PowerMeterChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.PowerMeterChannel
 

R

registerControlledResource(HmDevice, Resource) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
Configure a control relationship between the homematic device and a resource that can be retrieved by using HomeMaticConnection.findControllingDevice(org.ogema.core.model.Resource).
registerControlledResource(HmDevice, Resource) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
removeEventListener(HmEventListener) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.HomeMaticConnection
 
removeEventListener(HmEventListener) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver.HmConnection
 
removeHandlerFactory(DeviceHandlerFactory, Map<String, Object>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
rssiDevice() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance
 
rssiPeer() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance
 

S

setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.api.DeviceHandler
Called by the HomeMatic driver after the DeviceHandler returned true from an DeviceHandler.accept(org.ogema.drivers.homematic.xmlrpc.ll.api.DeviceDescription) call.
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.CO2Sensor
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpMotionDetector
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpShutterContact
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.IpThermostatChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.KeyChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.MaintenanceChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.MotionDetectorChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PowerMeterChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ShutterContactChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.SwitchChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.ThermostatChannel
 
setup(HmDevice, DeviceDescription, Map<String, Map<String, ParameterDescription<?>>>) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.WeatherChannel
 
setupDevice(HmDevice) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
ShutterContactChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
ShutterContactChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.ShutterContactChannel
 
start(ApplicationManager) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
stop(Application.AppStopReason) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
storeEvent(HmEvent, SingleValueResource) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.HomeMaticDriver
 
subChannelListener(HmDevice) - Method in class org.ogema.drivers.homematic.xmlrpc.hl.channels.PMSwitchDevice
 
SwitchChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
SwitchChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.SwitchChannel
 

T

tabOrder() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
ThermostatChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
ThermostatChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.ThermostatChannel
 
type() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 
type() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 

U

unit() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 

V

value() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameter
 
value() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterBool
 
value() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterFloat
 
value() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterInt
 
value() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmParameterString
 
valueOf(String) - Static method in enum org.ogema.drivers.homematic.xmlrpc.hl.channels.MaintenanceChannel.PARAMS
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ogema.drivers.homematic.xmlrpc.hl.channels.MaintenanceChannel.PARAMS
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface org.ogema.drivers.homematic.xmlrpc.hl.types.HmDevice
 

W

WeatherChannel - Class in org.ogema.drivers.homematic.xmlrpc.hl.channels
 
WeatherChannel(HomeMaticConnection) - Constructor for class org.ogema.drivers.homematic.xmlrpc.hl.channels.WeatherChannel
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.