mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
fixes the dpt13 converting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user