mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
Merge pull request #248 from OpenKNX/fix-functionPropRead
fix wrong functionPropertyState handling
This commit is contained in:
commit
1a0ac5aaf2
@ -353,8 +353,8 @@ void BauSystemB::functionPropertyStateIndication(Priority priority, HopCountType
|
||||
handled = true;
|
||||
}
|
||||
} else {
|
||||
if(_functionProperty != 0)
|
||||
if(_functionProperty(objectIndex, propertyId, length, data, resultData, resultLength))
|
||||
if(_functionPropertyState != 0)
|
||||
if(_functionPropertyState(objectIndex, propertyId, length, data, resultData, resultLength))
|
||||
handled = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user