Serial number on lock screen

K
Keith
Metcash Limited

How can I add the device serial number to the lock screen.

Currently using Honeywell CT40 in lock down mode and would like the serial number dispalyed in header.

5 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
5 years ago

Lock screen and "lock down mode" are generally considered to be separate. A lock screen is what you see displayed when the device is locked, before a pin, swipe, pattern, or other unlock pattern is entered. a "locked down mode" is the kiosk or lockdown screen that I assume you're actually talking about here. The underlying lockdown screen is configured with an HTML template. You can use macros within this template to display variable information like the serial number, among other values

%SERIALNUM%

%MAC%

%IP%

 

K
Keith
5 years ago

Thanks Matt,

Your a legend, now to work out HTML editing.