- TARGET - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
-
The target tag.
- TEMPERATURE - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
-
The temperature tag.
- ThermostatAWS - Class in com.microej.demo.thermorest.cloud.aws
-
A publisher using Amazon AWS could to publish its data.
- ThermostatAWS() - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
-
Instantiates a
ThermostatAWS
using the System properties and loading the certificates from the
application resources.
- ThermostatAWS(Properties, CertificateLoader) - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
-
Instantiates a
ThermostatAWS
using the properties and certificate loader provided in parameter.
- ThermostatAWS(Properties, SSLContext) - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
-
Instantiates a
ThermostatAWS
using the properties and SSLContext provided in parameter.
- ThermostatEndPoint - Class in com.microej.demo.thermorest.endpoint
-
The endpoint to get the temperature
/thermostat: get: description: Return the current and target temperature produces: - application/json responses: 200:
description: Request was successful headers: schema: type: object properties: current: type: float description: the
current temperature target: type: float description: the target temperature put: description: Set the target
temperature produces: - application/json urlencoded parameters: - target: the target temperature responses: 200:
description: Request was successful headers: schema: type: object properties: current: type: float description: the
current temperature target: type: float description: the target temperature 400: description: target parameter was
not found.
- ThermostatEndPoint(HeadlessThermostat) - Constructor for class com.microej.demo.thermorest.endpoint.ThermostatEndPoint
-
- ThermostatListener - Interface in com.microej.demo.thermorest.model
-
- ThermostatModel - Class in com.microej.demo.thermorest.model
-
A model describing a thermostat.
- ThermostatModel() - Constructor for class com.microej.demo.thermorest.model.ThermostatModel
-
- ThermostatMQTT - Class in com.microej.demo.thermorest.cloud.mqtt
-
CloudConnector publishing to eclipse cloud.
- ThermostatMQTT(String, String) - Constructor for class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
-
Instantiates a Thermostat Cloud connector over tcp MQTT.
- TLS_V_1_2 - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
-
TLSv1.2.
- toByteString(byte[]) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
-
Prints an array of byte into a String.
- TOPIC_IP - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
-
Topic used when the temperature is IP address is updated.
- TOPIC_SET - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
-
Topic used to set the target.
- TOPIC_TARGET - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
-
Topic used when the target is updated.
- TOPIC_TEMPERATURE - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
-
Topic used when the temperature is updated.
- toString() - Method in class com.microej.demo.thermorest.model.ThermostatModel
-