Class ThermosetX19

java.lang.Object
ThermosetX19
All Implemented Interfaces:
itec3030.smarthome.standards.Controllable, itec3030.smarthome.standards.NumericMeasurementInstrument, itec3030.smarthome.standards.SmartThing, itec3030.smarthome.standards.Thermostat

public class ThermosetX19 extends Object implements itec3030.smarthome.standards.Thermostat
  • Constructor Details

    • ThermosetX19

      public ThermosetX19(itec3030.smarthome.standards.ControllerInterface c, String ID)
  • Method Details

    • newTemperature

      public void newTemperature(int var1)
      Specified by:
      newTemperature in interface itec3030.smarthome.standards.Thermostat
    • getReading

      public int getReading()
      Specified by:
      getReading in interface itec3030.smarthome.standards.NumericMeasurementInstrument
    • getController

      public itec3030.smarthome.standards.ControllerInterface getController()
      Specified by:
      getController in interface itec3030.smarthome.standards.Controllable
    • setController

      public void setController(itec3030.smarthome.standards.ControllerInterface controllerInterface)
      Specified by:
      setController in interface itec3030.smarthome.standards.Controllable
    • getID

      public String getID()
      Specified by:
      getID in interface itec3030.smarthome.standards.Controllable
    • setID

      public void setID(String s)
      Specified by:
      setID in interface itec3030.smarthome.standards.Controllable
    • enable

      public void enable()
      Specified by:
      enable in interface itec3030.smarthome.standards.Controllable
    • disable

      public void disable()
      Specified by:
      disable in interface itec3030.smarthome.standards.Controllable
    • enabled

      public boolean enabled()
      Specified by:
      enabled in interface itec3030.smarthome.standards.Controllable