Bump version to 0.1.5

This commit is contained in:
vvzvlad 2023-10-03 01:04:52 +03:00
parent 4d2e40d9ab
commit 61da298f87
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"main": "index.js",
"keywords": [

View File

@ -1,13 +1,14 @@
<script type="text/javascript">
RED.nodes.registerType('c-thermostat',{
category: 'Combined RN',
color: '#a6bbcf',
color: '#F3B567',
paletteLabel: 'C-Thermostat',
defaults: {
name: {value:""}
},
inputs: 1,
outputs: 2,
outputLabels: ["heater","stats"],
icon: "font-awesome/fa-snowflake-o",
label: function() {
return this.name||"C-Thermostat";