Adjusting and cleaning up ZigbeeTest to install Vigilia ZigBee gateway and devices.
[iot2.git] / benchmarks / other / ZigbeeTest / SmartthingsSensorCallback.java
diff --git a/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java b/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java
deleted file mode 100644 (file)
index 2367da1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// Checker annotations
-//import iotchecker.qual.*;
-
-
-/** Smartthings Sensor Callback for when a camera changes state (new frame available).
- *
- * @author      Rahmadi Trimananda <rtrimana @ uci.edu>, Changwoo Lee
- * @version     1.0
- * @since       2016-12-21
- */
-
-public interface SmartthingsSensorCallback {
-
-       //public void newReadingAvailable(@NonLocalRemote SmartthingsSensor _sensor) throws RemoteException;
-       public void newReadingAvailable(int _value, boolean _activeValue);
-}