demandHandler working

This commit is contained in:
2026-07-16 13:11:01 +02:00
parent 87b90d51a9
commit bb596ca100
10 changed files with 159 additions and 60 deletions
+3 -3
View File
@@ -7,14 +7,14 @@ namespace DemanHandlerConfig {
const std::string PATH_PREFIX = "/Equipment/";
const std::string PATH_SUFFIX = "/Demand";
class enum ParameterIndex {
enum class ParameterIndex {
PRESSURE_CONTROL_MODE = 6,
MINIMAL_PRESSURE = 8,
MAXIMAL_PRESSURE = 9,
CONSTANTE_1 = 10,
CONSTANTE_2 = 11
}
};
} // namespace DemanHandlerConfig
}; // namespace DemanHandlerConfig
#endif