FIWARE / tutorials.Time-Series-Data

:blue_book: FIWARE 304: Querying Time Series Data (QuantumLeap)
https://quantumleap.readthedocs.io/en/latest/
MIT License
16 stars 20 forks source link

Float sensor data save as string #44

Closed johncaipa closed 2 years ago

johncaipa commented 2 years ago

hello, I am trying to send float values from a simulated sensor, but these are stored in crate as a string, is there any way to configure this? This is how I'm registering them: { "devices": [ { "device_id": "motion001", "entity_name": "urn:ngsi-ld:Motion:001", "entity_type": "Motion", "attributes": [ { "object_id": "t", "name":"temperature", "type":"Float"} ], "static_attributes": [ {"name":"refStore", "type": "Relationship","value": "urn:ngsi-ld:Store:001"} ] } ] }