chrisn-au

Results 6 comments of chrisn-au

@shamoons, In my case in the options was to change ``` Constructor : ws ``` to ``` WebSocket : ws. ``` @mastin-zgz I needed to change the .on to .addEventListener...

@mastin-zgz I have created a pull request to the node-red-contrib-ocpp library but in the mean time to get this working, you will need to change occurrence of ws.on to ws.addEventListener...

Ok, the addEventListener callback simply takes an event object as a parameter. So I believe it should be ``` ws.addEventListener('close', (event) => { let code = event.code; let reason =...

I understand that this is not currently support. Is it possible with architecture or is it to hard. I am hapy to look at doing a pull request if you...

I had this issue as I was using a file system mount rather than a volume mount so I could store config files in Github. After 3 -4 hours of...

I concur the example that is shared simply does not work and is horrendously misleading. Please at the very minimum make a comment on the page it does not work....