From 2c1c275e099888fb62db982d5afb008f0b4b6276 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Tue, 3 Oct 2023 16:09:12 +0300 Subject: [PATCH] Bump version to 0.1.7 --- package.json | 2 +- thermostat.html | 7 ++++++- thermostat.js | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 18fe5fc..20af4b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vvzvlad/node-red-contrib-rn-combined-nodes", - "version": "0.1.6", + "version": "0.1.7", "description": "", "main": "index.js", "keywords": [ diff --git a/thermostat.html b/thermostat.html index b4cdba2..47a4a19 100644 --- a/thermostat.html +++ b/thermostat.html @@ -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 @@ +
+ + +