@BravoOscar thanks. 😊
Read the statement by Michael Teeuw here.
Posts
-
RE: Acoustic panel frame with mirror effect
@BravoOscar
How did you go around the edge? -
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil
Sam, you put a comment in node_helper.js.
I don’t understand what you mean.// don’t need this anymore with async below
-
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil
Hi Sam, thanks in advance. I’m not at home right now and I only have my smartphone. I cannot test, but I’ll try it in a day.I’ll let you know!!
-
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil published it. Didn’t know how than on Master.
-
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil
In the previous version with ‘request’ I used JSON.parse() and got the same results.
The module works, but I didn’t know for sure if I used the correct approach. -
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil
That I don’t understand.
Is this a problem? What would be better? -
RE: Need help for rewrite node_helper.js from 'request' to 'got'
@sdetweil
As far as I can see this works the correct way.
Do you agree? -
RE: Need help for rewrite node_helper.js from 'request' to 'got'
I kept on searching and think I’ve found it.
I didn’t use JSON.parse(), but simply put it in the resultthis.sendSocketNotification('MPT_RESULT', result.data.timings);It works, but I hope this is the right way.