diff --git a/src/thermostat/ThermostatDevice.java b/src/thermostat/ThermostatDevice.java index d42b87c..ecb4284 100644 --- a/src/thermostat/ThermostatDevice.java +++ b/src/thermostat/ThermostatDevice.java @@ -52,7 +52,7 @@ public void sensorUpdateEvent(Sensorable sensor) { } private void updateServer(DataObject dataReading){ - //this.sendInfo(dataReading.getValue(), this.serialNumber); uncomment once this doesnt throw an error + this.sendInfo(dataReading.getValue(), this.serialNumber); } public static void main(String[] args){