beremiz

modbus plugin: add/fix comments
mc9_backport_2
2020-12-25, Mario de Sousa
b61c1010cca8
modbus plugin: add/fix comments
# -*- 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")