From 9d6b6bf02bbb9a3131edb5cdf67874fed87f3df1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 25 Sep 2025 17:56:48 -0400 Subject: [PATCH] [bin] Add porch cam --- bin/.bin/webcam-capture | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/.bin/webcam-capture b/bin/.bin/webcam-capture index 6eaf704..03c422f 100755 --- a/bin/.bin/webcam-capture +++ b/bin/.bin/webcam-capture @@ -43,11 +43,15 @@ if [ "$1" = "backyard_north" ]; then port=8084 host="mundilfari.local" fi +if [ "$1" = "barn" ]; then + port=8081 + host="iapetus.local" +fi if [ "$1" = "garage" ]; then port=8082 host="iapetus.local" fi -if [ "$1" = "barn" ]; then +if [ "$1" = "porch" ]; then port=8083 host="iapetus.local" fi