Creating an constructor that get the temperature, the range, the URL.
temperature that will be managed by this temperature instance.
range that will be managed by this range instance.
URL that will be managed by this URL instance.
URL that will be managed by this URL instance.
range that will be managed by this range instance.
temperature that will be managed by this temperature instance.
This method returns the URL.
returns the URL.
This method returns the range.
returns the range.
This method returns the temperature.
returns the temperature.
This method gets the URL from the HttpTemperatureSensor class. This method converts the temperature, range, unit into an JSON string. This method gives the converted JSON strings to the JSONThermostat class. This method also converts the new temperature and unit into an JSON string. This method gives the new temperature and new unit to the update method in the JSONThermostat class.
Generated using TypeDoc
This class is an implementation of a Thermostat that accepts a wanted value and a range. And another extra argument in the form of a string that contains an URL.