From f6b42b24601a5f5aacd122c1496c8b86dd64496b Mon Sep 17 00:00:00 2001 From: trabus322 Date: Tue, 19 Mar 2024 16:41:58 +0100 Subject: [PATCH] Added a dumb return --- src/hoymiles/portParameters/portParametersGeneric.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hoymiles/portParameters/portParametersGeneric.cpp b/src/hoymiles/portParameters/portParametersGeneric.cpp index cb6ea83..7dd35a5 100644 --- a/src/hoymiles/portParameters/portParametersGeneric.cpp +++ b/src/hoymiles/portParameters/portParametersGeneric.cpp @@ -28,7 +28,9 @@ std::pair(this->value, this->valueType); } -std::string PortParameter::getOutputValue() {} +std::string PortParameter::getOutputValue() { + return "yeet"; +} void PortParameter::updateValue(std::shared_ptr modbus_context, uint16_t portStartAddress) { uint16_t readArray[this->registerSize];