mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Update group_object.cpp
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user