Difference between revisions of "Intercom"

From Larnitech wiki page
Jump to navigation Jump to search
(Marked this version for translation)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===Example of description in XML===
+
<languages/>
 +
<translate>
 +
===Example of description in XML=== <!--T:1-->
  
 +
<!--T:2-->
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
<item type="intercom" addr="161:250" name="Intercom" iid="2009;2019" cameras="2048:55;2048:56" door="333:6">
 
<item type="intercom" addr="161:250" name="Intercom" iid="2009;2019" cameras="2048:55;2048:56" door="333:6">
 
</syntaxhighlight>
 
</syntaxhighlight>
  
===Additional parameters===
+
===Additional parameters=== <!--T:3-->
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
Line 17: Line 20:
 
|}
 
|}
  
===Device status (1 byte)===
+
===Device status (1 byte)=== <!--T:4-->
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
Line 25: Line 28:
 
|}
 
|}
  
===Status setting (1 byte)===
+
===Status setting (1 byte)=== <!--T:5-->
  
 +
<!--T:6-->
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
Line 33: Line 37:
 
|0||0 – Cancel Call<br>1 – intercom calls<br>8 – Screenshot from IC camera (and save it to History)
 
|0||0 – Cancel Call<br>1 – intercom calls<br>8 – Screenshot from IC camera (and save it to History)
 
|}
 
|}
 +
</translate>

Latest revision as of 15:27, 25 January 2022

Other languages:
English • ‎русский

Example of description in XML

1<item type="intercom" addr="161:250" name="Intercom" iid="2009;2019" cameras="2048:55;2048:56" door="333:6">

Additional parameters

Name type and variety description default value
cameras string
ADDR[;ADDR]
list of cameras addresses displayed when intercom calls -
door ADDR The address of a device responsible for door opening -
iid ID Intercom will be call on device or devices with his ID 2047(broadcast)

Device status (1 byte)

Byte number description
0 0 – no call (event – timing out call drop or the button "Finish" or "Cancel" is pressed).
1 – button "answer" is pressed
2 – intercom calls (repeat every second until timing out call drop or the button "Finish" or "Cancel" is pressed).

Status setting (1 byte)

Byte number description
0 0 – Cancel Call
1 – intercom calls
8 – Screenshot from IC camera (and save it to History)