Currently, I have a Raspberry Pi that collects data wireless-ly from different sensors in a room, as for now, the Raspberry Pi is program to continuously receive the current of the different lighting and is displayed into an Apache sever, so that means the Raspberry Pi is continuously receiving the numbers (450~530) as indication of the current of the different lightings and is displayed in an Apache sever as txt form. Is it possible to instead display "Healthy" or "Non-Healthy" instead of the numbers? As I am creating a website that monitors that allow users to monitor the data from the different sensors. I want the data display easy to understand on the website.
Thank you

