Update board.go, board_dummy.go, and 3 more files...
This commit is contained in:
@@ -62,10 +62,18 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="mqtttopic" class="col-sm-2 control-label">MQTT Topic</label>
|
||||
<label for="mqttstatetopic" class="col-sm-2 control-label">MQTT State 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 }}">
|
||||
<input type="text" class="form-control" id="mqttstatetopic" name="mqttstatetopic" placeholder="MQTT State Topic without prefix (defaults to board port name)"
|
||||
value="{{ outlet.Channel.MQTTStateTopic }}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="mqttcommandtopic" class="col-sm-2 control-label">MQTT Command Topic</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="mqttcommandtopic" name="mqttcommandtopic" placeholder="MQTT Command Topic without prefix (defaults to board port name)"
|
||||
value="{{ outlet.Channel.MQTTCommandTopic }}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user