Skip to content

Connection class

Tom Harris edited this page Jun 9, 2018 · 4 revisions

The Connection class has the following properties:

  • device: The posix path to the PLM USB or serial port.
  • host: The host name or IP address of the Hub
  • password: The local connection password of the Hub
  • port: The IP port number of the Hub
  • protocol: An asyncio Protocolclass. This is also the Insteon Modem (i.e. PLM or Hub)
  • username: The local connection username of the Hub
  • transport: An asyncio Transport. This is either a serial.aio serial transport or an aiohttp HTTP transport.

The `Connection class supports the following methods:

Startup Process

IM Class

  • PLM Class

  • Hub Class

Clone this wiki locally