Updating the first benchmark with new stubs/skeletons; somehow motion detection is...
[iot2.git] / benchmarks / interfaces / RoomSmart.java
1 package iotcode.interfaces;
2
3 public interface RoomSmart {
4
5         public int getRoomID();
6 }