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) } }()