From: Scott Gasch Date: Fri, 29 Oct 2021 06:13:04 +0000 (-0700) Subject: Typo. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=8bc64f43dac0b56e2ef734e183490e840d7382d6;p=python_utils.git Typo. --- diff --git a/smart_home/outlets.py b/smart_home/outlets.py index 527c52c..81e10a7 100644 --- a/smart_home/outlets.py +++ b/smart_home/outlets.py @@ -170,7 +170,7 @@ class TPLinkOutletWithChildren(TPLinkOutlet): if extra_args is not None: cmd += f" {extra_args}" logger.debug(f'About to execute {cmd}') - return tplink_light_command(cmd) + return tplink_outlet_command(cmd) def get_children(self) -> List[str]: return self.children