Completing ZigbeeTest with doorlock test
[iot2.git] / benchmarks / other / ZigbeeTest / SmartthingsSensor.java
index aba8819..d739f19 100644 (file)
@@ -46,9 +46,6 @@ 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
         *