mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
implement init on read
This commit is contained in:
parent
4d6ac94396
commit
c902ba5599
@ -116,6 +116,9 @@ bool GroupObjectTableObject::initGroupObjects()
|
||||
go._table = this;
|
||||
if (go._dataLength != go.goSize())
|
||||
return false;
|
||||
|
||||
if (go.valueReadOnInit())
|
||||
go.requestObjectRead();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user