mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
tidy up generate_values_json_web
This commit is contained in:
@@ -485,7 +485,7 @@ class EMSdevice {
|
||||
|
||||
const std::string device_entity_ha(DeviceValue const & dv);
|
||||
|
||||
bool check_dv_hasvalue(DeviceValue & dv);
|
||||
bool check_dv_hasvalue(const DeviceValue & dv);
|
||||
|
||||
void init_devicevalues(uint8_t size) {
|
||||
devicevalues_.reserve(size);
|
||||
|
||||
Reference in New Issue
Block a user