We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to get the datetime sent of a message but its null, even on new message event. Below is the message object
{ sender: '639916650044', message: 'test 5', index: 18, msgStatus: 18, dateTimeSent: null, header: { encoding: '7bit', smsc: '639934444401', smscType: 'INTERNATIONAL', smscPlan: 'ISDN' } }
and this is the options
{ baudRate: 115200, dataBits: 8, stopBits: 1, parity: 'none', rtscts: false, xon: false, xoff: false, xany: false, autoDeleteOnReceive: true, enableConcatenation: true, incomingCallIndication: false, incomingSMSIndication: true, pin: '', customInitCommand: '', cnmiCommand: 'AT+CNMI=2,1,0,2,1' }
The text was updated successfully, but these errors were encountered:
Please pass a logger and provide a full data log
Sorry, something went wrong.
No branches or pull requests
I need to get the datetime sent of a message but its null, even on new message event. Below is the message object
{
sender: '639916650044',
message: 'test 5',
index: 18,
msgStatus: 18,
dateTimeSent: null,
header: {
encoding: '7bit',
smsc: '639934444401',
smscType: 'INTERNATIONAL',
smscPlan: 'ISDN'
}
}
and this is the options
{
baudRate: 115200,
dataBits: 8,
stopBits: 1,
parity: 'none',
rtscts: false,
xon: false,
xoff: false,
xany: false,
autoDeleteOnReceive: true,
enableConcatenation: true,
incomingCallIndication: false,
incomingSMSIndication: true,
pin: '',
customInitCommand: '',
cnmiCommand: 'AT+CNMI=2,1,0,2,1'
}
The text was updated successfully, but these errors were encountered: