|
@@ -12,7 +12,8 @@ import java.util.List;
|
|
|
* 在IotDeviceBaseServiceImpl中已经对以下公共接口进行抽象实现。具体设备的实现类无须重写
|
|
* 在IotDeviceBaseServiceImpl中已经对以下公共接口进行抽象实现。具体设备的实现类无须重写
|
|
|
* 对接设备时,如设备需要实现公共调用,则在实现设备控制,数据操作等接口时,按照以下公共接口进行实现
|
|
* 对接设备时,如设备需要实现公共调用,则在实现设备控制,数据操作等接口时,按照以下公共接口进行实现
|
|
|
* 可参考 IotJsyStQfService
|
|
* 可参考 IotJsyStQfService
|
|
|
- * */
|
|
|
|
|
|
|
+ *
|
|
|
|
|
+ * @author 123*/
|
|
|
public interface IotDeviceBaseService {
|
|
public interface IotDeviceBaseService {
|
|
|
/**
|
|
/**
|
|
|
* 设备控制接口
|
|
* 设备控制接口
|