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];