Bump version to 0.1.8
This commit is contained in:
@ -4,8 +4,9 @@
|
||||
color: '#F3B567',
|
||||
paletteLabel: 'C-Thermostat',
|
||||
defaults: {
|
||||
name: {value:"", required:true},
|
||||
tag: {value:""}
|
||||
name: {value:""},
|
||||
room: {value:"", required:true},
|
||||
zone: {value:"", required:true}
|
||||
},
|
||||
inputs: 1,
|
||||
outputs: 2,
|
||||
@ -23,8 +24,12 @@
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-tag"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-tag" placeholder="Tag">
|
||||
<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">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-zone"><i class="fa fa-tag"></i> Zone name</label>
|
||||
<input type="text" id="node-input-zone" placeholder="Zone name: gid">
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user