beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
2022-01-17, Edouard Tisserant
2f5c30054d50
OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
# -*- 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")