Removed echos from discovery | Reverted custom temperature poller

This commit is contained in:
Alan Gregory
2015-05-16 22:05:29 -03:00
parent 9b2ef2153d
commit 2bf4786f92
4 changed files with 2 additions and 8 deletions
-1
View File
@@ -6,7 +6,6 @@ if (!$os){
* OLT AN5516-01
*/
if (preg_match('/^AN5516-0[16]$/',$sysDescr)) {
echo "Fiberhome $sysDescr\n";
$os = "fiberhome";
}
}