mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
initial commit with refactored mqtt commands
This commit is contained in:
@@ -18,11 +18,9 @@
|
||||
|
||||
#include "shower.h"
|
||||
|
||||
MAKE_PSTR(logger_name, "shower")
|
||||
|
||||
namespace emsesp {
|
||||
|
||||
uuid::log::Logger Shower::logger_{F_(logger_name), uuid::log::Facility::CONSOLE};
|
||||
uuid::log::Logger Shower::logger_{F_(shower), uuid::log::Facility::CONSOLE};
|
||||
|
||||
void Shower::start() {
|
||||
EMSESP::emsespSettingsService.read([&](EMSESPSettings & settings) {
|
||||
|
||||
Reference in New Issue
Block a user