Porting and compiling SmartLightsController
[iot2.git] / benchmarks / interfaces / RoomSmart.java
1 package iotcode.interfaces;
2
3 public interface RoomSmart {
4
5         public int getRoomID();
6 }