runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 09 Jul 2024 11:46:19 +0200
changeset 3984 883a85b9ebcc
parent 2416 1ca207782dde
permissions -rw-r--r--
MQTT: still WIP, generated C code builds and link.
# -*- 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")