Bump version to 0.1.5
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user