fredrike / pytfiac

Python3 library to communicate with AC-units that follows the tfiac protocol.
GNU General Public License v3.0
2 stars 5 forks source link

Async support #2

Closed fredrike closed 5 years ago

mellado commented 5 years ago

Why did you add a _ to the send in the async version and no `` for async update function?

fredrike commented 5 years ago

Why did you add a _ to the send in the async version and no `` for async update function?

I made the send method "private" as it is internal and should just be used by other class members. https://docs.python.org/3/tutorial/classes.html#private-variables