mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
print tag in dump_entities.csv
This commit is contained in:
@@ -1297,6 +1297,11 @@ void EMSdevice::dump_devicevalue_info() {
|
|||||||
Serial.print(product_id_);
|
Serial.print(product_id_);
|
||||||
Serial.print(',');
|
Serial.print(',');
|
||||||
|
|
||||||
|
// <tag>/<shortname>
|
||||||
|
if (dv.tag > DeviceValueTAG::TAG_DEVICE_DATA) {
|
||||||
|
Serial.print(tag_to_string(dv.tag));
|
||||||
|
Serial.print('.');
|
||||||
|
}
|
||||||
Serial.print(dv.short_name);
|
Serial.print(dv.short_name);
|
||||||
Serial.print(',');
|
Serial.print(',');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user