Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / other / ZigbeeTest / SmartthingsSensor.java
index d739f1922338dbe63d41a5070a84cb4afa9290de..aba8819e76d97c22f3970120981d1e844d3d229f 100644 (file)
@@ -46,6 +46,9 @@ public interface SmartthingsSensor extends Remote {
         */
        public void init() throws RemoteException;
 
+       public void setId(int id);
+
+       public int getId();
 
        /** Register an object to retrieve callbacks when new sensor reading is available
         *