From 633917c46a9e0383e8048d4e2f9569e2a6029776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rudowicz?= Date: Sun, 1 Mar 2026 17:18:37 +0100 Subject: [PATCH] Poll for Partituons Fire Alarm Memory --- satel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/satel.go b/satel.go index 82cb0dd..6a71bbe 100644 --- a/satel.go +++ b/satel.go @@ -72,6 +72,7 @@ func NewConfig(conn net.Conn, config Config) *Satel { s.commandQueue <- callCommandAndRetrieveResult(SatelCommand_armedPartitionsReally, s) s.commandQueue <- callCommandAndRetrieveResult(SatelCommand_partitionsAlarm, s) s.commandQueue <- callCommandAndRetrieveResult(SatelCommand_partitionsFireAlarm, s) + s.commandQueue <- callCommandAndRetrieveResult(SatelCommand_partitionsFireAlarmMemory, s) time.Sleep(config.PoolingInterval) } }()