runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 07 Mar 2024 16:37:02 +0100
changeset 3905 d47fe28d799a
parent 2416 1ca207782dde
permissions -rw-r--r--
eRPC Server: fix exception at disconnect and reconnecting
# -*- 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")