yield call()

in src/app/devices/pnp/sagas/invokeCommandSaga.ts [44:55]


        yield call(raiseNotificationToast, {
            id: toastId,
            text: {
                translationKey: ResourceKeys.notifications.invokeDigitalTwinCommandOnError,
                translationOptions: {
                    commandName: action.payload.methodName,
                    deviceId: action.payload.deviceId,
                    error,
                },
            },
            type: NotificationType.error,
        });