Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from fwestenberg/Fix-backlight_state
Browse files Browse the repository at this point in the history
Fix backlight_state
  • Loading branch information
fwestenberg authored May 5, 2021
2 parents 7c4af23 + 3bb3a3d commit 5fa1fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reolink/camera_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self._email_state = None
self._ir_state = None
self._daynight_state = None
self.__backlight_state = None
self._backlight_state = None
self._recording_state = None
self._audio_state = None
self._rtsp_port = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'reolink',
packages = ['reolink'],
version = '0.0.17',
version = '0.0.18',
license='MIT',
description = 'Reolink camera package',
author = 'fwestenberg',
Expand Down

0 comments on commit 5fa1fb4

Please sign in to comment.