Skip to content

Commit

Permalink
allow config of mqtt.clientid in addon
Browse files Browse the repository at this point in the history
  • Loading branch information
owagner committed Jun 5, 2016
1 parent 2c318c2 commit 8a21d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hm2mqtt-addon/addon/options
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hm.localhost=127.0.0.1 mqtt.server=tcp://bananapi:1883 hm.host=127.0.0.1:2001,127.0.0.1:2000
hm.localhost=127.0.0.1 mqtt.server=tcp://bananapi:1883 hm.host=127.0.0.1:2001,127.0.0.1:2000 hm.clientid=hm2mqtt
1 change: 1 addition & 0 deletions hm2mqtt-addon/addon/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
<div class="ruler"></div>
<label for="mqtt.username">MQTT Account Username</label><input class="config" name="mqtt.username" id="mqtt.username" size="32"> (optional)<br>
<label for="mqtt.password">MQTT Account Password</label><input class="config" name="mqtt.password" id="mqtt.password" size="32"> (optional)<br>
<label for="mqtt.clientid">MQTT ClientID</label><input class="config" name="mqtt.clientid" id="mqtt.clientid" size="32">)<br>
<label for="rfd">Enable rfd</label><input class="iface" type="checkbox" name="rfd" id="rfd" value="true"><br>
<label for="hs485d">Enable hs485d (Wired)</label><input class="iface" type="checkbox" name="hs485d" id="hs485d" value="true"><br>
<label for="cuxd">Enable CUxD</label><input class="iface" type="checkbox" name="cuxd" id="cuxd"><br>
Expand Down

0 comments on commit 8a21d68

Please sign in to comment.