projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889f575
)
Typo.
author
Scott Gasch
<
[email protected]
>
Fri, 29 Oct 2021 06:13:04 +0000
(23:13 -0700)
committer
Scott Gasch
<
[email protected]
>
Fri, 29 Oct 2021 06:13:04 +0000
(23:13 -0700)
smart_home/outlets.py
patch
|
blob
|
history
diff --git
a/smart_home/outlets.py
b/smart_home/outlets.py
index 527c52ceee7e41eea5705711aa9fc8b30dfe5b45..81e10a71fa0cd4960c2e5bf1a03789c0663375e3 100644
(file)
--- 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_
ligh
t_command(cmd)
+ return tplink_
outle
t_command(cmd)
def get_children(self) -> List[str]:
return self.children