mirror of
https://github.com/thelsing/knx.git
synced 2025-08-08 13:47:01 +02:00
Update group_object.cpp
This commit is contained in:
parent
de231bac0e
commit
38d7177b72
@ -165,6 +165,12 @@ bool GroupObject::objectReadBool()
|
||||
return _data[0] > 0;
|
||||
}
|
||||
|
||||
uint8_t GroupObject::objectReadByte()
|
||||
|
||||
{
|
||||
return _data[0];
|
||||
}
|
||||
|
||||
void GroupObject::requestObjectRead()
|
||||
{
|
||||
_commFlag = ReadRequest;
|
||||
|
Loading…
Reference in New Issue
Block a user