runtime/PlcStatus.py
author Edouard Tisserant
Thu, 10 Dec 2020 15:48:15 +0100
changeset 2699 467ff0e58327
parent 2416 1ca207782dde
permissions -rw-r--r--
Add a little test to see OnChange's .count .first .last in action
# -*- 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")