[CLI] Use ConversationsDbusInterface for sending SMS
requested to merge sredman/kdeconnect-kde:work/sredman/cli-use-conversationsdbusinterface into master
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