beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: fix invocation of json_scanf (use pointers, not values...)
21 months ago, Edouard Tisserant
9e4a3a3ea5c0
MQTT: fix invocation of json_scanf (use pointers, not values...)
# -*- 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")