Package | Description |
---|---|
com.microej.demo.thermorest.cloud |
This package AWS implementation of the cloud connector.
|
com.microej.demo.thermorest.cloud.aws |
This package contains AWS implementation of the cloud connector.
|
com.microej.demo.thermorest.cloud.mqtt |
This package contains MQTT implementation of the cloud connector.
|
com.microej.demo.thermorest.model |
This package contains models used by the thermostat.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudConnector
A cloud connector that can be added to a
HeadlessThermostat . |
class |
PeriodicPublisherCloud
Thermostat publishing changes to a cloud.
|
Modifier and Type | Class and Description |
---|---|
class |
ThermostatAWS
A publisher using Amazon AWS could to publish its data.
|
Modifier and Type | Class and Description |
---|---|
class |
ThermostatMQTT
CloudConnector publishing to eclipse cloud.
|
Modifier and Type | Method and Description |
---|---|
ThermostatListener[] |
ThermostatModel.getListeners()
Gets the listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
ThermostatModel.addListener(ThermostatListener e)
Append a thermostat listener.
|
void |
ThermostatModel.removeListener(ThermostatListener o)
Removes a ThermostatListener.
|