beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.
20 months ago, Edouard Tisserant
dee0efbf8452
MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.
# -*- 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")