calculate dallassensor offset

This commit is contained in:
MichaelDvP
2021-07-17 06:33:14 +02:00
parent f8579f7c96
commit d7bc821bbe
2 changed files with 21 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ class DallasSensor {
uint64_t id() const;
std::string id_string() const;
std::string to_string() const;
int16_t offset() const;
int16_t temperature_c = EMS_VALUE_SHORT_NOTSET;
bool read = false;