forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaceRecognitionPresentation.json
More file actions
32 lines (32 loc) · 998 Bytes
/
Copy pathfaceRecognitionPresentation.json
File metadata and controls
32 lines (32 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"automation": {
"conditions": [
{
"label": "Face recognition",
"displayType": "dynamicList",
"dynamicList": {
"value": "faceRecognizedEvent.value.id",
"valueType": "string",
"supportedValues": {
"value": "userList.value",
"valueMap": {
"key": "{{it.id}}",
"value": "{{it.label}}"
}
},
"alternatives": [
{
"key": "notRegisteredUser",
"value": "Unknown faces",
"type": "active"
}
],
"multiSelectable": true
}
}
],
"actions": []
},
"id": "faceRecognition",
"version": 1
}