This commit is contained in:
seydx
2025-05-17 16:37:12 +02:00
parent edfa09bb9f
commit adb1b21e81
2 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import (
type SnapshotProducer struct {
core.Connection
client *RingRestClient
client *RingRestClient
cameraID string
}
@@ -35,7 +35,7 @@ func NewSnapshotProducer(client *RingRestClient, cameraID string) *SnapshotProdu
},
},
},
client: client,
client: client,
cameraID: cameraID,
}
}