beremiz
Clone
Summary
Browse
Changes
Graph
Modbus: fix test: add missing filles and add Modbus source+build in GH CI
2024-04-04, Edouard Tisserant
228d3b758f19
Modbus: fix test: add missing filles and add Modbus source+build in GH CI
# -*- 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")