From df0eb5cc7b0538f4831f8f8a5bf7f821743f3f9f Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Thu, 16 Nov 2017 16:18:12 -0600 Subject: [PATCH] Adds missing persistence.py file --- python-driver/config.txt | 25 ++++++++++++------------- python-driver/driverConfig.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/python-driver/config.txt b/python-driver/config.txt index 3a17168..3080177 100644 --- a/python-driver/config.txt +++ b/python-driver/config.txt @@ -1,14 +1,13 @@ { - -"driverFileName":"prostarsolar.py", -"deviceName":"prostarsolar", -"driverId":"0160", -"releaseVersion":"1", -"files": { - "file1":"prostarsolar.py", - "file2":"Channel.py", - "file3":"Maps.py", - "file4":"Scheduler.py" - } - -} + "files": { + "file3": "persistence.py", + "file2": "utilities.py", + "file1": "prostarsolar.py", + "file5": "Maps.py", + "file4": "Channel.py" + }, + "deviceName": "prostarsolar", + "driverId": "0170", + "releaseVersion": "1", + "driverFileName": "prostarsolar.py" +} \ No newline at end of file diff --git a/python-driver/driverConfig.json b/python-driver/driverConfig.json index 53ed824..efbeb72 100644 --- a/python-driver/driverConfig.json +++ b/python-driver/driverConfig.json @@ -3,9 +3,9 @@ "driverFilename": "prostarsolar.py", "driverId": "0000", "additionalDriverFiles": [ - "utilities.py", - "persistence.py", - "Channel.py", + "utilities.py", + "persistence.py", + "Channel.py", "Maps.py" ], "version": 1,