From f6155cfce55822aef615dda39263df5c0663f360 Mon Sep 17 00:00:00 2001 From: zivillian Date: Thu, 28 Dec 2023 13:24:58 +0100 Subject: [PATCH] add another AVM EMC --- AVM/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AVM/Program.cs b/AVM/Program.cs index b02b7cd..e8dd637 100644 --- a/AVM/Program.cs +++ b/AVM/Program.cs @@ -75,6 +75,7 @@ public class ReplaceSignalClient : ProxyClient 11640, 11942, //TODO from our blog post, but also flagged as gigaset in GURU3 12574, + 13085, }; private static readonly byte SignalType = 0b11100100;