beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: JsonTable now generate working data access code for data/* elements.
svghmi
2020-07-17, Edouard Tisserant
14635b09d329
SVGHMI: JsonTable now generate working data access code for data/* elements.
# -*- 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")