API documentationΒΆ

dooropenerpico.conf.Conf()

A utility class that allows you to retrieve and parse a conf file as JSON, or validate a given conf file.

dooropenerpico.dooropenerpico.DoorOpenerPico()

Initialisation class, creates some kind of DoorOpenerPico instance.

dooropenerpico.dooropenerpicobase.DoorOpenerPicoBase()

Base class for the door opener, superclass of DoorOpenerPicoNetwork and DoorOpenerPicoWeb.

dooropenerpico.dooropenerpiconetwork.DoorOpenerPicoNetwork(...)

Network subclass of DoorOpenerPicoBase, implements network and MQTT functionality.

dooropenerpico.dooropenerpicoweb.DoorOpenerPicoWeb(...)

Web subclass of DoorOpenerPicoNetwork, implements web server functionality.

dooropenerpico.print_debug.Print_debug()

A utility class that allows you to print a debug message to the console with an optional timestamp.