Rubens Fernandes
Rubens Fernandes
use x instead {{x}}
Brugnara node-modem work in gateways 16 ports?
it worked!!! thanks @brugnara :+1:
thnks for this!
i have exactly the same problem, @academici did you fix this?
I was able to resolve by putting a JSON.stringify in the message console ```javascript onMessageReceivedCallback: message => { console.log("Push message received: "); console.log(JSON.stringify(message)); }, ``` By clicking on the notification...