runtime/PlcStatus.py
author Edouard Tisserant
Mon, 15 Jun 2020 14:29:41 +0200
changeset 2673 80e7eb44cab4
parent 2416 1ca207782dde
permissions -rw-r--r--
BACnet and Modbus : fix configuration storage directory
# -*- 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")