beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve.
23 months ago, Edouard Tisserant
364e09f5faea
MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve.
#!/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"]