Skip to content
Snippets Groups Projects
Commit 353255b9 authored by tmonteil's avatar tmonteil :speech_balloon:
Browse files

Update src/node-red/cin.js

parent 0a871562
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ module.exports = function (RED) { ...@@ -120,7 +120,7 @@ module.exports = function (RED) {
'headers': { 'headers': {
'X-M2M-RI': ri, 'X-M2M-RI': ri,
'X-M2M-Origin': RED.nodes.getNode(this.CSE_CONFIG.adminOriginator).originator, 'X-M2M-Origin': RED.nodes.getNode(this.CSE_CONFIG.adminOriginator).originator,
"X-M2M-RVI": "3", 'X-M2M-RVI': '3',
'Content-Type': 'application/json;ty=4' 'Content-Type': 'application/json;ty=4'
}, },
body: JSON.stringify(reqBody) body: JSON.stringify(reqBody)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment