From: Sven Hoexter Date: Tue, 12 May 2020 21:07:43 +0000 (+0200) Subject: use microconverter id only ones X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=commitdiff_plain;h=eb737f2f8ce929f31eb390c715eeff8464949135 use microconverter id only ones It seems the model I experiemented initially with was wrongly labeled and had the same serial printed on it twice. A different model I got my hands on has two consecutive serial numbers, which all makes a lot more sense. --- diff --git a/home/enverbridge.py b/home/enverbridge.py index 4342407..a1405a6 100755 --- a/home/enverbridge.py +++ b/home/enverbridge.py @@ -45,7 +45,7 @@ def validateMIID(miids): def buildMIIDList(miids): msg = "" for id in miids: - msg = msg + id[8:16] + id[8:16] + msg = msg + id[8:16] return msg