Bump version to 0.2.4
This commit is contained in:
parent
efa187466d
commit
9fa8ffbe28
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
@ -127,10 +127,10 @@ module.exports = function(RED) {
|
||||
else msg_state_text = { payload: status_reason(msg) }
|
||||
|
||||
if (msg.payload.current_temp === null && typeof msg.payload.current_temp === "undefined") msg_current_temp = null
|
||||
else msg_state_text = { payload: get_current_temp(msg) }
|
||||
else msg_current_temp = { payload: get_current_temp(msg) }
|
||||
|
||||
let key = "fake"
|
||||
let msg_mqtt_debug = { payload: analyzer(msg), topic: `debug/${node.zone}_${node.room}_/th/${key}`}
|
||||
let msg_mqtt_debug = { payload: analyzer(msg), topic: `debug/${msg.topic}/th/${key}`}
|
||||
|
||||
node.send([msg_mqtt_debug, msg_state_text, msg_current_temp]);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user