소스 검색

[bin] Add porch cam

Colin Powell 3 주 전
부모
커밋
9d6b6bf02b
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      bin/.bin/webcam-capture

+ 5 - 1
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