Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / other / ZigbeeTest / ZigbeeTest_motion.java
index 832e0be3442b2604728f78c5fd64884705e6a55b..7dde4b15effb7faae56bf2de2c2b3cf30f63dfc5 100644 (file)
@@ -17,7 +17,7 @@ public class ZigbeeTest_motion implements SmartthingsSensorCallback {
 
 //000d6f000bbd5398
 //000d6f00057c92a7
-    public void newReadingAvailable(int _value, boolean _activeValue) {
+    public void newReadingAvailable(int _sensorId, int _value, boolean _activeValue) {
         System.out.println("New Message!!!!");
         System.out.println("motion : "+ _value);
         System.out.println("active? : "+ _activeValue);