Bump version to 0.1.5
This commit is contained in:
parent
4d2e40d9ab
commit
61da298f87
@ -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": [
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user