Doorlock and outlet drivers made by Yuting and Jiawei; the only problem is that outle...
[iot2.git] / benchmarks / other / DoorlockAndOutlet / SmartthingsSensorCallback.java
1 //package iotcode.interfaces;
2
3 import java.util.List;
4 import java.util.ArrayList;
5
6 public interface SmartthingsSensorCallback {
7         //public void newReadingAvailable(int _sensorId, int _value, boolean _activeValue);
8         public void newReadingAvailable(SmartthingsSensor cb);
9 }