Salve a tutti chiedo un piccolo aiuto visto che mi restituisce previsto identificatore stringa o numero sulla riga 5
1 client.messages.create({
2 to: serverConfig.options.tophone,
3 from: serverConfig.options.fromphone,
4 body: "DeviceID " + notification.MovementEvent.deviceId + " just moved 1 ft." ,
5 }, function(err, message) {
6 console.log(message.sid);
7 });
Grazie mille