The source project of this merge request has been removed.
[CLI] Use ConversationsDbusInterface for sending SMS
Summary
Use the ConversationsDbusInterface to send SMS rather than trying to manually construct the dbus call
Test Plan
Before:
Trying to send SMS would give an error like No such object path '/modules/kdeconnect/devices/{id}/sms'
After:
Trying to send an SMS (without attachment) works properly
Edited by Simon Redman