Skip to content

Commit

Permalink
fixes the dpt13 converting
Browse files Browse the repository at this point in the history
  • Loading branch information
traxanos committed Jan 5, 2024
1 parent c8685fa commit 50cde2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knx/knx_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50cde2c

Please sign in to comment.