Skip to content

Commit

Permalink
sendInfo implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Apr 27, 2015
1 parent c4177b8 commit 3347507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thermostat/ThermostatDevice.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void sensorUpdateEvent(Sensorable sensor) {
}

private void updateServer(DataObject<Integer> 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){
Expand Down

0 comments on commit 3347507

Please sign in to comment.