From 28daa1cf919fea267704bec59176365763aca087 Mon Sep 17 00:00:00 2001 From: Patrick Stuart Date: Fri, 22 Apr 2016 21:42:21 -0500 Subject: [PATCH] Update generic-video-camera-child.groovy --- .../generic-video-camera-child.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartapps/pstuart/generic-video-camera-child.src/generic-video-camera-child.groovy b/smartapps/pstuart/generic-video-camera-child.src/generic-video-camera-child.groovy index 07d2314..99b989c 100644 --- a/smartapps/pstuart/generic-video-camera-child.src/generic-video-camera-child.groovy +++ b/smartapps/pstuart/generic-video-camera-child.src/generic-video-camera-child.groovy @@ -33,8 +33,8 @@ preferences { input("CameraStreamPathList","enum", title: "Camera Stream Path", description: "Please enter your camera's streaming path", required:false, submitOnChange: true, options: [ //add your camera urls here ["rtsp://user:password@[ipaddress]/Streaming/Channels/1":"Name of Camera"], //hikvision - ["http://192.168.101.248:80/mjpeg.cgi?user=user&password=password&channel=1.mjpeg":"Name of Camera"], //dlink 932l - ["http://user:password@192.168.101.251/nphMotionJpeg?Resolution=640x480&Quality=Standard":"Name of Camera"] //panasonic bl-140c + ["http://[ipaddress]:[port]/mjpeg.cgi?user=user&password=password&channel=1.mjpeg":"Name of Camera"], //dlink 932l + ["http://user:password@[ipaddress]/nphMotionJpeg?Resolution=640x480&Quality=Standard":"Name of Camera"] //panasonic bl-140c ], displayDuringSetup: true)