![DSC Misterhouse PC5401 User Manual Download Page 21](http://html1.mh-extra.com/html/dsc/misterhouse-pc5401/misterhouse-pc5401_user-manual_2534351021.webp)
DSC Alarm PC5401 Serial Module
/16
Figure 4 - DSC Web log viewer
3.4.3
Modifying MH status line
¾
The following code be integrate in MH status line by mh.private.ini
# Category=Web_Functions
#@ Misc web functions
# This is called by web/bin/status_line.pl
# this allow to display DSC information in the status line
# at the bottom of the web page
sub
web_status_line
{
my $IntTemp = "-";
my $ExtTemp = "-";
if ($DSC->{IntTstatTemp}{1} eq "")
{
$IntTemp = "(0)";
}
else
{
$IntTemp = $DSC->{IntTstatTemp}{1};
}
if ($DSC->{ExtTstatTemp}{1} eq "")
{
$ExtTemp = "(0)";
}
else
{
$ExtTemp = $DSC->{ExtTstatTemp}{1};
}
Filename:
web_status_line.pl
Copy this file in code directory