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.endpoint |
This package contains the management of cloud connectors.
|
Modifier and Type | Method and Description |
---|---|
static void |
Main.addCloudConnector(HeadlessThermostat thermostat,
java.util.Properties properties,
CertificateLoader certificateLoader)
Add cloud connector, AWS if all the properties has been set, MQTT otherwise.
|
static void |
Main.start(HeadlessThermostat thermostat,
int port)
Starts the thermostat.
|
Modifier and Type | Method and Description |
---|---|
void |
PeriodicPublisherCloud.setThermostat(HeadlessThermostat thermostat)
Sets the thermostat.
|
Constructor and Description |
---|
AWSUpload(HeadlessThermostat thermostat,
CertificateLoader loader,
java.util.Properties properties)
Instantiates an endpoint to receive aws credentials.
|
ThermostatEndPoint(HeadlessThermostat thermostat)
Instantiates a
ThermostatEndPoint . |