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
According to the specs, immediately after confirming TriggerMessage, I need to send the message being triggered.
What is the intended way to do this?
I can't seem to find a way to guarantee that it will be sent AFTER returning the confirmation for TriggerMessage.
I thought about adding a setTimeOut with the requested message before returning the confirmation, but it seems wrong.
The text was updated successfully, but these errors were encountered:
I create a charge point like so:
According to the specs, immediately after confirming TriggerMessage, I need to send the message being triggered.
What is the intended way to do this?
I can't seem to find a way to guarantee that it will be sent AFTER returning the confirmation for TriggerMessage.
I thought about adding a
setTimeOut
with the requested message before returning the confirmation, but it seems wrong.The text was updated successfully, but these errors were encountered: