瀏覽代碼

fixed camera tv-ip311pi url

tags/0.1.1^0
Robin Thoni 8 年之前
父節點
當前提交
99f266a033
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Http/Business/Cameras/Trendnet/TVIP311PI.php

+ 1
- 1
app/Http/Business/Cameras/Trendnet/TVIP311PI.php 查看文件

@@ -27,7 +27,7 @@ class TVIP311PI extends AbstractCamera
27 27
         parent::__construct($camera);
28 28
         $this->_client = new Client();
29 29
         $data = $camera->getData();
30
-        $this->_url = $data["Host"] . ":" . $data["Port"] . self::URI;
30
+        $this->_url = "http://" . $data["Host"] . ":" . $data["Port"] . self::URI;
31 31
         $this->_options = [];
32 32
     }
33 33
 

Loading…
取消
儲存