mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
implement init on read
This commit is contained in:
@@ -116,6 +116,9 @@ bool GroupObjectTableObject::initGroupObjects()
|
||||
go._table = this;
|
||||
if (go._dataLength != go.goSize())
|
||||
return false;
|
||||
|
||||
if (go.valueReadOnInit())
|
||||
go.requestObjectRead();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user