From 35648a286b384081837a4edbb4cddc1df0692610 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Sat, 13 Jun 2020 15:26:21 -0400 Subject: [PATCH] - Add properties for heater & super chlorinate state - Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dab5137..2b7e020 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'aqualogic', packages = ['aqualogic'], # this must be the same as the name above - version = '2.4', + version = '2.5', description = 'Library for interfacing with a Hayward/Goldline AquaLogic/ProLogic pool controller.', long_description = 'A python library to interface with Hayward/Goldline AquaLogic/ProLogic pool controllers. Note that the Goldline protocol uses RS-485 so a hardware interface that can provide the library with reader and writer file objects is required. The simplest solution for this is an RS-485 to Ethernet adapter connected via a socket.', author = 'Sean Wilson',