mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
translated tags
This commit is contained in:
@@ -198,10 +198,10 @@ class DeviceValue {
|
||||
return state;
|
||||
}
|
||||
|
||||
static const char * DeviceValueUOM_s[];
|
||||
static const char * const DeviceValueTAG_s[];
|
||||
static const char * const DeviceValueTAG_mqtt[];
|
||||
static size_t tag_count; // # tags
|
||||
static const char * DeviceValueUOM_s[];
|
||||
static const char * const * DeviceValueTAG_s[];
|
||||
static const char * const DeviceValueTAG_mqtt[];
|
||||
static size_t tag_count; // # tags
|
||||
};
|
||||
|
||||
}; // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user