| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.genersoft.iot.vmp.gb28181.bean.Device; |
| | | import com.genersoft.iot.vmp.gb28181.bean.DeviceChannel; |
| | | // import com.genersoft.iot.vmp.gb28181.event.DeviceOffLineDetector; |
| | | // import com.genersoft.iot.vmp.gb28181.transmit.callback.DeferredResultHolder; |
| | | // import com.genersoft.iot.vmp.gb28181.transmit.cmd.impl.SIPCommander; |
| | | import com.genersoft.iot.vmp.storager.IVideoManagerStorager; |
| | | import com.github.pagehelper.PageInfo; |
| | | import org.slf4j.Logger; |
| | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 兼容LiveGBS的API:设备信息 |
| | | * API兼容:设备信息 |
| | | */ |
| | | @SuppressWarnings("unchecked") |
| | | @CrossOrigin |