Blink Camera support

Initial versions of the 2 required drivers are now posted in a separate thread:
[PROJECT] Driver for Blink API

As I mentioned, it is pretty rough still (I got some more working though).

@darren.rockach: The NetworkIDs & CameraIDs are found in the driver in a couple places:

  1. It should create State Variables named "Network" and "Camera" (and others) that each contain a list of the IDs for those devices in your account.
  2. Each child device is named with the ID as the number in the name.
  3. Each child device should have a State Variable "ID" within it.
  4. Each camera child device should have a State Variable "NetworkID" within it that has the Network it belongs to.

I will continue to watch this thread, but for changes/feature requests/bugs/whatnot around the new drivers, please post in the project thread.

3 Likes