mirror of
https://github.com/thelsing/knx.git
synced 2025-06-17 01:17:18 +02:00
Update group_object.cpp
This commit is contained in:
parent
29c7bae17f
commit
f65be5ee3f
@ -195,7 +195,7 @@ void GroupObject::value(const KNXValue& value, const Dpt& type)
|
||||
|
||||
KNXValue GroupObject::value(const Dpt& type)
|
||||
{
|
||||
KNXValue value = 0;
|
||||
KNXValue value = "";
|
||||
KNX_Decode_Value(_data, _dataLength, type, value);
|
||||
return value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user