projects
/
iot2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Completing ZigbeeTest with doorlock test
[iot2.git]
/
benchmarks
/
other
/
ZigbeeTest
/
SmartthingsSensor.java
diff --git
a/benchmarks/other/ZigbeeTest/SmartthingsSensor.java
b/benchmarks/other/ZigbeeTest/SmartthingsSensor.java
index
aba8819
..
d739f19
100644
(file)
--- a/
benchmarks/other/ZigbeeTest/SmartthingsSensor.java
+++ b/
benchmarks/other/ZigbeeTest/SmartthingsSensor.java
@@
-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
*