There was a too tight requirement on the float datapoints there was no possibility to insert floats through the web-interface because the automatic parser converted it to a double. To make it possible to insert floats through the web-interface we disable the extra validation. The only requirement is that it is numeric. The user needs to have the notion of what they insert instead.
There was a too tight requirement on the float datapoints there was no possibility to insert floats through the web-interface because the automatic parser converted it to a double. To make it possible to insert floats through the web-interface we disable the extra validation. The only requirement is that it is numeric. The user needs to have the notion of what they insert instead.