Update board.go, mqtt.go, and 4 more files...
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user