Device management via SMS requires and SMS provider to be configured and an existing translation layer between the operation data in Cumulocity and the SMS content.
This translation layer is use case and device dependent and not something that comes with the platform. It needs capture the created operation, translate it to a format that can be sent via SMS and send it to the device via SMS. This translation layer also needs to capture SMS sent by the device, translate them into the Cumulocity data model and forward them to the platform. It is possible to implement all this as microservice.
In the past device management via SMS has proven to be costly, slow, and very limited in functionality. Iād recommend looking into other ways of connecting your devices.
We intend to utilize device management via SMS (shell commands executed via SMS) strictly as a backup solution. Could you direct me to a comprehensive C8Y document that explains in detail how to implement this functionality?