Skip to content

Commit

Permalink
Set plugin version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fasteddy516 authored Jun 1, 2021
1 parent 9111968 commit c302264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -529,4 +529,4 @@ def stopTelemetry():
this.status.event_generate('<<BrokerStatus>>', when="tail")
telemetry.on_disconnect = None
telemetry.disconnect()
telemetry.loop_stop()
telemetry.loop_stop()

0 comments on commit c302264

Please sign in to comment.