1. NVR 和 BallCamera 添加 Status 功能

This commit is contained in:
kunmeng
2025-04-30 16:48:33 +08:00
parent a97fc849b8
commit cefba47e97
5 changed files with 17 additions and 5 deletions

View File

@@ -432,3 +432,7 @@ func verify(data []byte) (byte, error) {
func (this *BallCamera) Logout() error {
return Core.Logout(this.userId)
}
func (this *BallCamera) Status() bool {
return Core.NET_DVR_RemoteControl(this.userId)
}