mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
Feature: message notification #1854
This commit is contained in:
@@ -100,7 +100,7 @@ const char * EMSdevice::brand_to_char() {
|
||||
}
|
||||
}
|
||||
|
||||
// returns the short name of the device, used in MQTT and console commands, all lowercase
|
||||
// returns the short name of the device, used in MQTT and console commands, all lowercase, no translated
|
||||
const char * EMSdevice::device_type_2_device_name(const uint8_t device_type) {
|
||||
switch (device_type) {
|
||||
case DeviceType::SYSTEM:
|
||||
|
||||
Reference in New Issue
Block a user