runtime/PlcStatus.py
author Edouard Tisserant
Tue, 08 Nov 2022 11:02:35 +0100
changeset 3662 364f2409eeda
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: watchdog now calls OnStart and OnStop commands just after calling OnWatchdog. Therefore, OnWatchdog command should not restart browser by itself.
# -*- coding: utf-8 -*-

# See COPYING.Runtime file for copyrights details.


def _(x):
    """No translation"""
    return x


Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")