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

@@ -15,7 +15,7 @@ func TestNewNvr(t *testing.T) {
if err != nil {
t.Error(err)
}
diff, err := nvr.getNvrUTCDiff()
diff, err := nvr.GetTimeZone()
if err != nil {
return
}