Closed lukiffer closed 6 years ago
Per #93, adds methods to get extended properties of Arlo Baby camera base stations:
base_station.get_speaker_muted()
True
False
base_station.get_speaker_volume()
base_station.get_night_light_state()
"on"
"off"
base_station.get_night_light_brightness()
Fixes: #93
Coverage increased (+1.0%) to 79.868% when pulling c2751ae6ef20f05998c8af5474daf39bb592d55e on lukiffer:feature/baby_extended_properties into c9b5a2d7328f3fcfb522d52aecb88fa10aa93f3a on tchellomello:master.
@lukiffer package is published at PyPi
Per #93, adds methods to get extended properties of Arlo Baby camera base stations:
base_station.get_speaker_muted()
returnsTrue
if the speaker is muted, otherwiseFalse
base_station.get_speaker_volume()
returns the current volume for the speaker (0-100)base_station.get_night_light_state()
returns"on"
or"off"
based on the state of the night lightbase_station.get_night_light_brightness()
returns the brightness of the night light (0-255)Fixes: #93