Apply suggestions from code review of branch camera-metadata
This commit is contained in:
parent
c2d8160ff4
commit
4f0d4536ab
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ class BaseCamera(lt.Thing):
|
|||
def _capture_metadata(
|
||||
self,
|
||||
metadata: dict,
|
||||
) -> None:
|
||||
) -> dict:
|
||||
"""Return the metadata for a capture, from the thing states, time and known names."""
|
||||
return {
|
||||
"capture_time": datetime.now().timestamp(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue