Refactor image settings from recording to new mixin

This commit is contained in:
Karl Moos
2020-10-30 06:06:25 -05:00
parent dd86eaca2e
commit e1eabf535d
4 changed files with 70 additions and 64 deletions

View File

@@ -66,6 +66,7 @@ setup(name=NAME,
'api.system',
'api.user',
'api.zoom',
'api.alarm'
'api.alarm',
'api.image'
]
)