-
Notifications
You must be signed in to change notification settings - Fork 19
IM Class
Tom Harris edited this page Jun 12, 2018
·
12 revisions
The IM class is the an abstract class representing an Insteon Modem that handles reading and writing to the physical modem. The two concrete classes are:
- PLM Class
-
Hub Class
The IM class inherits from the Insteon
Device
class and implements theasyncio.Protocol
interface.
Startup Process
IM Class
-
PLM Class
-
Hub Class