refactored TM funnels to allow multiple TM recipients

This commit is contained in:
2022-11-02 10:20:14 +01:00
parent 7dcc00312f
commit 191d5f1268
47 changed files with 287 additions and 200 deletions

View File

@ -12,7 +12,7 @@ Tmp1075Handler::Tmp1075Handler(object_id_t objectId, object_id_t comIF, CookieIF
Tmp1075Handler::~Tmp1075Handler() {}
void Tmp1075Handler::doStartUp() {
if (mode == _MODE_START_UP) {
if (getMode() == _MODE_START_UP) {
setMode(MODE_ON);
}
}