Hide Lockdown Password on C-five Coppernic

Solved Locked
BR
Bruno Rame
COPPERNIC

I have to remote control a device.

To verify the parameter I have to remove temporaly the lockdown. Is it possible to hide the password to avoid that the user see it ?

Thank you

7 years ago
Android
ANSWERS
EG
Edgar Gomez
7 years ago

Hello

You can send the following script to exit lockdown so you don´t have to input the password:

To exit lokcdown:

_Adminmode on
notify kiosk off

To enter in lockdown:

_Adminmode off
notify kiosk on

Solution
BR
Bruno Rame
7 years ago

Perfect

Thank you