Module balling_config

Source
Expand description

Configuration data for the Balling module Defines the configuration structure for the automated Balling mineral dosing system.

This module contains the BallingConfig struct, which is used with serde to deserialize the [balling] section from the application’s TOML configuration file. It holds all the parameters that control the behavior of the Balling thread, from its activation status to the dosing schedule for each pump.

Structs§

BallingConfig
Holds the configuration data for the balling dosing control. The configuration is loaded from the .toml configuration file. This struct does not contain any implementation.