runtime/PlcStatus.py
author Edouard Tisserant
Fri, 12 Jun 2020 10:30:23 +0200
changeset 2669 be233279d179
parent 2416 1ca207782dde
permissions -rw-r--r--
BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions.
# -*- 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")