2018-10-03 02:17:14 +00:00
|
|
|
# Describes the format for available Blink services
|
|
|
|
|
|
|
|
blink_update:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: Force a refresh.
|
2018-10-03 02:17:14 +00:00
|
|
|
|
|
|
|
trigger_camera:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: Request named camera to take new image.
|
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: Name of camera to take new image.
|
|
|
|
example: "Living Room"
|
2018-10-03 02:17:14 +00:00
|
|
|
|
|
|
|
save_video:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: Save last recorded video clip to local file.
|
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: Name of camera to grab video from.
|
|
|
|
example: "Living Room"
|
|
|
|
filename:
|
|
|
|
description: Filename to writable path (directory may need to be included in whitelist_dirs in config)
|
|
|
|
example: "/tmp/video.mp4"
|
2020-05-13 13:50:29 +00:00
|
|
|
|
|
|
|
send_pin:
|
|
|
|
description: Send a new pin to blink for 2FA.
|
|
|
|
fields:
|
|
|
|
pin:
|
|
|
|
description: Pin received from blink. Leave empty if you only received a verification email.
|
|
|
|
example: "abc123"
|