Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshot from Camera Preview #41

Open
broyuken opened this issue Jan 17, 2019 · 1 comment
Open

Screenshot from Camera Preview #41

broyuken opened this issue Jan 17, 2019 · 1 comment

Comments

@broyuken
Copy link

Now that ring has added the Camera Previews option, is there a way for doorbot to pull down the most recent preview image? I'm looking to integrate this into ActionTiles.

@yepher
Copy link

yepher commented Jan 17, 2019

Looks like /clients_api/doorbots/history... if you parse for snapshot_url you may be able to pull the image. It is not populated on my account but maybe they are still rolling it out.

{
	"id": 123470723324456387,
	"created_at": "2018-01-19T17:36:32.000Z",
	"answered": false,
	"events": [],
	"kind": "motion",
	"favorite": false,
	"snapshot_url": "",
	"recording": {
		"status": "ready"
	},
	"doorbot": {
		"id": 123456,
		"description": "Front Door"
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants