fix getLTEInfo()
authorStricted <info@stricted.de>
Mon, 1 Feb 2016 16:59:58 +0000 (17:59 +0100)
committerStricted <info@stricted.de>
Mon, 1 Feb 2016 16:59:58 +0000 (17:59 +0100)
tests/Data.class.php
tests/lteinfo.php

index 0ebf097abad4ea32cfa465d0f8f2401c351bc0fa..b15029bad0e196701ab56f23f6b4e3faae4bde8d 100644 (file)
@@ -87,7 +87,7 @@ class Data extends SpeedportHybrid {
        }
        
        public function getLTEInfo () {
-               return $this->getData('letinfo');
+               return $this->getData('lteinfo');
        }
        
        public function getStatus () {
index 4d6fe3507a7f51338afa932e3e1af498ca79efff..04a56a13d1dc953ab829c643603c7658495b3e90 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 require_once('config.php');
-print_r($sp->getInterfaces());
+print_r($sp->getLTEInfo());
 $sp->logout();