We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a4b88 commit 90644dbCopy full SHA for 90644db
README.md
@@ -22,6 +22,10 @@ The MQTT data source has the following requirements:
22
23
## Install the plugin
24
25
+1. Clone the plugin to your Grafana plugins directory.
26
+2. Build the plugin by running `yarn install` and then `yarn build`.
27
+3. Run `mage reloadPlugin` or restart Grafana for the plugin to load.
28
+
29
1. Navigate to [The plugin on Github](https://github.com/MasslessParticle/ciac-datasource).
30
1. Clone the plugin to your grafana plugins directory
31
1. Restart Grafana
@@ -62,4 +66,3 @@ The query editor allows you to specify which MQTT topics the panel will subscrib
62
66
for more information about valid topic names and filters.
63
67
64
68

65
-
0 commit comments