-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I have compiled the latest version and setup one camera as Cam1 to test. I am using this webhook to trigger a camera in blueiris:
- url: "http://192.168.2.70:81/admincamera=Cam1&trigger&user=admin&pw=admin"
method: "GET"
With the camera name as Cam1 it works correctly and blueiris is triggering the correct camera.
I would like to use multiple cameras and have tried this webhock:
- url: "http://192.168.2.70:81/admincamera={{ .Camera }}&trigger&user=admin&pw=admin"
method: "GET"
The problem is that the variable .Camera is not changed to Cam1 so blueiris reports camera=null.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels