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)
|
switch (_type)
|
||||||
{
|
{
|
||||||
case IntType:
|
case IntType:
|
||||||
return _value.shortValue;
|
return _value.ulongValue;
|
||||||
case BoolType:
|
case BoolType:
|
||||||
case UCharType:
|
case UCharType:
|
||||||
case UShortType:
|
case UShortType:
|
||||||
|
Loading…
Reference in New Issue
Block a user