diff --git a/src/core/emsdevice.cpp b/src/core/emsdevice.cpp index 648b85f92..4c71a4d3e 100644 --- a/src/core/emsdevice.cpp +++ b/src/core/emsdevice.cpp @@ -1297,6 +1297,11 @@ void EMSdevice::dump_devicevalue_info() { Serial.print(product_id_); Serial.print(','); + // / + if (dv.tag > DeviceValueTAG::TAG_DEVICE_DATA) { + Serial.print(tag_to_string(dv.tag)); + Serial.print('.'); + } Serial.print(dv.short_name); Serial.print(',');