Skip to content

Commit

Permalink
pydocsyle *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Aug 3, 2020
1 parent db5d614 commit 9397bbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvlx/pyvlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ async def connect(self):
await house_status_monitor_enable(pyvlx=self)

async def reboot_gateway(self):
"""Reboot gateway."""
PYVLXLOG.warning("KLF 200 reboot initiated")
reboot = Reboot(pyvlx=self)
await reboot.do_api_call()
Expand Down

0 comments on commit 9397bbe

Please sign in to comment.