mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
DoorPi.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@11371 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
078322ce54
commit
214cb5030c
@ -940,6 +940,18 @@ sub DoorPi_makeTable($$$$){
|
||||
<br />DoorPi name for dashlight action (default: dashlight)</li>
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
</ul>
|
||||
<h4>Necessary parts of the DoorPi configuration</h4>
|
||||
The following Events need to be defined for DoorPi:
|
||||
<ul>
|
||||
<li>[EVENT_BeforeSipPhoneMakeCall]<br>
|
||||
10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call start</li>
|
||||
<li>[EVENT_OnCallStateDisconnect]<br>
|
||||
10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call end</li>
|
||||
<li>[EVENT_OnCallStateDismissed]<br>
|
||||
10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call dismissed</li>
|
||||
<li>[EVENT_OnCallStateReject]<br>
|
||||
10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call rejected</li>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
=cut
|
||||
|
Loading…
Reference in New Issue
Block a user