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 b40df5b commit 6594747Copy full SHA for 6594747
ToDo.md
@@ -0,0 +1,22 @@
1
+# ToDo:
2
+
3
+## Improvements
4
5
+Change MqttMap to include reference to mqttclient
6
+ * Change loop, publish, ... to not need mqttclient
7
8
+Add connected + will to indicate if device is online
9
10
+Add better debugging (remote ?)
11
12
+## Future
13
14
+Add support for filters
15
+ * Don't send if value is the same as last.
16
+ * Don't send if value is Nan
17
18
+Add support for float type (extend MqttMap)
19
20
+Add publish configured endpoints, to support openhab2 auto configure
21
22
+Add web interface
0 commit comments