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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable()
void
enable()
boolean
enabled()
itec3030.smarthome.standards.ControllerInterface
getID()
int
void
newTemperature
(int var1) void
setController
(itec3030.smarthome.standards.ControllerInterface controllerInterface) void
-
Constructor Details
-
ThermosetX19
-
-
Method Details
-
newTemperature
public void newTemperature(int var1) - Specified by:
newTemperature
in interfaceitec3030.smarthome.standards.Thermostat
-
getReading
public int getReading()- Specified by:
getReading
in interfaceitec3030.smarthome.standards.NumericMeasurementInstrument
-
getController
public itec3030.smarthome.standards.ControllerInterface getController()- Specified by:
getController
in interfaceitec3030.smarthome.standards.Controllable
-
setController
public void setController(itec3030.smarthome.standards.ControllerInterface controllerInterface) - Specified by:
setController
in interfaceitec3030.smarthome.standards.Controllable
-
getID
- Specified by:
getID
in interfaceitec3030.smarthome.standards.Controllable
-
setID
- Specified by:
setID
in interfaceitec3030.smarthome.standards.Controllable
-
enable
public void enable()- Specified by:
enable
in interfaceitec3030.smarthome.standards.Controllable
-
disable
public void disable()- Specified by:
disable
in interfaceitec3030.smarthome.standards.Controllable
-
enabled
public boolean enabled()- Specified by:
enabled
in interfaceitec3030.smarthome.standards.Controllable
-