-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added user presence for car device (flow trigger and condition).
- Loading branch information
1 parent
6ddfeb7
commit 4719abc
Showing
11 changed files
with
176 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"type": "boolean", | ||
"title": { | ||
"en": "User is present", | ||
"de": "Benutzer anwesend", | ||
"nl": "Gebruiker aanwezig" | ||
}, | ||
"titleTrue":{ | ||
"en": "User is present", | ||
"de": "Benutzer anwesend", | ||
"nl": "Gebruiker aanwezig" | ||
}, | ||
"titleFasle":{ | ||
"en": "User is absent", | ||
"de": "Benutzer abwesend", | ||
"nl": "Gebruiker afwezig" | ||
}, | ||
"insightsTitleTrue":{ | ||
"en": "User is present", | ||
"de": "Benutzer anwesend", | ||
"nl": "Gebruiker aanwezig" | ||
}, | ||
"insightsTitleFalse":{ | ||
"en": "User is absent", | ||
"de": "Benutzer abwesend", | ||
"nl": "Gebruiker afwezig" | ||
}, | ||
"insights": false, | ||
"getable": true, | ||
"setable": true, | ||
"uiComponent": null, | ||
"icon": "./assets/capability_icons/car_user_present.svg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"title": { | ||
"en": "User !{{is|isn't}} present", | ||
"de": "Benutzer !{{ist|ist nicht}} anwesend", | ||
"nl": "Gebruiker !{{is|is niet}} aanwezig" | ||
}, | ||
"args": [ | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=car" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"title": { | ||
"en": "User detected as absent", | ||
"de": "Benutzer als abwesend erkannt", | ||
"nl": "Gebruiker gedetecteerd als afwezig" | ||
}, | ||
"args": [ | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=car" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"title": { | ||
"en": "User detected as present", | ||
"de": "Benutzer als anwesend erkannt", | ||
"nl": "Gebruiker gedetecteerd als aanwezig" | ||
}, | ||
"args": [ | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"filter": "driver_id=car" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters