监控新增对焦按钮

This commit is contained in:
2022-03-02 16:26:04 +08:00
parent c1e8d1714c
commit b0ad119d11
2 changed files with 13 additions and 3 deletions

View File

@@ -338,6 +338,10 @@ public class NasManager {
json.put("msg","已播放警告音频");
HttpTools.get("http://"+UpdateIp.nas_ip+":8000/door/audio_url.do?url=http%3A%2F%2F192.168.31.88%3A803%2Fwarning.mp3");
break;
case "af":
json.put("msg","已重新对焦");
HttpTools.get("http://"+UpdateIp.nas_ip+":8000/door/af.do");
break;
}
return json;
}