runtime/PlcStatus.py
author Edouard Tisserant
Tue, 18 Dec 2018 14:10:43 +0100
changeset 2471 9d5c291b510f
parent 2416 1ca207782dde
permissions -rw-r--r--
Expose new PLCObject API members to WAMP interface.
# -*- 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")