Definition: woutput(expr, "label") — Allowed: any numeric expression.
Creates a read-only numeric output box. The displayed value is evaluated from expr at page refresh.
wpage("Monitoring");
woutput(sensor(1), "Pressure");
woutput(now(), "Millis");