mirror of
https://github.com/thelsing/knx.git
synced 2025-09-14 17:50:55 +02:00
corrected float with DPT9
This commit is contained in:
parent
626d1b73d1
commit
527a081c0c
@ -532,6 +532,8 @@ struct tm KNXValue::timeValue() const
|
||||
|
||||
KNXValue::KNXValue(float value)
|
||||
{
|
||||
_value.doubleValue = value;
|
||||
_type = DoubleType;
|
||||
}
|
||||
|
||||
KNXValue& KNXValue::operator=(const float value)
|
||||
|
Loading…
Reference in New Issue
Block a user