Skip to content

Commit

Permalink
feat: add lastConnectionDate (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjou authored Aug 6, 2024
1 parent 3ec0fe0 commit ba1fcfa
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 @@ -26,6 +26,7 @@
"isFirstConnection": "https://smartdatamodels.org/isFirstConnection",
"isProfileEcogestureCompleted": "https://smartdatamodels.org/isProfileEcogestureCompleted",
"isProfileTypeCompleted": "https://smartdatamodels.org/isProfileTypeCompleted",
"lastConnectionDate": "https://vocab.egm.io/lastConnectionDate",
"occupantsNumber": "https://smartdatamodels.org/occupantsNumber",
"outsideFacingWalls": "https://smartdatamodels.org/outsideFacingWalls",
"partnersIssueSeenDate": "https://vocab.egm.io/partnersIssueSeenDate",
Expand Down
6 changes: 5 additions & 1 deletion ngsild-payloads/userProfile.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"type": "Property",
"value": false
},
"lastConnectionDate": {
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
},
"customPopupDate": {
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
Expand Down Expand Up @@ -134,4 +138,4 @@
"object": "urn:ngsi-ld:FluidMonitoring:Electricity:950362C9-E675-4548-A08D-6B293B1C5FE0",
"datasetId": "urn:ngsi-ld:Dataset:Electricity"
}
}
}

0 comments on commit ba1fcfa

Please sign in to comment.