Support posting power to an MQTT topic for Home Assistant.

This commit is contained in:
MarkBryanMilligan
2021-02-21 18:56:58 -06:00
committed by mmilligan
parent 90002ab4d4
commit ea07715c46
7 changed files with 342 additions and 160 deletions
@@ -42,6 +42,11 @@
<artifactId>lantern-util-http</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>
</dependencies>
<build>
<resources>