runtime/PlcStatus.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 22:46:26 +0200
changeset 3552 ffe4e46a3163
parent 2416 1ca207782dde
permissions -rw-r--r--
tests: recommanded build options for open62541 leads to infinite linking time when building PLC
# -*- 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")