Merge branch 'fix/group-object-setting-invalid-value' into fix/group-object-setting-invalid-value--thelsing/master

This commit is contained in:
Cornelius Köpp 2024-11-08 22:57:47 +01:00
commit 641ae4efcd

View File

@ -287,5 +287,4 @@ class GroupObject
* @returns true if the value of the group object was updated after successful conversion. * @returns true if the value of the group object was updated after successful conversion.
*/ */
bool _valueNoSend(const KNXValue& value, const Dpt& type); bool _valueNoSend(const KNXValue& value, const Dpt& type);
}; };