in src/app/devices/directMethod/saga.ts [28:39]
yield call(raiseNotificationToast, {
id: toastId,
text: {
translationKey: ResourceKeys.notifications.invokeMethodOnSuccess,
translationOptions: {
deviceId: action.payload.deviceId,
methodName: action.payload.methodName,
response: stringifiedResponse
},
},
type: NotificationType.success
});