Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Feb 11, 2015
1 parent f75e836 commit 296a4ca
Show file tree
Hide file tree
Showing 17 changed files with 2,080 additions and 9 deletions.
8 changes: 0 additions & 8 deletions bin/.gitignore

This file was deleted.

2,079 changes: 2,079 additions & 0 deletions bin/UML.cld

Large diffs are not rendered by default.

Binary file modified bin/main/Main.class
Binary file not shown.
Binary file modified bin/networking/networking.class
Binary file not shown.
Binary file modified bin/server/server.class
Binary file not shown.
Binary file modified bin/testing/JUnit_Test_Example.class
Binary file not shown.
Binary file modified bin/testing/Networking_Test.class
Binary file not shown.
Binary file added bin/testing/ThermostatTest.class
Binary file not shown.
Binary file added bin/thermostat/Actuatorable.class
Binary file not shown.
Binary file added bin/thermostat/DataObject.class
Binary file not shown.
Binary file added bin/thermostat/Deviceable.class
Binary file not shown.
Binary file added bin/thermostat/Sensorable.class
Binary file not shown.
Binary file added bin/thermostat/TemperatureActuator.class
Binary file not shown.
Binary file added bin/thermostat/TemperatureSensor.class
Binary file not shown.
Binary file added bin/thermostat/ThermostatDevice.class
Binary file not shown.
Binary file modified bin/user_interface/user_interface.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/networking/networking.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static void sendDesiredTemp(int desiredTemperature,
// on the network, and updates the IP addresses accordingly
// for the server and the thermostat
public static void monitorServerIP() {

}

public static void monitorThermostatIP() {
Expand Down

0 comments on commit 296a4ca

Please sign in to comment.