add comment

This commit is contained in:
Proddy
2024-01-21 21:49:06 +01:00
parent 27d0ba0526
commit fcffa3df5c

View File

@@ -611,7 +611,7 @@ void Command::show_all(uuid::console::Shell & shell) {
shell.print(COLOR_RESET);
show(shell, EMSdevice::DeviceType::SYSTEM, true);
// show Custom
// show Custom Entities
shell.print(COLOR_BOLD_ON);
shell.print(COLOR_YELLOW);
shell.printf(" %s: ", EMSdevice::device_type_2_device_name(EMSdevice::DeviceType::CUSTOM));