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 23-04-2018 at 16:04
Please, ANSWER this question AT https://stackoverflow.com/questions/49984023/fiware-contextbroker-entity-with-array
Question:
Fiware ContextBroker Entity with Array
Description:
Is it possible create an entity in Fiware, where a specific attribute will be send as an array? Something like that? Having multiple pressure sensors inside a room where I would like to receive them in one update?!
So this is basically creating the Entity
{
"id": "Room1",
"type": "Room",
"temperature":
,
"pressure":
}
and I would like to receive updates in one update message with all pressure information inside this "Entity"
{
"id": "Room1",
"type": "Room",
"temperature":
,
"pressure": [
,
,
]
}
Thanks in advance!
-pd
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Assignee | Fermín Galán [ fermin ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Summary | [fiware-stackoverflow] Fiware ContextBroker Entity with Array | FIWARE.Question.Tech.Fiware ContextBroker Entity with Array. |
HD-Enabler | Orion [ 10875 ] |
Fix Version/s | 2021 [ 12600 ] |