treolabs/treopim

Values of numeric attribute types return as string

r-zablodskiy opened this issue · 0 comments

Actual result: values of attributes types "int", "float" and "unit" return as string, e.g. - value: "10".
Expected result: values must return in correct format, e.g. - value: 10.