node-blink-security icon indicating copy to clipboard operation
node-blink-security copied to clipboard

This is an npm module for communicating with Blink Home Security System

Results 10 node-blink-security issues
Sort by recently updated
recently updated
newest added

The API changed quite a bit from the prior version. Had to re-arrange a bit to preserve the original node-blink-security functionality.

Happened to me overnight. Seems Blink changed the API (again) **[Blink System] Error authenticating with blink API Error: Authentication problem: An app update is required(( ```[Blink System] Error authenticating with...

I got the email with the verification code but don't know what to do with it.

I'm never getting a verification email. I used the cameras id as device_id and well as other strings and still not working. Verification always times out

A user of my homebridge plugin noticed that some blink servers have expired certificates which causes API calls to fail using this plugin. You can see the discussion here. https://github.com/bartdorsey/homebridge-blinkcameras/issues/28#issuecomment-648837001...

This is an incomplete PR as a basis of discussion. I wanted to be able to query a single camera for its latest thumbnail so I added a `getStatus` request...

Hello, I just start to use this module, but i have an error when i use the setupSystem function : Access to fetch at 'https://rest.prod.immedia-semi.com/api/v3/login' from origin 'http://localhost:1234' has been...

This adds a "debug" option to the library so you can see the response messages coming directly from blink. I also added a .prettierrc file and tried to configure it...

I just setup my two Blink Minis, but they dont show up in the object dump from the example snipped, but my network does. Am I using it wrong? ```...

I tried to fetch the clip URL and I get this JSON response back from the blink servers: ```json {"message":"Media not found","code":700} ``` So I'm assuming the clip URL we...