NoahFace Dashboard

What is the Temperature Screen used for in Noahface?

Temperature Screen

The Temperature screen is used when the primary purpose is to screen people for elevated temperatures before they enter your premises. It can simultaneously be used for both unknown people (eg: visitors or customers) and known people (eg: staff).

The Temperature screen reads a person's temperature and then displays either the Normal Temperature screen or the Elevated Temperature screen as appropriate. If the person is recognised, they will be greeted by name, otherwise a "Register" button will be visible at the bottom of the screen. You can hide the "Register" button by specifying the "hidereg" screen option in the screen details. For example:

        hidereg=true

The elevated temperature threshold and message can be configured for each kiosk (in your access point type settings). To change the greeting for normal temperature readings, specify the "greeting" option in the screen details. For example:

        greeting=You may now proceed.

To display the actual temperature (instead of "Normal" or "Elevated") specify the "reading" option in the screen details. This is generally only advisable for demonstrations, for privacy reasons. For example:

        reading=true

There are additional options for your Feedback Icons when using the Temperature screen as follows:

  • usertick. The user's profile picture followed by a green tick.
  • usercross.  The user's profile picture followed by a red cross.
  • usertemp.  The user's profile picture followed by a red or green thermometer as appropriate.
  • userlock.  The user's profile picture followed by a red or green lock as appropriate.

To trigger the receiver on each event, specify the "receiver" option in the screen details. This can be triggered on "normal" temperature events, "elevated" temperature events, or "all". For example:

        receiver=elevated

To specify more than one option, just comma separate the options. For example:

        icons=usertick;cross;usercross, receiver=normal