runtime/PlcStatus.py
author Edouard Tisserant
Tue, 15 Nov 2022 09:22:50 +0100
changeset 3680 20f9f0c36ad6
parent 2416 1ca207782dde
permissions -rw-r--r--
SVGHMI: do not try to reconnect websocket if closed properly by server.
# -*- 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")