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",
|
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
RED.nodes.registerType('c-thermostat',{
|
RED.nodes.registerType('c-thermostat',{
|
||||||
category: 'Combined RN',
|
category: 'Combined RN',
|
||||||
color: '#a6bbcf',
|
color: '#F3B567',
|
||||||
paletteLabel: 'C-Thermostat',
|
paletteLabel: 'C-Thermostat',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""}
|
name: {value:""}
|
||||||
},
|
},
|
||||||
inputs: 1,
|
inputs: 1,
|
||||||
outputs: 2,
|
outputs: 2,
|
||||||
|
outputLabels: ["heater","stats"],
|
||||||
icon: "font-awesome/fa-snowflake-o",
|
icon: "font-awesome/fa-snowflake-o",
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.name||"C-Thermostat";
|
return this.name||"C-Thermostat";
|
||||||
|
Loading…
Reference in New Issue
Block a user