X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=benchmarks%2Fother%2FZigbeeTest%2FSmartthingsSensorCallback.java;h=2367da172a00de96f781d74136117f9fb7b3cf91;hp=5342538bcb3493c66b4ae21ac6eaf74600b8ebb1;hb=29139245e9e467770431976dae4bab726f08ccd1;hpb=dc73888086445b67a93e0651199411fe4d8b1aa0 diff --git a/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java b/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java index 5342538..2367da1 100644 --- a/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java +++ b/benchmarks/other/ZigbeeTest/SmartthingsSensorCallback.java @@ -11,5 +11,6 @@ public interface SmartthingsSensorCallback { - public void newReadingAvailable(int _sensorId, int _value, boolean _activeValue); + //public void newReadingAvailable(@NonLocalRemote SmartthingsSensor _sensor) throws RemoteException; + public void newReadingAvailable(int _value, boolean _activeValue); }