Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvincent authored Aug 22, 2019
1 parent dc4cc61 commit e826fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/wyzesense/wyzesense_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def __str__(self):
return s

class Dongle(object):
_CMD_TIMEOUT = 2
_CMD_TIMEOUT = 5

class CmdContext(object):
def __init__(self, **kwargs):
Expand Down Expand Up @@ -558,4 +558,4 @@ def Delete(self, mac):


def Open(device, event_handler):
return Dongle(device, event_handler)
return Dongle(device, event_handler)

0 comments on commit e826fd8

Please sign in to comment.