Adjustments to ZigbeeTest and Python files to use just 1 port for shooting Zigbee...
[iot2.git] / benchmarks / interfaces / RoomSmart.java
1 package iotcode.interfaces;
2
3 public interface RoomSmart {
4
5         public int getRoomID();
6 }