fixes the dpt13 converting

This commit is contained in:
Marco Scholl 2024-01-05 15:36:25 +01:00
parent c8685facac
commit 50cde2cd0f

View File

@ -403,7 +403,7 @@ int32_t KNXValue::intValue() const
switch (_type)
{
case IntType:
return _value.shortValue;
return _value.ulongValue;
case BoolType:
case UCharType:
case UShortType: