Expand description
Configuration data for feed control Defines the configuration structure for the automated feeding system.
This module contains the FeedConfig struct, which is used with serde to
deserialize the [feed] section from the application’s TOML configuration file.
It holds all the parameters that control the behavior of the Feed thread,
from its activation status to its scheduling logic.
Structs§
- Feed
Config - Holds the configuration data for the feed control. The configuration is loaded from the .toml configuration file. This struct does not contain any implementation.