const int BuzzerPin_Int = 23;

int PirsPin_Int = 14;
int ARGBLedPin_Array[] = {23, 22, 21};

const int RelayPin_Int = 18;

int Delay_Int = 27;

const int Second = 1000 ;
const int Minute = 60 * Second;
const int Hour   = 60 * Minute;
const int Day    = 24 * Hour;
const int Year   = 360 * Day;

unsigned long Days;
unsigned long Hours;
unsigned long Minutes;

unsigned long MillisBefore_Ul = 0;
unsigned long MinutesBefore_Ul;

int ReportTimeInterval_Int = Minute;  // Set the interval to one minute

void setup() {

  Func_Setup();

}

void loop() {

  void Func_ReadKeypad();
  delay(10);

}
$abcdeabcde151015202530354045505560fghijfghij
NOCOMNCVCCGNDINLED1PWRRelay Module