|
|
@ -1,6 +1,8 @@ |
|
|
|
package com.iflytop.a800.controller; |
|
|
|
import com.iflytop.a800.device.Device; |
|
|
|
import com.iflytop.a800.model.MdbIdChip; |
|
|
|
import com.iflytop.a800.task.StartResetTask; |
|
|
|
import com.iflytop.uf.UfActiveRecord; |
|
|
|
import com.iflytop.uf.UfActuatorCmdExecutor; |
|
|
|
import com.iflytop.uf.controller.UfApiControllerBase; |
|
|
|
import com.iflytop.uf.controller.UfApiResponse; |
|
|
@ -8,6 +10,7 @@ import com.iflytop.uf.model.UfMdbRuntimeVariable; |
|
|
|
import org.springframework.stereotype.Controller; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.ResponseBody; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.HashMap; |
|
|
|
import java.util.Map; |
|
|
|
@Controller |
|
|
|