From d985c57514906de00202a5713f414db4e5462d1d Mon Sep 17 00:00:00 2001 From: prabhjotsbhatia-ca <56749856+prabhjotsbhatia-ca@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:24:55 -0500 Subject: [PATCH] Documentation fix As described in https://github.com/JeffLIrion/python-androidtv/pull/354#issuecomment-2452983137 --- androidtv/basetv/basetv.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/androidtv/basetv/basetv.py b/androidtv/basetv/basetv.py index 50bfecb0..8762cd0e 100644 --- a/androidtv/basetv/basetv.py +++ b/androidtv/basetv/basetv.py @@ -423,6 +423,9 @@ def _parse_device_properties(self, properties): properties : str, None The output of the ADB command that retrieves the device properties + Returns + ------- + None This method fills in the ``device_properties`` attribute, which is a dictionary with keys ``'serialno'``, ``'manufacturer'``, ``'model'``, ``'sw_version'`` and ``'product_id'``