mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
fixes the dpt13 converting
This commit is contained in:
parent
c8685facac
commit
50cde2cd0f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user