Add "board" to all device states
This commit is contained in:
parent
b0be4fc26a
commit
33af3bf48c
3 changed files with 18 additions and 5 deletions
|
|
@ -120,7 +120,9 @@ class BaseCamera(metaclass=ABCMeta):
|
|||
self.stream_timeout = 20
|
||||
self.stream_timeout_enabled = False
|
||||
|
||||
self.state = {}
|
||||
self.state = {
|
||||
"board": None
|
||||
}
|
||||
|
||||
# TODO: Load/save these to config
|
||||
self.paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue