Skip to content

Commit

Permalink
feat: add ecogestureReminder (#28)
Browse files Browse the repository at this point in the history
* Update user.jsonld

* Update userProfile.jsonld

* fix: precise
  • Loading branch information
junjou authored Nov 7, 2024
1 parent e174e68 commit ccea6cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions jsonld-contexts/user.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"partnersIssueSeenDate": "https://vocab.egm.io/partnersIssueSeenDate",
"refChallenge": "https://smartdatamodels.org/refChallenge",
"refEcogesture": "https://smartdatamodels.org/refEcogesture",
"ecogestureReminderLastSeenDate": "https://vocab.egm.io/ecogestureReminderLastSeenDate",
"sendAnalysisNotification": "https://smartdatamodels.org/sendAnalysisNotification",
"userInfos": "https://vocab.egm.io/userInfos",
"updateDate": "https://smartdatamodels.org/updateDate",
Expand Down
6 changes: 5 additions & 1 deletion ngsild-payloads/userProfile.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
"WASHING_MACHINE"
]
},
"ecogestureReminderLastSeenDate": {
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
},
"hasConsent": {
"type": "Relationship",
"object": "urn:ngsi-ld:UserConsent:Enedis:950362C9-E675-4548-A08D-6B293B1C5FE0",
Expand All @@ -147,4 +151,4 @@
"object": "urn:ngsi-ld:FluidMonitoring:Electricity:950362C9-E675-4548-A08D-6B293B1C5FE0",
"datasetId": "urn:ngsi-ld:Dataset:Electricity"
}
}
}

0 comments on commit ccea6cb

Please sign in to comment.