mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Michael's PR merged (dv sort, remove id)
This commit is contained in:
@@ -383,11 +383,6 @@ class EMSdevice {
|
||||
|
||||
// device values
|
||||
std::vector<DeviceValue> devicevalues_;
|
||||
|
||||
uint8_t dv_index_ = 0; // unique counter for each added device value
|
||||
uint8_t get_next_dv_id() {
|
||||
return (dv_index_++);
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user