FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
184 views 0 comments
by anonymous
Hi

Can you somehow extend the delay time when using ignition-off trigger, as now the option is 5,10, 15 and 30min. Would like to set it to 120 min, is it possible to do that with script  or in some other way?

best regards
//Jonas

1 Answer

0 votes
by anonymous

Hello,

These commands should go into User Scripts that you will find in Administration tab of navigation panel.

  1. uci set system.sleep_mode.sleep='7200'
  2. uci commit system
  3. /etc/init.d/system restart

Where you see number 7200 - this is the time in seconds so you can use your own value in command there.

EB.