corrected float with DPT9

This commit is contained in:
Waldemar Porscha 2019-08-16 17:56:45 +02:00
parent 626d1b73d1
commit 527a081c0c

View File

@ -532,6 +532,8 @@ struct tm KNXValue::timeValue() const
KNXValue::KNXValue(float value) KNXValue::KNXValue(float value)
{ {
_value.doubleValue = value;
_type = DoubleType;
} }
KNXValue& KNXValue::operator=(const float value) KNXValue& KNXValue::operator=(const float value)