Difference between revisions of "Troubleshooting intercom"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "test")
 
Line 1: Line 1:
test
+
==Intercom Call via SSH==
 +
<syntaxhighlight lang="bash">
 +
screen -rx
 +
set status ID:SUBID 0x01
 +
</syntaxhighlight>
 +
# '''Example:''' <code>set status 100:250 0x01 </code>

Revision as of 09:10, 11 May 2023

Intercom Call via SSH

screen -rx
set status ID:SUBID 0x01
  1. Example: set status 100:250 0x01