You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
335 B
JavaScript
13 lines
335 B
JavaScript
1 week ago
|
function upcontrol(){
|
||
|
$.ajax({
|
||
|
data: { channelId: "1" ,deviceId:"34020000001320000001",cmdCode:"A50F0108001F00DC",horizonSpeed:"20",verticalSpeed:"",zoomSpeed:""},
|
||
|
url: "/api/ptz/control",
|
||
|
dataType: "json",
|
||
|
async: true,
|
||
|
success: function (date) {
|
||
|
debugger
|
||
|
}
|
||
|
});
|
||
|
|
||
|
}
|