diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2010-12-18 00:20:16 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2010-12-18 00:20:16 +0100 |
| commit | 6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94 (patch) | |
| tree | 87145daface9dbf7d54479e4304f1e7da6fd68cf /Wrt3g/HtmlParser.php | |
| parent | ec85023a1006f6f2fe3ea947b6be81bb4515aa8a (diff) | |
| download | linksys-wrt3g-tools-6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94.tar.gz linksys-wrt3g-tools-6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94.zip | |
make the request observer work correctly, remove response logging in main class
Diffstat (limited to 'Wrt3g/HtmlParser.php')
| -rw-r--r-- | Wrt3g/HtmlParser.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrt3g/HtmlParser.php b/Wrt3g/HtmlParser.php index 9574cd0..bd613ac 100644 --- a/Wrt3g/HtmlParser.php +++ b/Wrt3g/HtmlParser.php @@ -20,8 +20,10 @@ class Wrt3g_HtmlParser 'GPRS_MSG.WWBEAR_GPRS' => 'GPRS', 'GPRS_MSG.WWBEAR_UMTS' => 'UMTS', 'GPRS_MSG.None' => null, + 'GPRS_MSG.FAIR' => 'fair', 'GPRS_MSG.GOOD' => 'good', 'GPRS_MSG.EXCELLENT' => 'excellent', + 'GPRS_MSG.NOSIGNAL' => 'no signal', 'GPRS_MSG.CTIME' => 'connection time', 'GPRS_MSG.CFW' => 'card firmware', 'GPRS_MSG.CMOD' => 'card model', |
