2019-02-06 03:31:15 +00:00
|
|
|
create_group:
|
|
|
|
description: Create a new person group.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
name:
|
|
|
|
description: Name of the group.
|
|
|
|
example: family
|
2019-02-06 03:31:15 +00:00
|
|
|
create_person:
|
|
|
|
description: Create a new person in the group.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
group:
|
|
|
|
description: Name of the group
|
|
|
|
example: family
|
|
|
|
name:
|
|
|
|
description: Name of the person
|
|
|
|
example: Hans
|
2019-02-06 03:31:15 +00:00
|
|
|
delete_group:
|
|
|
|
description: Delete a new person group.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
name:
|
|
|
|
description: Name of the group.
|
|
|
|
example: family
|
2019-02-06 03:31:15 +00:00
|
|
|
delete_person:
|
|
|
|
description: Delete a person in the group.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
group:
|
|
|
|
description: Name of the group.
|
|
|
|
example: family
|
|
|
|
name:
|
|
|
|
description: Name of the person.
|
|
|
|
example: Hans
|
2019-02-06 03:31:15 +00:00
|
|
|
face_person:
|
|
|
|
description: Add a new picture to a person.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
camera_entity:
|
|
|
|
description: Camera to take a picture.
|
|
|
|
example: camera.door
|
|
|
|
group:
|
|
|
|
description: Name of the group.
|
|
|
|
example: family
|
|
|
|
person:
|
|
|
|
description: Name of the person.
|
|
|
|
example: Hans
|
2019-02-06 03:31:15 +00:00
|
|
|
train_group:
|
|
|
|
description: Train a person group.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
group:
|
|
|
|
description: Name of the group
|
|
|
|
example: family
|