This commit is contained in:
Proddy
2023-07-03 10:02:30 +02:00
parent 523f501bd0
commit 40737ea552

View File

@@ -1,4 +1,4 @@
SIGN_IN_ENDPOINT /*
/*
* EMS-ESP - https://github.com/emsesp/EMS-ESP
* Copyright 2020-2023 Paul Derbyshire
*
@@ -20,9 +20,9 @@ SIGN_IN_ENDPOINT /*
#include "emsesp.h"
namespace emsesp {
namespace emsesp {
class Roomctrl {
class Roomctrl {
public:
static void send(const uint8_t addr);
static void check(const uint8_t addr, const uint8_t * data);
@@ -41,7 +41,7 @@ SIGN_IN_ENDPOINT /*
static bool switch_off_[HCS];
static uint32_t rc_time_[HCS];
static int16_t remotetemp_[HCS];
};
};
} // namespace emsesp