I would like to develop a solution that will allow my Blue Iris application to register each camera as a separate motion sensor to ST.
Blue Iris supports hitting a single URL endpoint with POST or GET requests. If that doesn’t cut it, I can even execute an external script from Blue Iris.
I’m guessing that I need to create a “LAN Connected Device” as described here: http://docs.smartthings.com/en/latest/cloud-and-lan-connected-device-types-developers-guide/building-lan-connected-device-types/index.html
Does anyone know of any existing projects that I could use as an example as how to go about all of this?
Thanks,
Justin