beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL
svghmi
2020-01-13, Edouard Tisserant
074f43e6e114
SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL
# -*- 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")