set Modem Logs State
abstract suspend fun setModemLogsState(isLoggingEnabled: Boolean, updateProgress: suspend (progress: Progress) -> Unit = {})
This command controls the modem logs state.
The modem log data can be collected via SensorNotification.ModemRx and SensorNotification.ModemTx notifications.
Parameters
is Logging Enabled
true to enable modem logs, false to disable
update Progress
Progress of the operation