Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Adds methods to get speaker volume, night light status and brightness #98

Merged

Conversation

lukiffer
Copy link
Collaborator

@lukiffer lukiffer commented Aug 19, 2018

Per #93, adds methods to get extended properties of Arlo Baby camera base stations:

  • base_station.get_speaker_muted() returns True if the speaker is muted, otherwise False
  • 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 light
  • base_station.get_night_light_brightness() returns the brightness of the night light (0-255)

Fixes: #93

@lukiffer lukiffer added the wip label Aug 19, 2018
@coveralls
Copy link

coveralls commented Aug 19, 2018

Coverage Status

Coverage increased (+1.0%) to 79.868% when pulling c2751ae on lukiffer:feature/baby_extended_properties into c9b5a2d on tchellomello:master.

Copy link
Owner

@tchellomello tchellomello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tchellomello tchellomello merged commit bf21c5d into tchellomello:master Aug 19, 2018
@tchellomello tchellomello mentioned this pull request Aug 19, 2018
@tchellomello
Copy link
Owner

@lukiffer package is published at PyPi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants