Bump version to 0.2.6
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
},
|
||||
inputs: 1,
|
||||
outputs: 2,
|
||||
outputLabels: ["heater","stats"],
|
||||
outputLabels: ["stats","heater"],
|
||||
icon: "font-awesome/fa-snowflake-o",
|
||||
label: function() {
|
||||
return this.name||"C-Thermostat";
|
||||
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-room"><i class="fa fa-tag"></i> Room name</label>
|
||||
<input type="text" id="node-input-room" placeholder="Room name: gid_1">
|
||||
<input type="text" id="node-input-room" placeholder="Room name: 1">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-zone"><i class="fa fa-tag"></i> Zone name</label>
|
||||
|
Reference in New Issue
Block a user