runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 16 Jan 2025 15:30:35 +0100 (3 months ago)
changeset 4097 08ab4ad50346
parent 2416 1ca207782dde
permissions -rw-r--r--
MQTT: fix build error when publishing json topic.
# -*- 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")