立即停止摄像头雨刷的工作。
请求参数说明: - rtspUrl: 摄像头RTSP地址(必填) - port: HTTP端口,默认80(选填) - channel: 通道号,默认1(选填)
{
"rtsp_url":"rtsp://admin:Hb5@p@69%BFr@120.193.65.240:554/Streaming/Channels/102",
"sn":"W20251020AACHEA5732937",
"port":"8090"
}curl --location '/manage/api/v1/camera/wiper/close' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rtsp_url":"rtsp://admin:Hb5@p@69%BFr@120.193.65.240:554/Streaming/Channels/102",
"sn":"W20251020AACHEA5732937",
"port":"8090"
}'{
"code": 0,
"message": "success",
"data": "string"
}