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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()voidenable()booleanenabled()itec3030.smarthome.standards.ControllerInterfacegetID()intvoidnewTemperature(int var1) voidsetController(itec3030.smarthome.standards.ControllerInterface controllerInterface) void
-
Constructor Details
-
ThermosetX19
-
-
Method Details
-
newTemperature
public void newTemperature(int var1) - Specified by:
newTemperaturein interfaceitec3030.smarthome.standards.Thermostat
-
getReading
public int getReading()- Specified by:
getReadingin interfaceitec3030.smarthome.standards.NumericMeasurementInstrument
-
getController
public itec3030.smarthome.standards.ControllerInterface getController()- Specified by:
getControllerin interfaceitec3030.smarthome.standards.Controllable
-
setController
public void setController(itec3030.smarthome.standards.ControllerInterface controllerInterface) - Specified by:
setControllerin interfaceitec3030.smarthome.standards.Controllable
-
getID
- Specified by:
getIDin interfaceitec3030.smarthome.standards.Controllable
-
setID
- Specified by:
setIDin interfaceitec3030.smarthome.standards.Controllable
-
enable
public void enable()- Specified by:
enablein interfaceitec3030.smarthome.standards.Controllable
-
disable
public void disable()- Specified by:
disablein interfaceitec3030.smarthome.standards.Controllable
-
enabled
public boolean enabled()- Specified by:
enabledin interfaceitec3030.smarthome.standards.Controllable
-