Package | Description |
---|---|
com.microej.demo.thermorest |
Demo mounting a Web server to handle a thermostat.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CloudConnector[] |
HeadlessThermostat.getCloudConnectors()
Gets the cloud connectors.
|
Modifier and Type | Method and Description |
---|---|
void |
HeadlessThermostat.addCloudConnector(CloudConnector connector)
Adds a cloud connector for the
HeadlessThermostat . |
void |
HeadlessThermostat.removeCloudConnector(CloudConnector connector)
Removes a cloud connector.
|
Modifier and Type | Class and Description |
---|---|
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.
|