Skip to content

Commit

Permalink
feat: add account inactivity alert properties for user profile (#25)
Browse files Browse the repository at this point in the history
* feat: add account inactivity alert properties for user profile

* removed double quotes from boolean value
  • Loading branch information
ranim-n authored Aug 12, 2024
1 parent d8c516c commit d570113
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonld-contexts/user.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"isProfileEcogestureCompleted": "https://smartdatamodels.org/isProfileEcogestureCompleted",
"isProfileTypeCompleted": "https://smartdatamodels.org/isProfileTypeCompleted",
"lastConnectionDate": "https://vocab.egm.io/lastConnectionDate",
"accountInactivityFirstAlert": "https://vocab.egm.io/accountInactivityFirstAlert",
"accountInactivitySecondAlert": "https://vocab.egm.io/accountInactivitySecondAlert",
"occupantsNumber": "https://smartdatamodels.org/occupantsNumber",
"outsideFacingWalls": "https://smartdatamodels.org/outsideFacingWalls",
"partnersIssueSeenDate": "https://vocab.egm.io/partnersIssueSeenDate",
Expand Down
9 changes: 9 additions & 0 deletions ngsild-payloads/userProfile.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
},
"accountInactivityFirstAlert": {
"type": "Property",
"value": true,
"observedAt": "0000-01-01T00:00:00.000Z"
},
"accountInactivitySecondAlert": {
"type": "Property",
"value": false
},
"customPopupDate": {
"type": "Property",
"value": "0000-01-01T00:00:00.000Z"
Expand Down

0 comments on commit d570113

Please sign in to comment.