tidy up generate_values_json_web

This commit is contained in:
proddy
2021-11-15 15:23:01 +01:00
parent cb2c898b7e
commit 22c9e3ee1f
2 changed files with 35 additions and 35 deletions

View File

@@ -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);