mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Merge pull request #2023 from proddy/dev
remove is_cmd from dump_telegrams
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
telegram_type_id,name,is_fetched,is_cmd
|
telegram_type_id,name,is_fetched
|
||||||
0x04,UBAFactory,fetched
|
0x04,UBAFactory,fetched
|
||||||
0x06,RCTime,
|
0x06,RCTime,
|
||||||
0x0A,EasyMonitor,fetched
|
0x0A,EasyMonitor,fetched
|
||||||
|
|||||||
|
@@ -378,7 +378,7 @@ void EMSESP::dump_all_telegrams(uuid::console::Shell & shell) {
|
|||||||
|
|
||||||
Serial.println("---- CSV START ----"); // marker use by py script
|
Serial.println("---- CSV START ----"); // marker use by py script
|
||||||
// add header for CSV
|
// add header for CSV
|
||||||
Serial.println("telegram_type_id,name,is_fetched,is_cmd");
|
Serial.println("telegram_type_id,name,is_fetched");
|
||||||
|
|
||||||
for (const auto & device_class : EMSFactory::device_handlers()) {
|
for (const auto & device_class : EMSFactory::device_handlers()) {
|
||||||
// go through each device type so they are sorted
|
// go through each device type so they are sorted
|
||||||
|
|||||||
Reference in New Issue
Block a user