Skip to content

Commit 08e7a5b

Browse files
committed
Fixed handling of a 900 request from the EVL/DSC.
1 parent bf16d38 commit 08e7a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/envisalink_new/pyenvisalink/dsc_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def handle_partition_state_change(self, code, data):
290290
def handle_send_code(self, code, data):
291291
"""The DSC will, depending upon settings, challenge us with the code. If the user
292292
passed it in, we'll send it."""
293-
self.create_internal_task(self.foo(), name="send_code")
293+
self.create_internal_task(self.send_code(), name="send_code")
294294

295295
async def send_code(self):
296296
if self._cachedCode is None:

0 commit comments

Comments
 (0)