X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/117beff3b7f0e6f405fffb67d9bbcdcf7ffeefe6..6a5bf4c36f788ac0eb8112ccec0bbd371d5bbd94:/Wrt3g/HtmlParser.php 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',