Adjustment to do initializationof secure cloud later than the sensor/ZigBee initializ...
[iot2.git] / benchmarks / interfaces / Room.java
1 package iotcode.interfaces;
2
3 public interface Room {
4         public int getRoomID();
5 }