mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
refactor device value rendering (to Web, Console or MQTT) to base class #632
This commit is contained in:
@@ -35,10 +35,16 @@
|
||||
#include "telegram.h"
|
||||
#include "mqtt.h"
|
||||
#include "emsesp.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace emsesp {
|
||||
|
||||
#define EMSESP_TEST_DEFAULT "boiler"
|
||||
// #define EMSESP_TEST_DEFAULT "thermostat"
|
||||
// #define EMSESP_TEST_DEFAULT "solar"
|
||||
// #define EMSESP_TEST_DEFAULT "mixer"
|
||||
// #define EMSESP_TEST_DEFAULT "web"
|
||||
#define EMSESP_TEST_DEFAULT "general"
|
||||
// #define EMSESP_TEST_DEFAULT "boiler"
|
||||
|
||||
class Test {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user