Bump version to 0.1.7

This commit is contained in:
vvzvlad
2023-10-03 16:09:12 +03:00
parent 5b70c61d68
commit 2c1c275e09
3 changed files with 10 additions and 3 deletions

View File

@ -4,7 +4,8 @@
color: '#F3B567',
paletteLabel: 'C-Thermostat',
defaults: {
name: {value:""}
name: {value:"", required:true},
tag: {value:""}
},
inputs: 1,
outputs: 2,
@ -21,6 +22,10 @@
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<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">
</div>
</script>
<script type="text/html" data-help-name="c-thermostat">