Skip to content

bargom/blinkautomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation project for Blink camera systems

How to create token:

curl -H "Host: prod.immedia-semi.com" -H "Content-Type: application/json" --data-binary '{ "password" : "xyz", "client_specifier" : "iPhone 9.2 | 2.2 | 222", "email" : "[email protected]" }' --compressed https://rest.prde.immedia-semi.com/login

RESPONSE:

{"authtoken":{"authtoken":"xyz","message":"auth"},"networks":{"111":{"name":"Blink-cam","onboarded":true},"222":{"name":"Garden","onboarded":true}},"region":{"prde":"Europe"}}

Payload:

{ token: "xyz", network: "Blink-cam", camera: "Garage", email: "[email protected]" }

About

Automation project for blink camera system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published