beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
2022-09-09, Edouard Tisserant
26a2808038fd
SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
# -*- 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")