File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 599
599
"type" : " function" ,
600
600
"z" : " 09012e75c72a4968" ,
601
601
"name" : " getRoomIDAndActuatorType" ,
602
- "func" : " let jsonData = JSON.parse(msg.payload);\n msg.roomID = jsonData[msg.actuator_id][\" room\" ]\n msg.type = jsonData[msg.actuator_id][\" type\" ]\n return msg;" ,
602
+ "func" : " let jsonData = JSON.parse(msg.payload);\n msg.room_id = jsonData[msg.actuator_id][\" room\" ]\n msg.type = jsonData[msg.actuator_id][\" type\" ]\n return msg;" ,
603
603
"outputs" : 1 ,
604
604
"noerr" : 0 ,
605
605
"initialize" : " " ,
638
638
"type" : " function" ,
639
639
"z" : " 09012e75c72a4968" ,
640
640
"name" : " getSerial" ,
641
- "func" : " let jsonData = JSON.parse(msg.payload);\n msg.serial = jsonData[msg.room ]\n return msg;" ,
641
+ "func" : " let jsonData = JSON.parse(msg.payload);\n msg.serial = jsonData[msg.room_id ]\n return msg;" ,
642
642
"outputs" : 1 ,
643
643
"noerr" : 0 ,
644
644
"initialize" : " " ,
1316
1316
"z" : " 09012e75c72a4968" ,
1317
1317
"name" : " " ,
1318
1318
"serial" : " 94b8abb47e4cb1f2" ,
1319
- "x" : 2150 ,
1319
+ "x" : 2070 ,
1320
1320
"y" : 1280 ,
1321
1321
"wires" : []
1322
1322
},
You can’t perform that action at this time.
0 commit comments