![DSC Misterhouse PC5401 Скачать руководство пользователя страница 19](http://html1.mh-extra.com/html/dsc/misterhouse-pc5401/misterhouse-pc5401_user-manual_2534351019.webp)
DSC Alarm PC5401 Serial Module
/14
&alarm_page("$text");
}
#---
# Subroutine to send a page / pcs message, etc.
sub alarm_page {
my ($text2) =@_;
net_mail_send(from => "MyDSCpanel\@MyDomain.org", to =>
"MyWokingEmal or PCS Phome\@ProviderDomain.org",
text => $text2, subject => "DSC(849JP) $DSC->{partition_status}{1}");
speak(mode=>'unmuted', volume=>100, rooms=>'all', text=>"DSC Alarm
Panel Said $text2");
}
3.4
WEB Interface
3.4.1
Configuration
¾
Copy this file
DSC5401_web.pl
to
/usr/local/mh/web/bin
¾
Modify this file
/usr/local/mh/web/my_mh/menu.html
with the following code:
<base target='output'>
<table height='100%' border='0'>
<tbody>
<td valign='top' align='left' width='100%'>
……
<a href='/bin/DSC5401_web.pl'><img src='/bin/button.pl?DSC Alarm' border='0'></a><br>
</td>
</tbody>
</table>