Skip to content

Commit

Permalink
Merge branch 'async' into PyISY_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
shbatm committed May 28, 2020
2 parents 04e0d33 + de20b79 commit f101c42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyisy/events/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""ISY Event Stream Subclasses."""
2 changes: 1 addition & 1 deletion pyisy/events/eventreader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""ISY Event Reader."""
"""ISY TCP Socket Event Reader."""
import errno
import select
import ssl
Expand Down
2 changes: 1 addition & 1 deletion pyisy/events/websocket.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""ISY Event Stream."""
"""ISY Websocket Event Stream."""
import asyncio
import logging
import xml
Expand Down

0 comments on commit f101c42

Please sign in to comment.