public class LogConfigSP extends Object
LogConfigSP in the future| Constructor and Description |
|---|
LogConfigSP() |
| Modifier and Type | Method and Description |
|---|---|
static org.ogema.model.prototypes.PhysicalElement |
getDeviceResource(org.ogema.core.model.Resource subResource,
boolean locationRelevant)
Get resource of device to be used as primary device for the input resource
for user interaction etc.
|
static org.ogema.model.prototypes.PhysicalElement |
getDeviceResource(org.ogema.core.model.Resource subResource,
boolean locationRelevant,
boolean useHighest) |
public static org.ogema.model.prototypes.PhysicalElement getDeviceResource(org.ogema.core.model.Resource subResource,
boolean locationRelevant)
subResource - resource for which the primary device resource shall be returnedlocationRelevant - if true only device resources will be returned with an active subresource
location e.g. indicating the room where the device is placed. It is not considered if the
subResource has an element of org.ogema.drivers.homematic.xmlrpc.hl.types.HmMaintenance in
its parent path. Default is true.useHighest - if true the highest PhysicalElement above the input subResource is returned, otherwise
the lowest fitting. Default is true.public static org.ogema.model.prototypes.PhysicalElement getDeviceResource(org.ogema.core.model.Resource subResource,
boolean locationRelevant,
boolean useHighest)
Copyright © 2019. All rights reserved.