Functions? Creating a Radio Hub

I think I used the delay correctly here. I want to check the CoopDoor function every second and display that change.

The idea sounds OK but personally I would use millis() for non blocking timing as I described in my previous post but try it with delay() first.