Browse Source

fixed camera tv-ip311pi url

tags/0.1.1^0
Robin Thoni 8 years ago
parent
commit
99f266a033
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Business/Cameras/Trendnet/TVIP311PI.php

+ 1
- 1
app/Http/Business/Cameras/Trendnet/TVIP311PI.php View File

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

Loading…
Cancel
Save