issues
search
nugget
/
python-insteonplm
Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
33
stars
19
forks
source link
flake8 code cleanup and base classes renamed and moved to __init__
#50
Closed
teharris1
closed
6 years ago
teharris1
commented
6 years ago
Following changes made:
flake8 test passing
connection.py class Connection moved to
init
.py
devices/device.py moved to
init
.py and turned into methods vs a class
devices/deviceBase.py class DeviceBase moved to
init
.py and renamed to Device
messages/message.py moved to
init
.py and turned into methods vs a class
messages/messageBase.py class MessageBase renamed to Message and moved to message.py
states/stateBase.py class StateBase moved to
init
.py and renamed State
Following changes made: