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

Update src/node-red/subscriptionNode.js

parent d7872658
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ module.exports = function (RED) { ...@@ -101,7 +101,7 @@ module.exports = function (RED) {
'headers': { 'headers': {
'X-M2M-RI': ri, 'X-M2M-RI': ri,
'X-M2M-Origin': adminOriginator, 'X-M2M-Origin': adminOriginator,
"X-M2M-RVI": "3", 'X-M2M-RVI': '3',
'accept': 'application/json', 'accept': 'application/json',
'content-type': 'application/json;ty=23' 'content-type': 'application/json;ty=23'
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment