runtime/PlcStatus.py
author Mario de Sousa <msousa@fe.up.pt>
Sun, 07 Jun 2020 19:33:32 +0100
changeset 2664 a26a8e182190
parent 2416 1ca207782dde
permissions -rw-r--r--
Modbus plugin: fix bug: was checking user configuration against wrong limits
# -*- 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")