Package | Description |
---|---|
com.microej.demo.thermorest |
Demo mounting a Web server to handle a thermostat.
|
com.microej.demo.thermorest.model |
This package contains models used by the thermostat.
|
Modifier and Type | Method and Description |
---|---|
ThermostatModel |
HeadlessThermostat.getModel()
Gets the associated model.
|
Constructor and Description |
---|
HeadlessThermostat(ThermostatModel model)
Instantiates a
HeadlessThermostat with a specific ThermostatModel . |
Modifier and Type | Class and Description |
---|---|
class |
AutomaticThermostatModel
A thermostat model changing its temperature by 0.5° each second to reach the target temperature.
|