beremiz
Clone
Summary
Browse
Changes
Graph
OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
2021-10-19, Edouard Tisserant
1ca385429bba
OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]