beremiz
Clone
Summary
Browse
Changes
Graph
Modbus plugin web interface: show the keyword "#ANY#" on TCP servers
2020-06-07, Mario de Sousa
978cf239c689
Modbus plugin web interface: show the keyword "#ANY#" on TCP servers
# -*- 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")