minor changes

This commit is contained in:
Proddy
2023-01-08 19:51:30 +01:00
parent da04a0d161
commit 9b54c1aa04
3 changed files with 6 additions and 11 deletions

View File

@@ -92,10 +92,13 @@ class Shower;
class EMSESP {
public:
EMSESP();
~EMSESP() = default;
virtual void start();
virtual void loop();
static uuid::log::Logger logger();
static void publish_device_values(uint8_t device_type);
static void publish_other_values();
static void publish_sensor_values(const bool time, const bool force = false);
@@ -226,10 +229,6 @@ class EMSESP {
static WebLogService webLogService;
static WebCustomizationService webCustomizationService;
static uuid::log::Logger logger();
EMSESP();
private:
static std::string device_tostring(const uint8_t device_id);
static void process_UBADevices(std::shared_ptr<const Telegram> telegram);