Update board.go, mqtt.go, and 4 more files...

This commit is contained in:
2021-01-05 11:27:49 +01:00
parent 76576053e2
commit 1edac26c50
6 changed files with 130 additions and 67 deletions

View File

@@ -61,6 +61,14 @@
</div>
</div>
<div class="form-group">
<label for="mqtttopic" class="col-sm-2 control-label">MQTT Topic</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="mqtttopic" name="mqtttopic" placeholder="MQTT Topic without prefix (defaults to board port name)"
value="{{ outlet.Channel.MQTTTopic }}">
</div>
</div>
<div class="form-group">
<label for="board" class="col-sm-2 control-label">Board</label>
<div class="col-sm-10">