runtime/PlcStatus.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 21 Jan 2025 09:29:59 +0100 (3 months ago)
changeset 4098 8c12c0df026a
parent 2416 1ca207782dde
permissions -rw-r--r--
Let extensions know when configuration is new, to apply defaults.

Add "new_config" member to CTN, True when config was just created.
# -*- 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")