21#ifndef LSH_CORE_UTIL_CONSTANTS_INDICATOR_MODES_HPP
22#define LSH_CORE_UTIL_CONSTANTS_INDICATOR_MODES_HPP
Namespace that groups compile-time constants.
Definition config.hpp:33
IndicatorMode
Indicator mode for an indicator.
Definition indicator_modes.hpp:36
@ MAJORITY
If the majority of controlled actuators is ON turn ON the indicator.
@ ALL
If all controlled actuators are ON turn on the indicator.
@ ANY
If any controlled actuators is ON turn on the indicator.