summaryrefslogtreecommitdiff
path: root/smart_home/outlets.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-28 23:13:04 -0700
committerScott Gasch <[email protected]>2021-10-28 23:13:04 -0700
commit8bc64f43dac0b56e2ef734e183490e840d7382d6 (patch)
tree4f26c2ec958b2f7bf1208356da05cc2f2c26ba21 /smart_home/outlets.py
parent889f57512986d1b799582c58d712b304b706391c (diff)
Typo.
Diffstat (limited to 'smart_home/outlets.py')
-rw-r--r--smart_home/outlets.py2
1 files changed, 1 insertions, 1 deletions
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