Skip to content

Commit

Permalink
Add links to the commands used by 'get_properties'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Sep 6, 2019
1 parent caef8e2 commit cc4274a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions androidtv/androidtv.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ def update(self):
def get_properties(self, lazy=False):
"""Get the properties needed for Home Assistant updates.
This will send one of the following ADB commands:
* :py:const:`androidtv.constants.CMD_ANDROIDTV_PROPERTIES_LAZY`
* :py:const:`androidtv.constants.CMD_ANDROIDTV_PROPERTIES_NOT_LAZY`
Parameters
----------
lazy : bool
Expand Down

0 comments on commit cc4274a

Please sign in to comment.