public class OpenHabListener extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static OpenHabListener |
getInstance()
Gets the singleton instance of the Listener.
|
boolean |
isRunning() |
void |
start()
Starts the event listener with the uri stored in
ConfigurationManager or on
if uri not stored. |
void |
start(String openHabBaseUri)
Starts the event listener with the given uri on all events.
|
public static OpenHabListener getInstance()
public void start()
ConfigurationManager or on
if uri not stored. All State Things are received from OpenHab,
mapped as sensors and added to the DeviceManager.public void start(String openHabBaseUri)
openHabBaseUri - public boolean isRunning()
public void close()
Copyright © 2018. All rights reserved.