Bump reolink-aio to 0.5.6 (#90059)
This commit is contained in:
parent
ed4e49a4c2
commit
d20b07f3ac
4 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ NUMBER_ENTITIES = (
|
|||
native_step=1,
|
||||
get_min_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["min"],
|
||||
get_max_value=lambda api, ch: api.zoom_range(ch)["focus"]["pos"]["max"],
|
||||
supported=lambda api, ch: api.supported(ch, "zoom"),
|
||||
supported=lambda api, ch: api.supported(ch, "focus"),
|
||||
value=lambda api, ch: api.get_focus(ch),
|
||||
method=lambda api, ch, value: api.set_focus(ch, int(value)),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue