PluginMqttMonitor.py

branch
eric7
changeset 95
d830314cca87
parent 92
2fb5c08019fd
child 102
70b8858199f5
equal deleted inserted replaced
94:95b0b60d87ed 95:d830314cca87
22 # Start-Of-Header 22 # Start-Of-Header
23 name = "MQTT Monitor Plugin" 23 name = "MQTT Monitor Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 24 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 25 autoactivate = True
26 deactivateable = True 26 deactivateable = True
27 version = "1.0.0" 27 version = "1.0.1"
28 className = "MqttMonitorPlugin" 28 className = "MqttMonitorPlugin"
29 packageName = "MqttMonitor" 29 packageName = "MqttMonitor"
30 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker" 30 shortDescription = "Plug-in implementing a tool to connect to a MQTT broker"
31 longDescription = ( 31 longDescription = (
32 """Plug-in implementing a tool to connect to a MQTT broker, subscribe""" 32 """Plug-in implementing a tool to connect to a MQTT broker, subscribe"""

eric ide

mercurial