Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to configure the registered device for IN trigger only or OUT trigger only device?

Solution

Here are the detailed steps on configuring a registered device for IN trigger only (the same logic applies if you want to set it as OUT trigger only):

 

01. Login to AMS

  • Go to the Edit Trigger page in AMS.

  • Select the registered device you want to configure as IN trigger only.

 

Edit Trigger Settings

  • Click the Edit button.

  • Set the OUT trigger and all other triggers (F1 to F10) to Disabled.

Confirm Configuration

  • Once saved, the selected device will now function as an IN trigger only device.

 

 
Was this article helpful? yes / no
Article details
Article ID: 211
Category: On-prem AMS Software
Views: 888
Rating (Votes): Article rated 5.0/5.0 (1)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';