From 1c75286be3e17fa90d20693861f9ac348978211a Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sun, 31 May 2020 21:17:20 +0200 Subject: [PATCH] clarify script comment Turned out our first inverter had only one serial label where we should've had two. --- home/enverbridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/enverbridge.py b/home/enverbridge.py index a1405a6..9f86907 100755 --- a/home/enverbridge.py +++ b/home/enverbridge.py @@ -4,8 +4,8 @@ # on an Envertech EnverBridge device. This is a replacement # for the "SetID" programm provided as a Win32 executable at # http://www.envertec.com/uploads/bigfiles/Set%20ID.zip -# Tested online with the EnverBridge 202 and Inverters which -# have the same serial nummer on both labels. +# Tested online with the EnverBridge 202 and a EVT 560 module +# inverter. # # Logic seems the be the following: # Take the inverter id, append the char 9 to 16 of the 16 char -- 2.39.2