Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:Orion
Description
Created question in FIWARE Q/A platform on 16-01-2017 at 18:01
Please, ANSWER this question AT https://stackoverflow.com/questions/41681573/why-do-attributes-type-change-from-float-to-number
Question:
Why do attributes type change from float to number?
Description:
I've noticed that when I register entities with some 'float' attributes in Orion, after some updates the type is changed to 'number' instead of 'float'.
For example:
{ "id":"my_entity",
"type":"entity_type",
"attr1":{
"type":"float",
"value":"0.54",
"metadata":{}},
"attr2":{
"type":"Number",
"value":44.3,
"metadata":{}}}]
In this case, when my_entity was registered, both types of attributes were 'float'. When some update was made in the value of the attr2, its type was changed to 'Number'. Is this the correct behavior?
Activity
- All
- Comments
- History
- Activity
- Transitions