beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: Update available type choices when data types are changed in the IDE
21 months ago, Edouard Tisserant
da52eabd0e6d
MQTT: Update available type choices when data types are changed in the IDE
# -*- 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")