1. NVR 和 BallCamera 添加 Status 功能
This commit is contained in:
		| @@ -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) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kunmeng
					kunmeng