nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
33 stars 19 forks source link

Create a generic IM device and make PLM and Hub subclasses of IM #64

Closed teharris1 closed 6 years ago

teharris1 commented 6 years ago

In preparation for connecting to the Hub, an Insteon Modem (IM) super class is created. The PLM and Hub classes are created as subclasses of IM. This will create a foundation for connecting to the Hub.

teharris1 commented 6 years ago

Done