You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues to get the StatusNotification payload. I wrote a simple charging point simulator and I always get an internal error when trying to send the StatusNotification.
[ 4, 0, "InternalError", "connectors is not defined", null]
My simulator is self-written (html using native in-browser WebSockets), but I get the same error using the chargingPoint.js in the examples folder of this repo.
The text was updated successfully, but these errors were encountered:
I am having issues to get the StatusNotification payload. I wrote a simple charging point simulator and I always get an internal error when trying to send the StatusNotification.
My simulator is self-written (html using native in-browser WebSockets), but I get the same error using the
chargingPoint.js
in the examples folder of this repo.The text was updated successfully, but these errors were encountered: