Skip to content

getSmsList is not get the SMS #29

@kareemkhalil

Description

@kareemkhalil

Hi, first of all, I want to thank you for the effort

I tried to call getSmsList, but it returned incorrect data

sms.getSmsList().then(function(result) { console.log(result); }).catch(function(error) { console.log(error); });

response:
{ Count: '7', Messages: { Message: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object] ] } }

The count is correct, but the messages array is incorrect I want to get the list so I can get the SMS ID I want to delete all the messages.
My router model is Huawei B311-221

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions