Skip to content

Commit

Permalink
Fix #29 - correct attribute name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 12, 2023
1 parent 86671e7 commit 798dea6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,47 +342,47 @@ curl -L 'http://localhost:1026/ngsi-ld/v1/entityOperations/update?options=update
{
"id": "urn:ngsi-ld:TemperatureSensor:001",
"type": "TemperatureSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:farm001"
}
},
{
"id": "urn:ngsi-ld:TemperatureSensor:002",
"type": "TemperatureSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:barn002"
}
},
{
"id": "urn:ngsi-ld:FillingLevelSensor:003",
"type": "FillingLevelSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:farm002"
}
},
{
"id": "urn:ngsi-ld:FillingLevelSensor:001",
"type": "FillingLevelSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:farm001"
}
},
{
"id": "urn:ngsi-ld:FillingLevelSensor:002",
"type": "FillingLevelSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:barn002"
}
},
{
"id": "urn:ngsi-ld:TemperatureSensor:003",
"type": "TemperatureSensor",
"controllingAsset": {
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:farm002"
}
Expand Down

0 comments on commit 798dea6

Please sign in to comment.