beremiz
Clone
Summary
Browse
Changes
Graph
Disable generation of web settings for Modbus
modbus_hotfix
2023-10-09, Edouard Tisserant
f5ede9b04d54
Disable generation of web settings for Modbus
#!/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"]