SmartHome.py

Module author: Andrew Carter <andrew@invalid.com>

class plugins.dev.examples.async_tcp.AsyncTCP(smarthome, host, port)

This is a example plugin for asynchronous TCP communication.

Parameters:
  • smarthome – reference to the root object
  • host – the IP address or host name to connect to
  • port – port number of the host to connect to