

Once instantiated, use async_connect() to connect and login to the ScreenLogic protocol adapter, and gather the pool configuration. Ability to specify client id used for push subscriptions, and to specify maximum number of times to retry a request has replaced it.Ĭonnecting to a ScreenLogic Protocol Adapter Changed in v0.8.0: Support for passing connection info to gateway constructor is fully deprecated and has been removed.Connection info should be passed to async_connect() instead. Changed in v0.7.0: Passing adapter connection info when instantiating the gateway is deprecated and will be removed in a future release.

Changed in v0.5.0: Instantiating the gateway no longer automatically connects to the protocol adapter or performs an initial update.from screenlogicpy import ScreenLogicGateway gateway = ScreenLogicGateway ()

The ScreenLogicGateway class is the primary interface. This will be the last version to support Python 3.8.
