# Packages
No description provided by the author
# Functions
New returns a new Coop with given latitude and longitude, a door, and options.
# Constants
CheckFrequency is the frequency for checking the coop.
Closed when the coop is closed.
Closing when the coop is closing.
DefaultStatus is the default status.
NotificationMessage is the notification message.
Opened when the coop is opened.
Opening when the coop is opening.
Unknown when it is unknown.
# Variables
ErrAutomaticModeEnabled is raised when the automatic mode is enabled.
ErrCoopAlreadyClosing is raised when the coop is already closing.
ErrCoopAlreadyOpened is raised when the coop is already opened.
ErrCoopAlreadyOpening is raised when the coop is already opening.
ErrIncorrectPosition is raised when latitude and longitude are null.
ErrIncorrectStatus is raised when status of the coop is incorrect.
# Type aliases
Status is the status of the coop.