diff --git a/load.py b/load.py index 4307d2e..7842000 100644 --- a/load.py +++ b/load.py @@ -25,7 +25,7 @@ import paho.mqtt.client as mqtt import json -TELEMETRY_VERSION = "0.2.2" +TELEMETRY_VERSION = "0.2.0" TELEMETRY_CLIENTID = "EDMCTelemetryPlugin" # default values for initial population of configuration @@ -529,4 +529,4 @@ def stopTelemetry(): this.status.event_generate('<>', when="tail") telemetry.on_disconnect = None telemetry.disconnect() - telemetry.loop_stop() \ No newline at end of file + telemetry.loop_stop()