beremiz

modbus plugin: add/fix comments

2020-12-25, Mario de Sousa
b3b6991f1cb6
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")