From cf9160c1bcb9c0760b7f67bb8a36f03c9fe9c9a1 Mon Sep 17 00:00:00 2001 From: uhi22 Date: Fri, 2 Dec 2022 21:26:46 +0100 Subject: [PATCH] SLAC: Timeout in StartAttenChar back to standard 600ms instead of 1000ms --- pyPlcHomeplug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyPlcHomeplug.py b/pyPlcHomeplug.py index 858b022..4ba3cbd 100644 --- a/pyPlcHomeplug.py +++ b/pyPlcHomeplug.py @@ -357,7 +357,7 @@ class pyPlcHomeplug(): self.mytransmitbuffer[19]=0x00 # apptype self.mytransmitbuffer[20]=0x00 # sectype self.mytransmitbuffer[21]=0x0a # number of sounds: 10 - self.mytransmitbuffer[22]=10 # timeout N*100ms. Normally 6, means in 600ms all sounds must have been tranmitted. + self.mytransmitbuffer[22]=6 # timeout N*100ms. Normally 6, means in 600ms all sounds must have been tranmitted. # Todo: As long we are a little bit slow, lets give 1000ms instead of 600, so that the # charger is able to catch it all. self.mytransmitbuffer[23]=0x01 # response type