mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
@@ -1109,7 +1109,7 @@ void EMSdevice::dump_value_info() {
|
|||||||
if (dv.fullname != nullptr) {
|
if (dv.fullname != nullptr) {
|
||||||
Serial.print(name_);
|
Serial.print(name_);
|
||||||
Serial.print(',');
|
Serial.print(',');
|
||||||
Serial.print(device_type_name().c_str());
|
Serial.print(device_type_name());
|
||||||
Serial.print(',');
|
Serial.print(',');
|
||||||
|
|
||||||
Serial.print(product_id_);
|
Serial.print(product_id_);
|
||||||
|
|||||||
Reference in New Issue
Block a user